summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test
Commit message (Expand)AuthorAgeFilesLines
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-266-9/+10
* 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
* Fix line endingsMatthias Sohn2010-06-182-0/+6
* Merge changes I53f71dc0,I3a899a3a,I3e8bd245,Ie7c9db83,If396326e,I6f4cf8da,I3b...Shawn Pearce2010-06-143-3/+3
|\
| * Make inner classes static in http codeRobin Rosenberg2010-06-133-3/+3
* | Start 0.9 developmentShawn O. Pearce2010-06-142-11/+11
|/
* Qualify post-0.8.1 buildsShawn O. Pearce2010-06-022-11/+11
* JGit 0.8.1v0.8.1Shawn O. Pearce2010-06-022-11/+11
* Qualify builds as 0.8.0Shawn O. Pearce2010-03-202-11/+11
* 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
* http.test: Use JUnit 3 test runnerShawn O. Pearce2010-02-091-1/+1
* http.test: Add missing plugin.properties to buildShawn O. Pearce2010-02-091-1/+2
* http.test: Use JGit Format and compiler settingsShawn O. Pearce2010-02-092-1/+386
* Cleanup OSGi Import-Package specifications to use versionsShawn O. Pearce2010-02-021-25/+25
* Fix racy HTTP tests by waiting for requests to finishShawn O. Pearce2010-01-252-26/+87
* Correct bundle, provider names to be consistentShawn O. Pearce2010-01-232-2/+5
* Make HTTP test project work in EclipseRobin Rosenberg2010-01-237-0/+94
* Add JUnit tests for HTTP transportShawn O. Pearce2010-01-1218-0/+3274