aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackConnection.java
Commit message (Expand)AuthorAgeFilesLines
* 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