index
:
jgit.git
master
master%private
next
servlet-4
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
stable-7.2
stable-7.3
stable-7.4
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
/
BaseReceivePack.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
ReceivePack: clear advertised .haves if application changes refs
Shawn Pearce
2017-09-07
1
-0
/
+1
*
Eliminate SectionParser construction boilerplate
Dave Borowitz
2017-08-02
1
-9
/
+1
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-5
/
+5
*
Fix bad test fix from 0bff481 "Limit receive commands"
Shawn Pearce
2017-02-20
1
-9
/
+14
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+1
*
Limit receive commands
Shawn Pearce
2017-02-11
1
-13
/
+72
*
Fix wrong @since tags introduced by 1beb3ccd
Matthias Sohn
2016-09-21
1
-1
/
+1
*
Add ReceivedPackStatistics for PackParser
Masaya Suzuki
2016-09-19
1
-0
/
+15
*
ReceivePack: integrate push option parsing into recvCommands
Shawn Pearce
2016-08-29
1
-0
/
+13
*
ReceivePack: refactor push option parsing
Shawn Pearce
2016-08-26
1
-70
/
+11
*
Fix push option initalization on HTTP
Stefan Beller
2016-08-26
1
-1
/
+3
*
BaseReceivePack: null and IllegalStateException cases for getPushOptions
Dan Wang
2016-08-10
1
-3
/
+19
*
Push implementation of option strings
Dan Wang
2016-07-22
1
-0
/
+75
*
ReceivePack: report protocol parsing failures on channel 3
Shawn Pearce
2016-07-05
1
-1
/
+24
*
ReceivePack: catch InvalidObjectIdException while parsing shallow
Shawn Pearce
2016-07-05
1
-1
/
+11
*
ReceivePack: remove unnecessary try-catch around parseCommand
Shawn Pearce
2016-07-05
1
-7
/
+1
*
ReceivePack: enable capabilities immediately on first line
Shawn Pearce
2016-07-05
1
-3
/
+5
*
ReceivePack: Catch InvalidObjectIdException instead of IAE
Shawn Pearce
2016-07-05
1
-1
/
+2
*
Make BaseReceivePack.setAtomic public
Jonathan Nieder
2016-05-04
1
-1
/
+1
*
ReceivePack: Pass atomic setting from client to BatchRefUpdate
Jonathan Nieder
2016-05-04
1
-0
/
+26
*
ReceiveCommand.abort(): Utility to mark batch of commands as failed
Shawn Pearce
2016-01-18
1
-4
/
+1
*
Unify fetch and receive ObjectChecker setup
Shawn Pearce
2015-12-29
1
-36
/
+9
*
Null-annotated Ref class and fixed related compiler errors
Andrey Loskutov
2015-12-15
1
-11
/
+23
*
BaseReceivePack: Add method to override the push cert
Dave Borowitz
2015-07-15
1
-0
/
+14
*
BaseReceivePack: Don't throw from getPushCertificate()
Dave Borowitz
2015-07-15
1
-3
/
+4
*
Report PackProtocolExceptions to client during receive-pack
Dave Borowitz
2015-07-09
1
-43
/
+48
*
BaseReceivePack: Treat all LFs as optional
Dave Borowitz
2015-07-07
1
-16
/
+5
*
BaseReceivePack: More validation during parseCommand
Dave Borowitz
2015-07-07
1
-9
/
+25
*
PackCertificateParser: return null if nothing was received
Dave Borowitz
2015-06-18
1
-1
/
+2
*
Include push certificates in RefUpdate
Dave Borowitz
2015-06-18
1
-0
/
+1
*
Extract a class for signed push configuration
Dave Borowitz
2015-06-18
1
-12
/
+31
*
BaseReceivePack: fix reading cert lines in command loop
Dave Borowitz
2015-06-18
1
-4
/
+8
*
Rewrite push certificate parsing
Dave Borowitz
2015-06-11
1
-13
/
+20
*
Allow trailing newlines in receive-pack
Dave Borowitz
2015-06-10
1
-10
/
+27
*
Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptions
Christian Halstrick
2015-05-27
1
-1
/
+3
*
ReceivePack: support quiet capability
Shawn Pearce
2015-05-20
1
-2
/
+48
*
ObjectWalk: make setRetainBody(false) the default
Shawn Pearce
2015-05-10
1
-1
/
+0
*
Do not concatenate strings as arguments to StringBuilder.append()
Sebastian Schuberth
2015-05-08
1
-3
/
+5
*
Support agent= capability in wire protocol
Shawn Pearce
2015-04-30
1
-0
/
+22
*
Add fsck.allowInvalidPersonIdent to accept invalid author/committers
Shawn Pearce
2015-04-30
1
-0
/
+4
*
Remove unnecessary $NON-NLS comment in BaseReceivePack
Matthias Sohn
2015-04-02
1
-1
/
+1
*
Use try-with-resources to close resources in BaseReceivePack
Matthias Sohn
2015-04-02
1
-59
/
+58
*
Port push certificates
Stefan Beller
2015-02-23
1
-0
/
+28
*
Honor git-core meaning of receive.denyDeletes allowing tag deletion
Shawn Pearce
2014-11-29
1
-10
/
+36
*
Add missing @since tags
Christian Halstrick
2014-11-09
1
-2
/
+8
*
Implement atomic refs update, if possible by database
Stefan Beller
2014-11-07
1
-0
/
+20
*
ReceivePack: Accept shallow lines from Git >= 1.9
Shawn Pearce
2014-08-27
1
-2
/
+21
*
Display progress while checking connectivity on push
Shawn Pearce
2014-03-12
1
-0
/
+10
*
Allow configuration of receive pack's ObjectChecker through fsck.*
Shawn Pearce
2014-03-12
1
-4
/
+20
*
Default receive.fsckObjects to transfer.fsckObjects
Shawn Pearce
2014-03-12
1
-2
/
+3
[next]