aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-8/+12
* Stop initCause throwing in readAdvertisedRefsDarius Jokilehto2022-02-081-5/+6
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-80/+317
* Add support for reading symrefs from pack capabilitiesLee Worrall2020-11-261-0/+105
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-307/+52
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-52/+307
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-021-1/+1
* Use Arrays.asList instead of copying array in a for loopCarsten Hammer2019-04-141-2/+3
* Join catch sections using multicatchCarsten Hammer2019-04-131-4/+1
* BasePackConnection: Check for expected length of ref advertisementDavid Pursehouse2018-12-201-1/+15
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-3/+29
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Fix InterruptTimer leak in BasePackConnectionMatthias Sohn2015-12-161-1/+3
* Support agent= capability in wire protocolShawn Pearce2015-04-301-0/+14
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-7/+7
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-5/+6
* Fix EGit deadlock listing branches of SSH remoteShawn O. Pearce2010-03-201-1/+22
* Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-121-9/+15
* Catch and report "ERR message" during remote advertisementsShawn O. Pearce2010-03-121-0/+20
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-4/+5
* client side smart HTTPShawn O. Pearce2010-01-121-2/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+287