aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java
Commit message (Expand)AuthorAgeFilesLines
* ReceivePack: clear advertised .haves if application changes refsShawn Pearce2017-09-071-0/+1
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-021-9/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-5/+5
* Fix bad test fix from 0bff481 "Limit receive commands"Shawn Pearce2017-02-201-9/+14
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Limit receive commandsShawn Pearce2017-02-111-13/+72
* Fix wrong @since tags introduced by 1beb3ccdMatthias Sohn2016-09-211-1/+1
* Add ReceivedPackStatistics for PackParserMasaya Suzuki2016-09-191-0/+15
* ReceivePack: integrate push option parsing into recvCommandsShawn Pearce2016-08-291-0/+13
* ReceivePack: refactor push option parsingShawn Pearce2016-08-261-70/+11
* Fix push option initalization on HTTPStefan Beller2016-08-261-1/+3
* BaseReceivePack: null and IllegalStateException cases for getPushOptionsDan Wang2016-08-101-3/+19
* Push implementation of option stringsDan Wang2016-07-221-0/+75
* ReceivePack: report protocol parsing failures on channel 3Shawn Pearce2016-07-051-1/+24
* ReceivePack: catch InvalidObjectIdException while parsing shallowShawn Pearce2016-07-051-1/+11
* ReceivePack: remove unnecessary try-catch around parseCommandShawn Pearce2016-07-051-7/+1
* ReceivePack: enable capabilities immediately on first lineShawn Pearce2016-07-051-3/+5
* ReceivePack: Catch InvalidObjectIdException instead of IAEShawn Pearce2016-07-051-1/+2
* Make BaseReceivePack.setAtomic publicJonathan Nieder2016-05-041-1/+1
* ReceivePack: Pass atomic setting from client to BatchRefUpdateJonathan Nieder2016-05-041-0/+26
* ReceiveCommand.abort(): Utility to mark batch of commands as failedShawn Pearce2016-01-181-4/+1
* Unify fetch and receive ObjectChecker setupShawn Pearce2015-12-291-36/+9
* Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-151-11/+23
* BaseReceivePack: Add method to override the push certDave Borowitz2015-07-151-0/+14
* BaseReceivePack: Don't throw from getPushCertificate()Dave Borowitz2015-07-151-3/+4
* Report PackProtocolExceptions to client during receive-packDave Borowitz2015-07-091-43/+48
* BaseReceivePack: Treat all LFs as optionalDave Borowitz2015-07-071-16/+5
* BaseReceivePack: More validation during parseCommandDave Borowitz2015-07-071-9/+25
* PackCertificateParser: return null if nothing was receivedDave Borowitz2015-06-181-1/+2
* Include push certificates in RefUpdateDave Borowitz2015-06-181-0/+1
* Extract a class for signed push configurationDave Borowitz2015-06-181-12/+31
* BaseReceivePack: fix reading cert lines in command loopDave Borowitz2015-06-181-4/+8
* Rewrite push certificate parsingDave Borowitz2015-06-111-13/+20
* Allow trailing newlines in receive-packDave Borowitz2015-06-101-10/+27
* Fix that exceptions in ReceivePack cause Invalid Channel 101 exceptionsChristian Halstrick2015-05-271-1/+3
* ReceivePack: support quiet capabilityShawn Pearce2015-05-201-2/+48
* ObjectWalk: make setRetainBody(false) the defaultShawn Pearce2015-05-101-1/+0
* Do not concatenate strings as arguments to StringBuilder.append()Sebastian Schuberth2015-05-081-3/+5
* Support agent= capability in wire protocolShawn Pearce2015-04-301-0/+22
* Add fsck.allowInvalidPersonIdent to accept invalid author/committersShawn Pearce2015-04-301-0/+4
* Remove unnecessary $NON-NLS comment in BaseReceivePackMatthias Sohn2015-04-021-1/+1
* Use try-with-resources to close resources in BaseReceivePackMatthias Sohn2015-04-021-59/+58
* Port push certificatesStefan Beller2015-02-231-0/+28
* Honor git-core meaning of receive.denyDeletes allowing tag deletionShawn Pearce2014-11-291-10/+36
* Add missing @since tagsChristian Halstrick2014-11-091-2/+8
* Implement atomic refs update, if possible by databaseStefan Beller2014-11-071-0/+20
* ReceivePack: Accept shallow lines from Git >= 1.9Shawn Pearce2014-08-271-2/+21
* Display progress while checking connectivity on pushShawn Pearce2014-03-121-0/+10
* Allow configuration of receive pack's ObjectChecker through fsck.*Shawn Pearce2014-03-121-4/+20
* Default receive.fsckObjects to transfer.fsckObjectsShawn Pearce2014-03-121-2/+3