summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix LocalDiskRepositoryTestCase to create correct type of reposChristian Halstrick2014-12-121-0/+5
* Add API to permit the setting of additional HTTP headersBogdan Gheorghe2014-04-251-0/+139
* Expose the received pack size in ReceivePackSaša Živkov2014-03-021-0/+165
* Add an implementation for HttpConnection using Apache HttpClientChristian Halstrick2014-02-183-0/+63
* Use getPath() in FileResolverTestShawn Pearce2013-11-011-1/+1
* Fix NPE in openFetch on Transport without local repositoryRobin Stocker2013-07-211-0/+16
* Fix tests for OS X when the tmpdir is the default /tmpRobin Rosenberg2013-06-163-3/+11
* Make the Reflog a public API againRobin Rosenberg2013-04-261-2/+2
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-187-35/+28
* Allow users to show server messages while pushingAndré Dietisheim2013-03-211-0/+38
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-187-9/+9
* Declare essentially static methods as staticRobin Rosenberg2012-12-272-2/+2
* Add type argumente to some raw reclarationRobin Rosenberg2012-12-276-16/+32
* Work around smart HTTP bugs in C GitShawn O. Pearce2012-06-271-0/+85
* Add simple tests for RegexPipelineDave Borowitz2012-06-081-0/+209