index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit.http.server
/
src
/
org
/
eclipse
/
jgit
/
http
/
server
/
UploadPackServlet.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump jetty version to 11.0.20
David Ostrovsky
2024-05-02
1
-12
/
+12
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-1
/
+0
*
UploadPackServlet#doPost use try-with-resource to ensure up is closed
Matthias Sohn
2022-11-21
1
-28
/
+29
*
Extract Exception -> HTTP status code mapping for reuse
Sven Selberg
2022-11-10
1
-13
/
+1
*
Don't handle internal git errors as an HTTP error
Sven Selberg
2022-11-10
1
-4
/
+4
*
Merge branch 'stable-6.0' into stable-6.1
Matthias Sohn
2022-07-06
1
-0
/
+2
|
\
|
*
UploadPack: don't prematurely terminate timer in case of error
Matthias Sohn
2022-06-30
1
-0
/
+2
*
|
HTTP Smart: set correct HTTP status on error
Sven Selberg
2022-05-09
1
-3
/
+18
*
|
Add comment to explain why try-with-resource is not used
Fabio Ponciroli
2022-02-22
1
-0
/
+1
|
/
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
UploadPackServlet: Use uploadWithExceptionPropagation
Masaya Suzuki
2019-12-02
1
-2
/
+7
*
http: Allow specifying a custom error handler for UploadPack
Masaya Suzuki
2019-10-09
1
-26
/
+45
*
Revert C Git 1.7.5 bug workaround
Masaya Suzuki
2018-11-19
1
-10
/
+0
*
Add protocol v2 support in http
Jonathan Tan
2018-06-04
1
-0
/
+20
*
Fix javadoc in org.eclipse.jgit.http.server
Matthias Sohn
2017-12-17
1
-0
/
+1
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+3
*
Add HTTP status code to ServiceMayNotContinueException
Masaya Suzuki
2016-08-23
1
-1
/
+1
*
Use message from ServiceNotAuthorizedException, ServiceNotEnabledException
Jonathan Nieder
2015-06-02
1
-3
/
+2
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
1
-1
/
+1
*
Add repository name to failures in HTTP server log
Shawn Pearce
2015-05-06
1
-5
/
+10
*
Support agent= capability in wire protocol
Shawn Pearce
2015-04-30
1
-0
/
+4
*
Compress large /info/refs responses on HTTP
Shawn O. Pearce
2012-09-19
1
-1
/
+1
*
Work around smart HTTP bugs in C Git
Shawn O. Pearce
2012-06-27
1
-0
/
+11
*
Modify refs in UploadPack/ReceivePack using a hook interface
Dave Borowitz
2012-02-29
1
-2
/
+2
*
Discard request HTTP bodies for status code <400
Shawn O. Pearce
2011-12-01
1
-0
/
+3
*
Ensure all smart HTTP errors are sent to clients
Shawn O. Pearce
2011-12-01
1
-8
/
+12
*
Add utilities for smart HTTP error handling
Shawn O. Pearce
2011-11-22
1
-11
/
+11
*
Push errors back over sideband when possible
Shawn O. Pearce
2011-06-09
1
-3
/
+13
*
Implement the no-done capability
Shawn O. Pearce
2011-04-21
1
-0
/
+1
*
smart HTTP: Return errors inside payload
Shawn O. Pearce
2011-04-01
1
-2
/
+2
*
UploadPack: Add a PreUploadHook to monitor and control behavior
Shawn O. Pearce
2011-04-01
1
-0
/
+7
*
Allow application filters on smart HTTP operations
Shawn O. Pearce
2011-04-01
1
-22
/
+62
*
daemon: Use HTTP's resolver and factory pattern
Shawn O. Pearce
2011-02-14
1
-3
/
+3
*
Ensure RevWalk is released when done
Shawn O. Pearce
2010-06-29
1
-1
/
+6
*
UploadPack: Permit flushing progress messages under smart HTTP
Shawn O. Pearce
2010-06-23
1
-1
/
+6
*
Externalize strings from JGit
Sasa Zivkov
2010-05-19
1
-1
/
+1
*
http.server: Use TemporaryBuffer and compress some responses
Shawn O. Pearce
2010-03-12
1
-1
/
+4
*
server side: smart fetch over HTTP
Shawn O. Pearce
2010-01-12
1
-0
/
+128