aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java
Commit message (Expand)AuthorAgeFilesLines
* Suppress the API errors introduced by 3e9a5f99Matthias Sohn2019-11-141-0/+2
* ReceivePack: Remove unused getLockMessageProcessName methodDavid Pursehouse2019-11-131-9/+0
* ReceivePack: Remove unnecessary ReceivePack. prefix on static callDavid Pursehouse2019-11-131-1/+1
* transport: Merge BaseReceivePack into ReceivePackMasaya Suzuki2019-11-131-38/+1872
* Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-021-1/+1
* Move BaseReceivePack#advertisedRefs getter and setter to ReceivePackJonathan Nieder2018-12-291-0/+56
* Move BaseReceivePack#walk getter to ReceivePackJonathan Nieder2018-12-291-0/+11
* Move BaseReceivePack#db getter to ReceivePackJonathan Nieder2018-12-291-0/+10
* Move BaseReceivePack#pushCert getter and setter to ReceivePackJonathan Nieder2018-12-291-0/+29
* Revert C Git 1.7.5 bug workaroundMasaya Suzuki2018-11-191-17/+3
* Call unlockPack in finallyMasaya Suzuki2018-11-111-11/+17
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-7/+22
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* Implement auto gcMatthias Sohn2016-10-231-0/+12
* ReceivePack: integrate push option parsing into recvCommandsShawn Pearce2016-08-291-11/+10
* ReceivePack: simplify getPushOptionsShawn Pearce2016-08-291-13/+7
* ReceivePack: allow push options to be setShawn Pearce2016-08-291-6/+18
* ReceivePack: refactor push option parsingShawn Pearce2016-08-261-5/+47
* Push implementation of option stringsDan Wang2016-07-221-0/+13
* ReceivePack: enable capabilities immediately on first lineShawn Pearce2016-07-051-2/+0
* ReceivePack: Use Java 7 multi-catch for unpackErrorShawn Pearce2016-07-051-5/+1
* ReceivePack: Pass atomic setting from client to BatchRefUpdateJonathan Nieder2016-05-041-0/+2
* Document empty catch block to silence warningMatthias Sohn2015-06-091-0/+1
* Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptionsChristian Halstrick2015-05-271-3/+9
* Implement atomic refs update, if possible by databaseStefan Beller2014-11-071-0/+7
* Extract protocol constants to a common classShawn Pearce2013-11-011-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-4/+4
* Mark fields of BaseReceivePack privateShawn O. Pearce2012-09-051-1/+12
* Work around smart HTTP bugs in C GitShawn O. Pearce2012-06-271-0/+26
* Factor a base class out of ReceivePackDave Borowitz2012-05-141-1120/+16
* Properly parse first line in ReceivePack with no '\0'Dave Borowitz2012-03-231-2/+3
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Try to send HTTP error messages over sidebandDave Borowitz2012-03-071-0/+17
* Extract the capability parsing logic in {Upload,Receive}PackDave Borowitz2012-03-071-7/+36
* Fix a typo in "capabilities" in ReceivePackDave Borowitz2012-03-071-6/+6
* Extract filterCommands as a static method on ReceiveCommandDave Borowitz2012-02-291-13/+6
* Modify refs in UploadPack/ReceivePack using a hook interfaceDave Borowitz2012-02-291-24/+103
* Minor javadoc wording fixes in ReceivePackDave Borowitz2012-02-291-2/+2
* Expose an OutputStream from ReceivePack for sending client messagesDave Borowitz2012-02-291-12/+55
* Execute ReceiveCommands via a method rather than in ReceivePackDave Borowitz2012-02-291-67/+1
* maxObjectSizeLimit for receive-pack.Sasa Zivkov2011-11-221-0/+17
* Use JGitText.refAlreadyExists instead of "ref exists"Tomasz Zarna2011-08-241-1/+2
* Report progress while updating referencesShawn O. Pearce2011-06-091-1/+14
* Ensure the HTTP request is fully consumedShawn O. Pearce2011-05-311-0/+1
* Fix ReceivePack connectivity validation with alternatesShawn O. Pearce2011-04-011-9/+29
* smart-http: Support progress in ReceivePackShawn O. Pearce2011-02-151-25/+33
* RefAdvertiser: Avoid object parsingShawn O. Pearce2011-02-021-2/+1
* Show resolving deltas progress to push clientsShawn O. Pearce2011-01-311-3/+11