aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/UploadPackTest.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-7.0' into stable-7.1Matthias Sohn7 days1-6/+6
|\
| * Advertise "agent" capability when using protocol v2Antonio Barone12 days1-6/+6
| * Test advertised capabilities with protocol V0 and allow*Sha1InWantpszlazak2024-11-211-0/+42
* | UploadPackTest: fix unclosed resource warningMatthias Sohn2024-11-191-4/+4
* | Test advertised capabilities with protocol V0 and allow*Sha1InWantLuca Milanesio2024-10-121-0/+42
|/
* [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-281-20/+23
* Use try-with-resource to ensure UploadPack is closedMatthias Sohn2023-11-091-5/+6
* Fix hiding field warningMatthias Sohn2023-11-091-4/+4
* UploadPackTest: Cover using wanted-refs as advertised setIvan Frade2023-10-271-0/+62
* UploadPack: use want-refs as advertised set in fetch v2Patrick Hiesel2023-10-271-1/+1
* BasePackFetchConnection: Avoid full clone with useNegotiationTipRonald Bhuleskar2023-10-251-2/+65
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-4/+4
* Merge branch 'stable-6.5'Matthias Sohn2023-04-281-0/+69
|\
| * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-04-271-0/+69
| |\
| | * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-04-271-0/+69
| | |\
| | | * UploadPack: Fix NPE when traversing a tag chainKaushik Lingarkar2023-04-211-0/+69
* | | | BasePackFetchConnection: support negotiationTip featureRonald Bhuleskar2023-03-281-0/+232
|/ / /
* | | UploadPack: use allow-any-sha1-in-want configurationkylezhao2023-02-211-0/+44
* | | UploadPack: consume delimiter in object-info commandHan-Wen Nienhuys2023-02-021-1/+3
|/ /
* | UploadPackTest: ensure UploadPack is closed to fix resource leakMatthias Sohn2022-11-211-37/+43
* | UploadPack: Receive and parse client session-idJosh Brown2022-11-021-0/+42
|/
* Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-01-181-0/+55
|\
| * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2022-01-181-0/+55
| |\
| | * UploadPack v2 protocol: Stop negotiation for orphan refsMarcin Czech2022-01-181-0/+55
* | | [6.0 API cleanup] Public interface for PackLockThomas Wolf2021-11-231-1/+0
|/ /
* | transport: add object-info capabilityBruno Albuquerque2021-08-311-0/+47
* | Teach independent negotiation (no pack file) using an option "wait-for-done"Ronald Bhuleskar2021-06-111-0/+102
|/
* Use new protocol version constantsMatthias Sohn2020-11-301-13/+25
* Merge branch 'stable-5.9'Matthias Sohn2020-11-301-2/+6
|\
| * Add constants for parsing git wire protocol versionDavid Ostrovsky2020-11-291-2/+7
* | UploadPackTest#testUploadRedundantBytes: ensure test repo is closedMatthias Sohn2020-10-021-7/+10
* | Measure time taken for reachability checksAlexa Panfil2020-09-241-11/+122
* | ReceivePackStats: Add size and count of unnecessary pushed objectsYunjie Li2020-09-111-0/+61
|/
* Do not send empty blob in response to blob:none filterJonathan Nieder2020-07-291-1/+1
* Add support for tree filters when fetchingJonathan Nieder2020-07-291-0/+32
* UploadPack: Clear advertised ref map after negotiationMinh Thai2020-04-231-0/+78
* Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-221-1/+1
* Update to Orbit I20200120214610 and JUnit to 4.13David Pursehouse2020-01-221-1/+1
* UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowedDavid Pursehouse2019-11-251-7/+11
* ProtocolV2Parser: Introduce advertise sideband-all optionIvan Frade2019-10-151-2/+5
* CachedPackUriProvider: Add size to the pack informationIvan Frade2019-10-111-1/+1
* UploadPackTest: Stop using deprecated PacketLineIn constantsDavid Pursehouse2019-10-071-6/+6
* UploadPackTest: Move "reachability" tests to its own fileIvan Frade2019-09-181-97/+0
* UploadPack: support custom packfile-to-URI mappingJonathan Tan2019-08-201-0/+54
* UploadPack: move writing of "packfile" headerJonathan Tan2019-07-301-1/+8
* UploadPackTest: use Consumer to set up UploadPackJonathan Tan2019-07-161-43/+70
* Support "sideband-all" in protocol v2 fetchJonathan Tan2019-07-161-0/+58
* UploadPackTest: refactor capability config testJonathan Tan2019-07-161-48/+59
* Move exception handling code to the callerMasaya Suzuki2019-06-271-48/+42
* Add assertThrowsMasaya Suzuki2019-06-271-154/+109