aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/HttpClientTests.java
Commit message (Expand)AuthorAgeFilesLines
* 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