aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/UploadPackServlet.java
Commit message (Expand)AuthorAgeFilesLines
* Bump jetty version to 11.0.20David Ostrovsky2024-05-021-12/+12
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* UploadPackServlet#doPost use try-with-resource to ensure up is closedMatthias Sohn2022-11-211-28/+29
* Extract Exception -> HTTP status code mapping for reuseSven Selberg2022-11-101-13/+1
* Don't handle internal git errors as an HTTP errorSven Selberg2022-11-101-4/+4
* Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-07-061-0/+2
|\
| * UploadPack: don't prematurely terminate timer in case of errorMatthias Sohn2022-06-301-0/+2
* | HTTP Smart: set correct HTTP status on errorSven Selberg2022-05-091-3/+18
* | Add comment to explain why try-with-resource is not usedFabio Ponciroli2022-02-221-0/+1
|/
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* UploadPackServlet: Use uploadWithExceptionPropagationMasaya Suzuki2019-12-021-2/+7
* http: Allow specifying a custom error handler for UploadPackMasaya Suzuki2019-10-091-26/+45
* Revert C Git 1.7.5 bug workaroundMasaya Suzuki2018-11-191-10/+0
* Add protocol v2 support in httpJonathan Tan2018-06-041-0/+20
* 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