aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Deprecate Repository#hasObjectJonathan Nieder2019-01-045-36/+36
|/ / / / / /
* | | | | | Revert C Git 1.7.5 bug workaroundMasaya Suzuki2018-11-191-15/+0
* | | | | | Explicitly specify charset when constructing PrintWriterDavid Pursehouse2018-09-301-1/+4
* | | | | | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-1/+1
* | | | | | FileResolverTest#testNotAGitRepository: Fail when exception is not thrownDavid Pursehouse2018-09-291-0/+1
* | | | | | Explicitly specify charset in constructor of InputStreamReaderDavid Pursehouse2018-09-261-6/+13
* | | | | | Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
|/ / / / /
* | | | | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* | | | | HttpClientConnectionTest: Throw UnsupportedOperationException for unused methodsDavid Pursehouse2018-08-271-11/+11
* | | | | HttpClientConnectionTest: Reformat with the Eclipse styleDavid Pursehouse2018-08-271-132/+137
* | | | | HttpClientConnectionTest: Add missing license headerDavid Pursehouse2018-08-271-0/+42
* | | | | HttpClientTests: Open OutputStream in try-with-resourceDavid Pursehouse2018-08-251-6/+6
* | | | | HttpClientTests: Use assertEquals to assert about response codeDavid Pursehouse2018-08-251-3/+3
* | | | | HttpClientConnection.getHeaderFields should support multiple values for same ...Gabriel Couto2018-07-231-0/+90
* | | | | Add response message, if any, on HTTP status 404Thomas Wolf2018-07-031-2/+6
|/ / / /
* | | | Add protocol v2 support in httpJonathan Tan2018-06-041-0/+87
* | | | Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-183-3/+3
* | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* | | | Use Constants.CHARACTER_ENCODING in testsDavid Pursehouse2018-04-111-1/+1
* | | | Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-133-19/+7
* | | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
|/ / /
* | | MeasurePackSizeTest: Open Transport in try-with-resourceDavid Pursehouse2018-03-071-5/+1
* | | HookMessageTest: Open Transport in try-with-resourceDavid Pursehouse2018-03-061-10/+2
* | | GitServletResponseTests: Open Transport in try-with-resourceDavid Pursehouse2018-03-061-15/+3
* | | DumbClientSmartServerTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-061-22/+7
* | | AdvertiseErrorTest: Open Transport in try-with-resourceDavid Pursehouse2018-03-051-4/+1
|/ /
* / Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-2/+2
|/
* Handle SSL handshake failures in TransportHttpThomas Wolf2017-09-131-13/+69
* Support http.<url>.* configsThomas Wolf2017-09-101-1/+6
* Cleanup: message reporting for HTTP redirect handlingThomas Wolf2017-08-231-4/+4
* Do authentication re-tries on HTTP POSTThomas Wolf2017-08-221-9/+252
* Add support to follow HTTP redirectsThomas Wolf2017-08-173-62/+550
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-205-11/+11
* Fix bad test fix from 0bff481 "Limit receive commands"Shawn Pearce2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-1914-0/+33
* Update Jetty to 9.4.1.v20170120Matthias Sohn2017-02-192-4/+4
* Follow redirects in transportBo Zhang2017-02-021-13/+117
* Organize importsDavid Pursehouse2016-11-141-2/+2
* Fix assertion in SmartClientSmartServerTest.testPush_CreateBranch()Matthias Sohn2016-07-071-1/+1
* Fix Buck build broken by 4812fda.Mike Edgar2016-04-141-52/+0
* Make UploadPack observe exceptions reading refsMike Edgar2016-04-142-12/+124
* smart HTTP server: Pass along "want X not valid" to clientShawn Pearce2016-02-161-0/+22
* Suppress "unchecked cast" warnings related to UploadPackFactory.DISABLEDDavid Pursehouse2016-02-152-0/+2
* Transport: Implement AutoCloseableShawn Pearce2016-01-193-151/+50
* GitServletResponseTest: Fix testObjectCheckerExceptionShawn Pearce2016-01-061-2/+4
* Ensure all http tests are run and fix broken testsMatthias Sohn2016-01-021-3/+4
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-254-15/+15
* Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptionsChristian Halstrick2015-05-271-0/+295
* Update to Jetty 9.2.10Matthias Sohn2015-05-105-10/+14
* Provide more details in exceptions thrown when packfile is invalidMatthias Sohn2015-02-171-1/+1