summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Refactor out ReflogEntryChris Aniszczyk2011-06-201-1/+2
* Merge branch 'stable-0.12'Shawn O. Pearce2011-04-211-3/+64
|\
| * Implement the no-done capabilityShawn O. Pearce2011-04-211-3/+64
* | Enabled unit tests in HttpClientTestsChristian Halstrick2011-04-211-0/+13
|/
* smart HTTP: Return errors inside payloadShawn O. Pearce2011-04-011-0/+32
* smart-http: Fix recognition of gzip encodingShawn O. Pearce2011-02-151-0/+64
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-149-27/+27
* [findbugs] Do not ignore exceptional return value of createNewFile()Matthias Sohn2011-01-281-3/+2
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-3112-21/+141
* Save StoredConfig after modificationsShawn O. Pearce2010-12-154-10/+33
* Reduce calls to Repository.getConfigShawn O. Pearce2010-12-151-3/+4
* Introduce http test bundleJens Baumgart2010-12-0814-1058/+16
* 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-082-6/+8
* Fix HTTP testsMatthias Sohn2010-10-072-3/+3
* Merge branch 'delta'Shawn O. Pearce2010-07-225-25/+31
|\
| * Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-265-9/+9
| * Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-255-18/+24
| * Remove RepositoryConfig and use FileBasedConfig insteadShawn O. Pearce2010-06-253-6/+6
* | Fully implement Logger interfaceJonathan Gossage2010-07-171-4/+44
|/
* Make inner classes static in http codeRobin Rosenberg2010-06-133-3/+3
* http.server: Use TemporaryBuffer and compress some responsesShawn O. Pearce2010-03-121-3/+1
* Use "ERR message" for early ReceivePack problemsShawn O. Pearce2010-03-121-0/+151
* Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-121-0/+174
* Fix racy HTTP tests by waiting for requests to finishShawn O. Pearce2010-01-252-26/+87
* Add JUnit tests for HTTP transportShawn O. Pearce2010-01-1216-0/+3165