aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* checkNotAdvertisedWants: Be lazy converting Ref to RevCommitIvan Frade2019-11-211-0/+33
* transport: Merge BaseReceivePack into ReceivePackMasaya Suzuki2019-11-133-6/+6
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-172-23/+14
* 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
* UploadPackReachabilityTest: Use assertThrows instead of thrownIvan Frade2019-09-181-15/+14
* RequestValidatorTestCase: Tests for the request validatorsIvan Frade2019-09-184-0/+598
* UploadPackTest: Move "reachability" tests to its own fileIvan Frade2019-09-182-97/+317
* ReceivePack: Prevent pointing a branch to a non-commit objectYunjie Li2019-09-062-24/+24
* UploadPack: support custom packfile-to-URI mappingJonathan Tan2019-08-201-0/+54
* Merge branch 'stable-5.4'Matthias Sohn2019-08-091-2/+11
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-2/+11
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-2/+11
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-2/+11
| | | |\
| | | | * Fix OpenSshConfigTest#configMatthias Sohn2019-08-081-1/+7
| | | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-2/+5
| | | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-192-7/+6
* | | | | UploadPack: move writing of "packfile" headerJonathan Tan2019-07-301-1/+8
* | | | | PreUploadHookChain: Use list instead of array internallyIvan Frade2019-07-241-0/+118
* | | | | PostUploadHookChain: Use a list instead of array internallyIvan Frade2019-07-241-0/+99
* | | | | Merge "ProtocolV2HookChain: Allow to create a chain of protocol V2 hooks"Jonathan Tan2019-07-241-0/+111
|\ \ \ \ \
| * | | | | ProtocolV2HookChain: Allow to create a chain of protocol V2 hooksIvan Frade2019-07-181-0/+111
* | | | | | UploadPackTest: use Consumer to set up UploadPackJonathan Tan2019-07-161-43/+70
|/ / / / /
* | | | | Support "sideband-all" in protocol v2 fetchJonathan Tan2019-07-161-0/+58