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
*
Use bitmaps for non-commit reachability checks
Jonathan Tan
2017-11-10
1
-2
/
+33
*
Use a new RevWalk for validating not advertised wants
Zhen Chen
2017-10-05
1
-26
/
+27
*
Consume request body before flushing the buffer
Masaya Suzuki
2017-08-25
1
-12
/
+17
*
Exclude refs/tags from bitmap commit selection
Terry Parker
2017-05-18
1
-1
/
+1
*
Fixed NP dereference error reported by ecj in UploadPack.stopBuffering()
Andrey Loskutov
2017-04-05
1
-7
/
+3
*
Buffer the response until request parsing has done
Masaya Suzuki
2017-04-04
1
-5
/
+62
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-10
/
+10
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+5
*
Organize imports
David Pursehouse
2016-11-14
1
-1
/
+1
*
Suppress deprecation warnings related to UploadPackLogger
David Pursehouse
2016-09-22
1
-0
/
+2
*
Merge changes Ib0d8c294,Idfb83482
Jonathan Nieder
2016-08-08
1
-4
/
+7
|
\
|
*
Shallow fetch: Pass along "shallow"s in unparsed-wants case, too
Jonathan Nieder
2016-08-08
1
-1
/
+1
|
*
Shallow fetch: Pass a DepthWalk to PackWriter
Jonathan Nieder
2016-08-08
1
-3
/
+6
*
|
Shallow fetch/clone: Make --depth mean the total history depth
Terry Parker
2016-08-05
1
-4
/
+13
|
/
*
UploadPack: Include peeled ObjectId as advertised
Shawn Pearce
2016-07-05
1
-2
/
+8
*
UploadPack: Remove duplicate sentReady assignment
Shawn Pearce
2016-07-04
1
-1
/
+0
*
UploadPack: Correct typo of negotiation in Javadoc
Shawn Pearce
2016-07-04
1
-2
/
+2
*
Make UploadPack observe exceptions reading refs
Mike Edgar
2016-04-14
1
-9
/
+10
*
Introduce specific WantNotValidException for servers
Shawn Pearce
2016-02-16
1
-15
/
+6
*
smart HTTP server: Pass along "want X not valid" to client
Shawn Pearce
2016-02-16
1
-21
/
+14
*
Revert "Remove PackWriter.Statistics and other deprecated classes"
Jonathan Nieder
2015-11-10
1
-0
/
+40
*
Remove PackWriter.Statistics and other deprecated classes
Terry Parker
2015-11-09
1
-40
/
+0
*
UploadPack: Verify clients send only commits for shallow lines
Shawn Pearce
2015-09-14
1
-0
/
+31
*
Add the set of shallow commits to PackStatistics
Terry Parker
2015-06-15
1
-0
/
+1
*
Introduce PostUploadHook to replace UploadPackLogger
Terry Parker
2015-06-12
1
-5
/
+52
*
UploadPack: Use reachable-sha1-in-want configuration
Fredrik Medley
2015-06-09
1
-2
/
+12
*
Fix hidden field warnings in bundle org.eclipse.jgit
Matthias Sohn
2015-05-29
1
-4
/
+4
*
Use AutoClosable to close resources in bundle org.eclipse.jgit
Matthias Sohn
2015-05-21
1
-24
/
+24
*
Support agent= capability in wire protocol
Shawn Pearce
2015-04-30
1
-3
/
+24
*
Expose public getDepth method
David Pletcher
2015-04-16
1
-0
/
+13
*
upload-pack: send symbolic refs as capabilities
Yuxuan 'fishy' Wang
2014-11-21
1
-1
/
+11
*
UploadPack: Always make PackWriter.Statistics available
Shawn Pearce
2014-08-29
1
-4
/
+3
*
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
[next]