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
stable-7.2
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
/
ReceivePack.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Suppress the API errors introduced by 3e9a5f99
Matthias Sohn
2019-11-14
1
-0
/
+2
*
ReceivePack: Remove unused getLockMessageProcessName method
David Pursehouse
2019-11-13
1
-9
/
+0
*
ReceivePack: Remove unnecessary ReceivePack. prefix on static call
David Pursehouse
2019-11-13
1
-1
/
+1
*
transport: Merge BaseReceivePack into ReceivePack
Masaya Suzuki
2019-11-13
1
-38
/
+1872
*
Replace trivial reference comparison of PacketLineIn.{DELIM,END}
David Pursehouse
2019-06-02
1
-1
/
+1
*
Move BaseReceivePack#advertisedRefs getter and setter to ReceivePack
Jonathan Nieder
2018-12-29
1
-0
/
+56
*
Move BaseReceivePack#walk getter to ReceivePack
Jonathan Nieder
2018-12-29
1
-0
/
+11
*
Move BaseReceivePack#db getter to ReceivePack
Jonathan Nieder
2018-12-29
1
-0
/
+10
*
Move BaseReceivePack#pushCert getter and setter to ReceivePack
Jonathan Nieder
2018-12-29
1
-0
/
+29
*
Revert C Git 1.7.5 bug workaround
Masaya Suzuki
2018-11-19
1
-17
/
+3
*
Call unlockPack in finally
Masaya Suzuki
2018-11-11
1
-11
/
+17
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
1
-3
/
+3
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-3
/
+3
*
Fix javadoc in org.eclipse.jgit transport package
Matthias Sohn
2017-12-20
1
-7
/
+22
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+3
*
Implement auto gc
Matthias Sohn
2016-10-23
1
-0
/
+12
*
ReceivePack: integrate push option parsing into recvCommands
Shawn Pearce
2016-08-29
1
-11
/
+10
*
ReceivePack: simplify getPushOptions
Shawn Pearce
2016-08-29
1
-13
/
+7
*
ReceivePack: allow push options to be set
Shawn Pearce
2016-08-29
1
-6
/
+18
*
ReceivePack: refactor push option parsing
Shawn Pearce
2016-08-26
1
-5
/
+47
*
Push implementation of option strings
Dan Wang
2016-07-22
1
-0
/
+13
*
ReceivePack: enable capabilities immediately on first line
Shawn Pearce
2016-07-05
1
-2
/
+0
*
ReceivePack: Use Java 7 multi-catch for unpackError
Shawn Pearce
2016-07-05
1
-5
/
+1
*
ReceivePack: Pass atomic setting from client to BatchRefUpdate
Jonathan Nieder
2016-05-04
1
-0
/
+2
*
Document empty catch block to silence warning
Matthias Sohn
2015-06-09
1
-0
/
+1
*
Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptions
Christian Halstrick
2015-05-27
1
-3
/
+9
*
Implement atomic refs update, if possible by database
Stefan Beller
2014-11-07
1
-0
/
+7
*
Extract protocol constants to a common class
Shawn Pearce
2013-11-01
1
-1
/
+1
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-4
/
+4
*
Mark fields of BaseReceivePack private
Shawn O. Pearce
2012-09-05
1
-1
/
+12
*
Work around smart HTTP bugs in C Git
Shawn O. Pearce
2012-06-27
1
-0
/
+26
*
Factor a base class out of ReceivePack
Dave Borowitz
2012-05-14
1
-1120
/
+16
*
Properly parse first line in ReceivePack with no '\0'
Dave Borowitz
2012-03-23
1
-2
/
+3
*
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
/
+17
*
Extract the capability parsing logic in {Upload,Receive}Pack
Dave Borowitz
2012-03-07
1
-7
/
+36
*
Fix a typo in "capabilities" in ReceivePack
Dave Borowitz
2012-03-07
1
-6
/
+6
*
Extract filterCommands as a static method on ReceiveCommand
Dave Borowitz
2012-02-29
1
-13
/
+6
*
Modify refs in UploadPack/ReceivePack using a hook interface
Dave Borowitz
2012-02-29
1
-24
/
+103
*
Minor javadoc wording fixes in ReceivePack
Dave Borowitz
2012-02-29
1
-2
/
+2
*
Expose an OutputStream from ReceivePack for sending client messages
Dave Borowitz
2012-02-29
1
-12
/
+55
*
Execute ReceiveCommands via a method rather than in ReceivePack
Dave Borowitz
2012-02-29
1
-67
/
+1
*
maxObjectSizeLimit for receive-pack.
Sasa Zivkov
2011-11-22
1
-0
/
+17
*
Use JGitText.refAlreadyExists instead of "ref exists"
Tomasz Zarna
2011-08-24
1
-1
/
+2
*
Report progress while updating references
Shawn O. Pearce
2011-06-09
1
-1
/
+14
*
Ensure the HTTP request is fully consumed
Shawn O. Pearce
2011-05-31
1
-0
/
+1
*
Fix ReceivePack connectivity validation with alternates
Shawn O. Pearce
2011-04-01
1
-9
/
+29
*
smart-http: Support progress in ReceivePack
Shawn O. Pearce
2011-02-15
1
-25
/
+33
*
RefAdvertiser: Avoid object parsing
Shawn O. Pearce
2011-02-02
1
-2
/
+1
*
Show resolving deltas progress to push clients
Shawn O. Pearce
2011-01-31
1
-3
/
+11
[next]