aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-251-17/+24
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-1/+1
* Fix checkReferencedIsReachable to use correct base listShawn O. Pearce2010-09-061-9/+20
* Discard object bodies when checking connectivityShawn O. Pearce2010-09-061-0/+2
* ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce2010-09-031-0/+4
* Undo translation of protocol string 'unpack error'Shawn O. Pearce2010-08-301-1/+1
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-0/+1
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+1
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1/+1
* Replace manual peel loops with RevWalk.peelShawn O. Pearce2010-06-231-3/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-8/+10
* ReceivePack: Clarify the check reachable optionShawn O. Pearce2010-04-161-22/+40
* ReceivePack: Micro-optimize object lookup when checking connectivityShawn O. Pearce2010-04-161-3/+7
* ReceivePack: Correct type of not provided objectShawn O. Pearce2010-04-161-1/+1