aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/HttpClientTests.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 12.0.9 and servlet-api to 6.0nextDavid Ostrovsky2024-05-081-4/+4
* Bump jetty version to 11.0.20David Ostrovsky2024-05-021-1/+1
* Fetch: add support for shallowRobin Müller2022-07-311-0/+109
* HTTP Smart: set correct HTTP status on errorSven Selberg2022-05-091-1/+5
* Enable git wire protocol version 2 on server side per defaultDavid Ostrovsky2021-01-031-13/+16
* Add constants for parsing git wire protocol versionDavid Ostrovsky2020-11-291-4/+10
* Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-221-1/+1
* 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-12/+14
* PacketLineIn: Add an iterator over strings in the input streamDavid Pursehouse2019-06-031-4/+2
* Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-021-2/+1
* Convert to lambda or member referenceCarsten Hammer2019-05-161-13/+6
* 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
* 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 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* Transport: Implement AutoCloseableShawn Pearce2016-01-191-84/+34
* Ensure all http tests are run and fix broken testsMatthias Sohn2016-01-021-3/+4
* 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-161-1/+3
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-181-8/+7
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Fix HTTP unit testsShawn O. Pearce2011-11-301-2/+1
* Enabled unit tests in HttpClientTestsChristian Halstrick2011-04-211-0/+13
* 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/+8
* Save StoredConfig after modificationsShawn O. Pearce2010-12-151-2/+4
* Introduce http test bundleJens Baumgart2010-12-081-3/+3
* Enable providing credentials for HTTP authenticationShawn O. Pearce2010-11-101-0/+27
* Fix WWW-Authenticate auth-scheme comparisonStefan Lay2010-11-101-2/+2
* Externalize strings in TransportHttpMatthias Sohn2010-10-081-4/+5
* Fix HTTP testsMatthias Sohn2010-10-071-2/+2
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1/+1
* Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-251-8/+9
* Add JUnit tests for HTTP transportShawn O. Pearce2010-01-121-0/+328