summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Make the Reflog a public API againRobin Rosenberg2013-04-261-2/+2
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-187-35/+28
* Allow users to show server messages while pushingAndré Dietisheim2013-03-211-0/+38
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-187-9/+9
* Declare essentially static methods as staticRobin Rosenberg2012-12-272-2/+2
* Add type argumente to some raw reclarationRobin Rosenberg2012-12-276-16/+32
* Work around smart HTTP bugs in C GitShawn O. Pearce2012-06-271-0/+85
* Add simple tests for RegexPipelineDave Borowitz2012-06-081-0/+209
* Revert Jetty from 8.1.3.v20120416 to 7.6.0.v20120127Matthias Sohn2012-06-031-5/+3
* Update Jetty to 8.1.3.v20120416Matthias Sohn2012-05-232-12/+27
* Move NLS test for HttpServerText to http.testShawn O. Pearce2012-05-221-0/+60
* Move JGitText to an internal packageRobin Rosenberg2012-03-123-3/+3
* Ensure all smart HTTP errors are sent to clientsShawn O. Pearce2011-12-011-0/+188
* Fix HTTP unit testsShawn O. Pearce2011-11-301-2/+1
* 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