aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of missing pack index fileDariusz Luksza2024-01-291-2/+0
* Add tests for handling pack files removal during fetchDariusz Luksza2024-01-291-0/+148
* 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
|\|
| * 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
* | | Merge branch 'stable-5.13' into stable-6.0Thomas Wolf2022-01-051-1/+1
|\| |
| * | Use slf4j-simple instead of log4j for loggingMatthias Sohn2021-12-311-1/+1
* | | Don't use deprecated Repository#getAllRefs in FileRepositoryMatthias Sohn2021-11-251-1/+1
* | | [6.0 API cleanup] Public interface for PackLockThomas Wolf2021-11-231-1/+0
|/ /
* | Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-10-151-0/+123
|\|
| * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-10-151-0/+123
| |\
| | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-10-151-0/+123
| | |\
| | | * Fix missing peel-part in lsRefsV2 for loose annotated tagsSaša Živkov2021-10-151-0/+123
* | | | transport: add object-info capabilityBruno Albuquerque2021-08-311-0/+47
* | | | Update orbit to I20210711110031Matthias Sohn2021-07-161-2/+0
* | | | Teach independent negotiation (no pack file) using an option "wait-for-done"Ronald Bhuleskar2021-06-111-0/+102
|/ / /
* | | Rename PackFile to PackNasser Grainawi2021-02-101-25/+25
* | | Client-side protocol V2 support for fetchingThomas Wolf2021-01-013-14/+150
|/ /
* | 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
* | PacketLineInTest: test for END and DELIM being distinguishableThomas Wolf2020-11-301-3/+8