summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-191-10/+8
|\
| * Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-10/+8
| * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-191-1/+1
| * Make inner classes static where possibleDavid Pursehouse2019-06-171-1/+1
* | Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2018-12-261-1/+83
|\|
| * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-12-251-1/+83
| |\
| | * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-12-251-1/+83
| | |\
| | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-12-251-1/+83
| | | |\
| | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-12-251-1/+83
| | | | |\
| | | | | * UploadPack: Test filtering by AdvertiseRefsHook in stateless transportsMasaya Suzuki2018-12-241-1/+83
* | | | | | 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