aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/UploadPackServlet.java
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn2017-12-171-0/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* Add HTTP status code to ServiceMayNotContinueExceptionMasaya Suzuki2016-08-231-1/+1
* Use message from ServiceNotAuthorizedException, ServiceNotEnabledExceptionJonathan Nieder2015-06-021-3/+2
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-1/+1
* Add repository name to failures in HTTP server logShawn Pearce2015-05-061-5/+10
* Support agent= capability in wire protocolShawn Pearce2015-04-301-0/+4
* Compress large /info/refs responses on HTTPShawn O. Pearce2012-09-191-1/+1
* Work around smart HTTP bugs in C GitShawn O. Pearce2012-06-271-0/+11
* Modify refs in UploadPack/ReceivePack using a hook interfaceDave Borowitz2012-02-291-2/+2
* Discard request HTTP bodies for status code <400Shawn O. Pearce2011-12-011-0/+3
* Ensure all smart HTTP errors are sent to clientsShawn O. Pearce2011-12-011-8/+12
* Add utilities for smart HTTP error handlingShawn O. Pearce2011-11-221-11/+11
* Push errors back over sideband when possibleShawn O. Pearce2011-06-091-3/+13
* Implement the no-done capabilityShawn O. Pearce2011-04-211-0/+1
* smart HTTP: Return errors inside payloadShawn O. Pearce2011-04-011-2/+2
* UploadPack: Add a PreUploadHook to monitor and control behaviorShawn O. Pearce2011-04-011-0/+7
* Allow application filters on smart HTTP operationsShawn O. Pearce2011-04-011-22/+62
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-141-3/+3
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-1/+6
* UploadPack: Permit flushing progress messages under smart HTTPShawn O. Pearce2010-06-231-1/+6
* Externalize strings from JGitSasa Zivkov2010-05-191-1/+1
* http.server: Use TemporaryBuffer and compress some responsesShawn O. Pearce2010-03-121-1/+4
* server side: smart fetch over HTTPShawn O. Pearce2010-01-121-0/+128