summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src
Commit message (Expand)AuthorAgeFilesLines
* Discard request HTTP bodies for status code <400Shawn O. Pearce2011-12-014-7/+59
* Ensure all smart HTTP errors are sent to clientsShawn O. Pearce2011-12-012-15/+21
* Always close the GZIPOutputStream to release DeflaterShawn O. Pearce2011-11-301-2/+5
* Add utilities for smart HTTP error handlingShawn O. Pearce2011-11-227-96/+354
* Strip leading slashes in RepositoryFilterShawn O. Pearce2011-11-221-2/+2
* Refactor HTTP server stack to use Filter as baseShawn O. Pearce2011-10-078-291/+690
* Push errors back over sideband when possibleShawn O. Pearce2011-06-092-4/+24
* Fix error handling in RepositoryFilterShawn O. Pearce2011-05-041-3/+6
* Implement the no-done capabilityShawn O. Pearce2011-04-211-0/+1
* smart HTTP: Return errors inside payloadShawn O. Pearce2011-04-014-7/+61
* UploadPack: Add a PreUploadHook to monitor and control behaviorShawn O. Pearce2011-04-012-1/+16
* Allow application filters on smart HTTP operationsShawn O. Pearce2011-04-015-64/+228
* Use generics in RepositoryFilter constructorRobin Rosenberg2011-02-251-2/+2
* smart-http: Support progress in ReceivePackShawn O. Pearce2011-02-151-1/+6
* smart-http: Fix recognition of gzip encodingShawn O. Pearce2011-02-151-2/+17
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-1416-544/+41
* RefAdvertiser: Avoid object parsingShawn O. Pearce2011-02-021-31/+21
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-293-24/+39
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-263-4/+4
* Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-252-1/+5
* UploadPack: Permit flushing progress messages under smart HTTPShawn O. Pearce2010-06-231-1/+6
* git-servlet: Fix comparing uploadFactory with the wrong DISABLED instanceRobin Rosenberg2010-06-141-1/+1
* Repository can be configured with FSMarc Strapetz2010-06-041-1/+2
* Don't use interruptable pread() to access pack filesShawn O. Pearce2010-05-271-2/+3
* Externalize strings from JGitSasa Zivkov2010-05-1912-24/+122
* http.server: Use TemporaryBuffer and compress some responsesShawn O. Pearce2010-03-126-33/+149
* Optimize RefAdvertiser performance by avoiding sortingShawn O. Pearce2010-01-231-1/+1
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-2/+1
* server side: smart fetch over HTTPShawn O. Pearce2010-01-124-0/+312
* server side: smart push over HTTPShawn O. Pearce2010-01-125-5/+482
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-1225-0/+3165