aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/DumbClientSmartServerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 12.0.9 and servlet-api to 6.0David Ostrovsky2024-05-081-2/+2
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-4/+7
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-6/+4
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-4/+6
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Apache HTTP: run more testsThomas Wolf2019-08-261-19/+2
* DumbClientSmartServerTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-1/+4
* Deprecate Repository#hasObjectJonathan Nieder2019-01-041-4/+4
* DumbClientSmartServerTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-061-22/+7
* Add support to follow HTTP redirectsThomas Wolf2017-08-171-19/+2
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* Update Jetty to 9.4.1.v20170120Matthias Sohn2017-02-191-2/+2
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-2/+2
* Update to Jetty 9.2.10Matthias Sohn2015-05-101-2/+4
* Add an implementation for HttpConnection using Apache HttpClientChristian Halstrick2014-02-181-0/+21
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-181-2/+1
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Add type argumente to some raw reclarationRobin Rosenberg2012-12-271-2/+3
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-141-3/+3
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+14
* Introduce http test bundleJens Baumgart2010-12-081-2/+2
* Add JUnit tests for HTTP transportShawn O. Pearce2010-01-121-0/+261