aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.5'Matthias Sohn2019-11-111-1/+1
|\
| * BaseReceivePack: Fix the formatMasaya Suzuki2019-11-101-1/+1
* | Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-5/+7
* | ReceivePack: Prevent pointing a branch to a non-commit objectYunjie Li2019-09-061-9/+19
|/
* Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-021-1/+1
* BaseReceive/UploadPack: Stop using deprecated RefAdvertiser.send(Map)Ivan Frade2019-03-141-1/+1
* Do not retain commit body in RevWalk for reachability checksMinh Thai2019-03-061-0/+1
* Deprecate Repository#hasObjectJonathan Nieder2019-01-041-1/+1
* Move BaseReceivePack#advertisedRefs getter and setter to ReceivePackJonathan Nieder2018-12-291-24/+9
* Move BaseReceivePack#walk getter to ReceivePackJonathan Nieder2018-12-291-4/+4
* Move BaseReceivePack#db getter to ReceivePackJonathan Nieder2018-12-291-4/+4
* Move BaseReceivePack#pushCert getter and setter to ReceivePackJonathan Nieder2018-12-291-7/+7
* Move first line parsing for v0 push out of BaseReceivePackJonathan Nieder2018-12-271-15/+12
* SubmoduleValidator: Always throw SubmoduleValidationExceptionIvan Frade2018-10-091-2/+8
* Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-061-1/+24
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-061-1/+24
| |\
| | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-061-1/+24
| | |\
| | | * BaseReceivePack: Validate incoming .gitmodules filesIvan Frade2018-10-051-1/+24
* | | | Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-8/+8
* | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-16/+16
|/ / /
* / / Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-72/+196
|/ /
* | 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