aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/UploadPack.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-07-061-9/+28
|\
| * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-07-061-9/+28
| |\
| | * UploadPack: don't prematurely terminate timer in case of errorMatthias Sohn2022-06-301-8/+19
| | * UploadPack: do not check reachability of visible SHA1sLuca Milanesio2022-06-251-1/+9
* | | Remove unused warning suppressionFabio Ponciroli2022-02-111-1/+1
|/ /
* | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-01-181-0/+5
|\|
| * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2022-01-181-0/+5
| |\
| | * UploadPack v2 protocol: Stop negotiation for orphan refsMarcin Czech2022-01-181-0/+5
* | | Remove use of deprecated getAllRefs() in UploadPackMatthias Sohn2021-10-231-5/+22
* | | Merge branch 'stable-5.13'Matthias Sohn2021-10-151-0/+1
|\| |
| * | Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-10-151-0/+1
| |\|
| | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-10-151-0/+1
| | |\
| | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-10-151-0/+1
| | | |\
| | | | * Fix missing peel-part in lsRefsV2 for loose annotated tagsSaša Živkov2021-10-151-0/+1
* | | | | Rename a local variableThomas Wolf2021-09-301-4/+4
|/ / / /
* | | | transport: add object-info capabilityBruno Albuquerque2021-08-311-0/+31
* | | | searchForReuse might impact performance in large repositoriesFabio Ponciroli2021-06-251-0/+1
* | | | Teach independent negotiation (no pack file) using an option "wait-for-done"Ronald Bhuleskar2021-06-111-14/+38
|/ / /
* | | Move reachability checker generation into the ObjectReader objectTerry Parker2021-01-281-4/+4
* | | Protocol V2: don't log spurious ACKs in UploadPackThomas Wolf2021-01-061-2/+2
* | | Enable git wire protocol version 2 on server side per defaultDavid Ostrovsky2021-01-031-1/+2
* | | Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-5/+9
|/ /
* | Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-8/+4
* | Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-4/+8
* | Compute time differences with DurationAlexa Panfil2020-10-091-9/+12
* | Measure time taken for reachability checksAlexa Panfil2020-09-241-8/+19
* | Measure time taken for negotiation in protocol V2Alexa Panfil2020-09-221-1/+8
|/
* UploadPack: Use more relevant refs first in object reachability checkIvan Frade2020-04-281-4/+29
* UploadPack: Refactor to generalize the object reachability checksIvan Frade2020-04-281-30/+8
* UploadPack: Use BitmappedReachabilityChecker for not advertised wantsIvan Frade2020-04-281-18/+12
* revwalk: Extract ObjectReachabilityChecker interfaceIvan Frade2020-04-281-1/+2
* UploadPack: Extract walk-based reachability checkIvan Frade2020-04-281-33/+12
* UploadPack: Clear advertised ref map after negotiationMinh Thai2020-04-231-3/+10
* Merge branch 'stable-5.6'Matthias Sohn2020-02-281-2/+2
|\
| * Move array designators from the variable to the typeDavid Pursehouse2020-02-271-2/+2
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\|
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* checkNotAdvertisedWants: Be lazy converting Ref to RevCommitIvan Frade2019-11-211-40/+36
* ReachabilityChecker: Receive a Stream instead of a CollectionIvan Frade2019-11-211-1/+1
* UploadPack: Prioritize references for non-advertised wants checksIvan Frade2019-11-211-7/+44
* ProtocolV2Parser: Introduce advertise sideband-all optionIvan Frade2019-10-151-1/+1
* Add missing @since tag to UploadPack#uploadWithExceptionPropagationMatthias Sohn2019-10-121-0/+1
* UploadPack: Create a method that propagates an exception as-isMasaya Suzuki2019-10-091-34/+64
* UploadPack: Consolidate the sideband handling code to one placeMasaya Suzuki2019-10-091-61/+29
* UploadPack: Introduce ErrorWriterMasaya Suzuki2019-10-091-17/+35
* Silence warnings for non-externalized stringsMatthias Sohn2019-08-291-11/+13
* UploadPack: support custom packfile-to-URI mappingJonathan Tan2019-08-201-1/+28
* UploadPack: move writing of "packfile" headerJonathan Tan2019-07-301-2/+9
* UploadPack: add getProtocolV2Hook() methodIvan Frade2019-07-181-0/+12