aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Advertise "agent" capability when using protocol v2Antonio Barone13 days1-6/+6
* Test advertised capabilities with protocol V0 and allow*Sha1InWantpszlazak2024-11-211-0/+42
* Fix warning "Redundant specification of type arguments <Object>"Matthias Sohn2024-05-142-26/+6
* Fix warning about using raw typeMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix pattern FutureReturnValueIgnoredMatthias Sohn2024-04-291-2/+2
* [errorprone] Fix pattern BadImportMatthias Sohn2024-04-291-2/+2
* [errorprone] Fix pattern CatchFailMatthias Sohn2024-04-291-3/+3
* [errorprone] Fix pattern LongLiteralLowerCaseSuffixMatthias Sohn2024-04-291-2/+2
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+2
* [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-283-36/+39
* Fix handling of missing pack index fileDariusz Luksza2024-01-281-2/+0
* Add tests for handling pack files removal during fetchDariusz Luksza2024-01-181-0/+148
* Adjust javadoc to pass errorprone checksIvan Frade2023-11-171-1/+17
* 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
* Remove redundant specification of type argumentsMatthias Sohn2023-07-161-1/+1
* PackParserTest: Extract pack-writing helper code to its own classIvan Frade2023-07-142-104/+153
* 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
| | |\
| | | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-271-0/+69
| | | |\
| | | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-271-0/+69
| | | | |\
| | | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-261-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
* | | | | Fix boxing warnings in TransportTestMatthias Sohn2022-11-201-3/+3
* | | | | Silence warnings about unclosed BasePackPushConnectionMatthias Sohn2022-11-201-0/+3
* | | | | UploadPack: Receive and parse client session-idJosh Brown2022-11-023-0/+85
* | | | | TransferConfig: Move reading advertisesid setting into TransferConfigJosh Brown2022-11-021-0/+17
* | | | | PushCommand: allow users to disable use of bitmaps for pushkylezhao2022-10-211-0/+31
* | | | | PackParser: populate full size of the PackedObjectInfosIvan Frade2022-10-181-0/+118
|/ / / /
* / / / Fetch: add support for shallowRobin Müller2022-07-312-4/+41
|/ / /
* | | Fetch: Introduce negative refspecs.yunjieli2022-04-131-0/+48
* | | [sideband] Ensure last bit of progress channel is writtenThomas Wolf2022-03-191-0/+17
* | | Add tests for SideBandInputStreamThomas Wolf2022-03-191-0/+212
|/ /
* | [push] support the "matching" RefSpecs ":" and "+:"Thomas Wolf2022-03-061-0/+14
* | [push] Call the pre-push hook later in the push processThomas Wolf2022-03-061-7/+64
* | Support for git config push.defaultThomas Wolf2022-02-091-1/+59
* | Merge branch 'stable-6.0'Matthias Sohn2022-02-092-1/+119
|\|
| * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-02-092-1/+119
| |\
| | * Stop initCause throwing in readAdvertisedRefsDarius Jokilehto2022-02-082-1/+119
* | | [test] Fix closing of test repositoriesNail Samatov2022-01-303-9/+20
|/ /
* | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-01-181-0/+55
|\|