aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/DumbClientDumbServerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 12.0.9 and servlet-api to 6.0nextDavid Ostrovsky2024-05-081-4/+4
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-0/+4
* 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
* DumbClientDumbServerTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-1/+4
* Deprecate Repository#hasObjectJonathan Nieder2019-01-041-4/+4
* 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/+1
* Transport: Implement AutoCloseableShawn Pearce2016-01-191-20/+5
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-2/+2
* Add an implementation for HttpConnection using Apache HttpClientChristian Halstrick2014-02-181-0/+21
* Fix tests for OS X when the tmpdir is the default /tmpRobin Rosenberg2013-06-161-2/+4
* 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
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+13
* Introduce http test bundleJens Baumgart2010-12-081-2/+2
* Add JUnit tests for HTTP transportShawn O. Pearce2010-01-121-0/+246