aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add support for reading symrefs from pack capabilitiesLee Worrall2020-11-261-0/+233
* | Override config http.userAgent from environment GIT_HTTP_USER_AGENTThomas Wolf2020-10-061-2/+31
* | UploadPackTest#testUploadRedundantBytes: ensure test repo is closedMatthias Sohn2020-10-021-7/+10
* | Support "http.userAgent" and "http.extraHeader" from the git configJames Wynn2020-09-262-0/+113
* | 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-293-2/+26
* Add support for tree filters when fetchingJonathan Nieder2020-07-291-0/+32
* Improve error message when receive.maxCommandBytes is exceededDavid Pursehouse2020-06-291-1/+3
* Decouple JSch from JGit CoreMatthias Sohn2020-06-013-813/+0
* UploadPack: Clear advertised ref map after negotiationMinh Thai2020-04-231-0/+78
* Fix human name for local .bundle filesKonrad Windszus2020-04-211-0/+11
* Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn2020-01-244-126/+118
* Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-226-7/+9
* Update to Orbit I20200120214610 and JUnit to 4.13David Pursehouse2020-01-222-2/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0441-1558/+205
* transport: Move handling code to the caller sideMasaya Suzuki2019-12-021-2/+1
* Add missing license header to UploadPackRefSortingForReachabilityTestJonathan Nieder2019-11-251-0/+43
* UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowedDavid Pursehouse2019-11-251-7/+11