summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test
Commit message (Expand)AuthorAgeFilesLines
...
| * JGit 0.10.1v0.10.1Matthias Sohn2010-12-172-15/+15
* | Save StoredConfig after modificationsShawn O. Pearce2010-12-154-10/+33
* | Reduce calls to Repository.getConfigShawn O. Pearce2010-12-151-3/+4
|/
* JGit Build: use jetty 7.1.6Jens Baumgart2010-12-091-13/+13
* Introduce http test bundleJens Baumgart2010-12-0816-1059/+25
* 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-083-6/+10
* Fix HTTP testsMatthias Sohn2010-10-072-3/+3
* Qualify builds as 0.10.0Shawn O. Pearce2010-09-162-12/+12
* Qualify post-0.9.3 buildsstable-0.9Matthias Sohn2010-09-162-12/+12
* JGit 0.9.3v0.9.3Matthias Sohn2010-09-162-12/+12
* Qualify post-0.9.1 buildsMatthias Sohn2010-09-152-12/+12
* JGit 0.9.1v0.9.1Matthias Sohn2010-09-152-12/+12
* Revert "Hide Maven target directories from Eclipse"Robin Rosenberg2010-08-281-11/+0
* Run formatter on edited lines via save actionChris Aniszczyk2010-08-261-3/+4
* Hide Maven target directories from EclipseRobin Rosenberg2010-08-081-0/+11
* Merge branch 'delta'Shawn O. Pearce2010-07-226-25/+32
|\
| * 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
* | Fully implement Logger interfaceJonathan Gossage2010-07-171-4/+44
|/
* 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