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
/
src
/
org
/
eclipse
/
jgit
/
transport
/
UploadPack.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix serving fetch of existing shallow client
Shawn Pearce
2014-01-28
1
-2
/
+4
*
Extract protocol constants to a common class
Shawn Pearce
2013-11-01
1
-23
/
+12
*
Propagate IOException where possible when getting refs.
Colby Ranger
2013-10-07
1
-2
/
+4
*
Add missing @since tags
Lars Vogel
2013-08-10
1
-0
/
+5
*
Advertise capabilities with no refs in upload service.
Colby Ranger
2013-08-08
1
-0
/
+2
*
Allow UploadPack requests with no options
Shawn Pearce
2013-08-07
1
-4
/
+7
*
Change RequestValidator parameter to ObjectId list
Greg Hill
2013-08-02
1
-21
/
+34
*
UploadPack: allow custom RequestValidator instances
Dave Borowitz
2013-07-03
1
-33
/
+90
*
UploadPack: refactor want validation
Dave Borowitz
2013-07-03
1
-67
/
+105
*
UploadPack: set RefFilter from TransportConfig
Dave Borowitz
2013-07-03
1
-2
/
+6
*
UploadPack: configure RequestPolicy with TransportConfig
Dave Borowitz
2013-07-03
1
-8
/
+37
*
UploadPack: advertise allow-tip-sha1-in-want
Dave Borowitz
2013-07-03
1
-2
/
+7
*
Add RequestPolicy.TIP to allow fetching non-advertised ref tips
Dave Borowitz
2013-07-03
1
-21
/
+73
*
Don't skip want validation when the client sends no haves
Dave Borowitz
2013-06-21
1
-2
/
+2
*
Add missing @since tags
Matthias Sohn
2013-06-15
1
-1
/
+5
*
Remove unused import in UploadPack
Shawn Pearce
2013-05-23
1
-1
/
+0
*
Use NullOutputStream not DisabledOutputStream in UploadPack
Shawn Pearce
2013-05-23
1
-3
/
+5
*
Allow PreUploadHook.onSendPack to send messages to the client
Shawn Pearce
2013-05-22
1
-2
/
+30
*
Disable CRC32 computation when no PackIndex will be created
Shawn Pearce
2013-04-10
1
-0
/
+1
*
Add missing @since tags
Matthias Sohn
2013-03-22
1
-0
/
+1
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
1
-1
/
+1
*
Avoid looking at UNREACHABLE_GARBAGE for client have lines
Shawn Pearce
2013-03-08
1
-0
/
+2
*
Simplify UploadPack by parsing wants separately from haves
Shawn Pearce
2013-03-08
1
-83
/
+60
*
Enable serving upload requests using bitmaps.
Colby Ranger
2013-03-05
1
-0
/
+1
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-30
/
+30
*
Suppress resource warnings with Java 7
Robin Rosenberg
2012-10-25
1
-2
/
+2
*
Suppress two resource warnings
Robin Rosenberg
2012-08-17
1
-0
/
+2
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
1
-1
/
+1
*
Try to send HTTP error messages over sideband
Dave Borowitz
2012-03-07
1
-0
/
+18
*
Extract the capability parsing logic in {Upload,Receive}Pack
Dave Borowitz
2012-03-07
1
-7
/
+42
*
Remove PreUploadHook.onPreAdvertiseRefs
Dave Borowitz
2012-02-29
1
-1
/
+0
*
Modify refs in UploadPack/ReceivePack using a hook interface
Dave Borowitz
2012-02-29
1
-19
/
+61
*
Add a no-op UploadPackLogger and use it by default
Dave Borowitz
2011-12-08
1
-2
/
+7
*
UploadPack: Fix races in smart HTTP negotiation
Shawn O. Pearce
2011-09-14
1
-9
/
+109
*
Implement server support for shallow clones
Matt Fischer
2011-08-21
1
-0
/
+70
*
PackWriter: Make want/have actual sets
Shawn O. Pearce
2011-08-16
1
-2
/
+2
*
Push errors back over sideband when possible
Shawn O. Pearce
2011-06-09
1
-37
/
+96
*
Ensure the HTTP request is fully consumed
Shawn O. Pearce
2011-05-31
1
-0
/
+11
*
Implement the no-done capability
Shawn O. Pearce
2011-04-21
1
-3
/
+17
*
UploadPack: Add a PreUploadHook to monitor and control behavior
Shawn O. Pearce
2011-04-01
1
-21
/
+103
*
UploadPack: Report invalid want lines with ERR
Shawn O. Pearce
2011-03-17
1
-6
/
+10
*
Improve native Git transport when following repository
Shawn O. Pearce
2011-03-14
1
-0
/
+7
*
PackWriter: Avoid CRC-32 validation when feeding IndexPack
Shawn O. Pearce
2011-03-02
1
-0
/
+1
*
PackWriter: Don't reuse commit or tag deltas
Shawn O. Pearce
2011-03-01
1
-0
/
+1
*
PackWriter: Hoist and cluster reference targets
Shawn O. Pearce
2011-02-18
1
-0
/
+13
*
UploadPack: Expose advertised refs to callers
Shawn O. Pearce
2011-02-15
1
-0
/
+5
*
UploadPack: Expose PackWriter activity to a logger
Shawn O. Pearce
2011-02-13
1
-1
/
+29
*
UploadPack: Donate parsed commits to PackWriter
Shawn O. Pearce
2011-02-13
1
-8
/
+15
*
UploadPack: Rely on peeled ref data for include-tag
Shawn O. Pearce
2011-02-13
1
-10
/
+21
*
UploadPack: Assume okToGiveUp is initially false
Shawn O. Pearce
2011-02-13
1
-0
/
+2
[next]