aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackFetchConnection.java
Commit message (Expand)AuthorAgeFilesLines
* transport: Remove usage of CommitTimeRevFilter with long and DatesIvan Frade5 days1-3/+2
* BasePackFetchConnection: Skip object/ref lookups if local repo is emptyDariusz Luksza2023-12-201-9/+20
* BasePackFetchConnection: Avoid full clone with useNegotiationTipRonald Bhuleskar2023-10-251-19/+45
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-7/+0
* BasePackFetchConnection: support negotiationTip featureRonald Bhuleskar2023-03-281-2/+36
* Use constants for git packet protocol line identifiersThomas Wolf2022-07-311-25/+43
* Fetch: add support for shallowRobin Müller2022-07-311-14/+107
* [sideband] Ensure last bit of progress channel is writtenThomas Wolf2022-03-191-4/+11
* [6.0 API cleanup] Public interface for PackLockThomas Wolf2021-11-231-1/+0
* Protocol V2: respect MAX_HAVES only once we got at least one ACKThomas Wolf2021-01-041-1/+11
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-26/+270
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-171/+16
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-16/+171
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Merge branch 'stable-5.4'Matthias Sohn2019-08-091-1/+1
|\
| * BasePackFetchConnection: Prefer boolean operators over logical operators in c...David Pursehouse2019-06-151-1/+1
* | Fix typos in JavadocMichael Keppler2019-07-081-2/+2
|/
* Increase severity of OperatorPrecedence to ERROR, and fix instancesDavid Pursehouse2019-06-121-1/+1
* Join catch sections using multicatchCarsten Hammer2019-04-131-4/+1
* Expose and pass around the FilterSpec object rather than the raw blob limitMatthew DeVore2019-03-221-8/+10
* Do not retain commit body in RevWalk for reachability checksMinh Thai2019-03-061-0/+1
* Replace useminimalnegotation flag with maxhaves flagMinh Thai2018-08-311-42/+11
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-4/+4
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-9/+9
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-291-1/+1
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-271-3/+1
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-3/+1
* Suppress non-localized string warnings introduced by If72b4b422David Pursehouse2018-03-201-2/+2
* Teach UploadPack to support filtering by blob sizeJonathan Tan2018-03-151-0/+21
* Correctly exit fetch negotiation for stateless RPC connectionsTerry Parker2018-02-281-0/+6
* Add a minimum negotiation feature for fetchTerry Parker2018-02-121-14/+69
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-10/+14
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-021-9/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+7
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-151-2/+6
* UploadPack: Use reachable-sha1-in-want configurationFredrik Medley2015-06-091-0/+7
* Support agent= capability in wire protocolShawn Pearce2015-04-301-0/+1
* Replace use of deprecated release() in BasePackFetchConnectionMatthias Sohn2015-04-021-5/+2
* Allow configurable ObjectCheckers in fetchShawn Pearce2014-11-241-1/+1
* Extract protocol constants to a common classShawn Pearce2013-11-011-15/+12
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-1/+5
* Send no-progress option with NullProgressMonitor.Colby Ranger2013-08-051-1/+10
* Fix NPE in openFetch on Transport without local repositoryRobin Stocker2013-07-211-14/+27
* UploadPack: advertise allow-tip-sha1-in-wantDave Borowitz2013-07-031-0/+7
* Allow users to show server messages while pushingAndré Dietisheim2013-03-211-7/+22
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-18/+18
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-10/+42