aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated ReceivePack#setEchoCommandFailures methodMatthias Sohn2024-09-031-16/+0
* Remove deprecated class ReceivePack.FirstLineMatthias Sohn2024-09-031-46/+0
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-3/+15
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+9
* TransferConfig: Move reading advertisesid setting into TransferConfigJosh Brown2022-11-021-7/+1
* ReceivePack: Receive and parse client session-id.Josh Brown2022-10-271-11/+57
* Use constants for git packet protocol line identifiersThomas Wolf2022-07-311-6/+9
* Don't use deprecated Repository#getAllRefs in FileRepositoryMatthias Sohn2021-11-251-2/+4
* [6.0 API cleanup] Public interface for PackLockThomas Wolf2021-11-231-1/+0
* Remove use of deprecated getAllRefs() in ReceivePackLuca Milanesio2021-06-261-1/+19
* Add getter for unpackErrorHandler in ReceivePackJack Wickham2020-06-051-0/+10
* Moving transport/internal -> internal/transportDemetr Starshov2020-05-081-1/+1
* ReceivePack: Use error message if setMasaya Suzuki2020-03-271-36/+40
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+1
* | ReceivePack: enable overriding filterCommands and executeCommandsMatthias Sohn2020-01-241-2/+4
* | Move ConnectivityChecker to fix API leakMatthias Sohn2020-01-091-2/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* | Fix API check errors introduced in ReceivePack in 945d43d5Matthias Sohn2019-12-051-1/+4
* | ReceivePack: Moves connectivity check to separate classDemetr Starshov2019-12-051-85/+24
* | Add missing @since tag for ReceivePack#receiveWithExceptionPropagationMatthias Sohn2019-12-051-0/+1
* | transport: Add methods that do not handle exceptionsMasaya Suzuki2019-12-021-10/+44
* | transport: Let users specify an error handler for unpacking a pack fileMasaya Suzuki2019-12-021-1/+19
* | ReceivePack: Use try-with-resources for PostReceiveHookMasaya Suzuki2019-12-021-25/+22
* | transport: Consolidate status reporting codeMasaya Suzuki2019-12-021-96/+96
* | transport: Add ReceiveCommandErrorHandlerMasaya Suzuki2019-12-021-17/+28
* | transport: Move exception handler to the callerMasaya Suzuki2019-12-021-9/+14
* | transport: Move handling code to the caller sideMasaya Suzuki2019-12-021-9/+12
|/
* ReceivePack: Open visibility for some methodsIvan Frade2019-11-261-2/+10
* ReceivePack: Fix name hiding of 'atomic' memberDavid Pursehouse2019-11-171-2/+1
* ReceivePack: Remove unnecessarily nested else-clauseDavid Pursehouse2019-11-171-3/+3
* ReceivePack: Reduce visibility of methodsDavid Pursehouse2019-11-161-23/+20
* 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