aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/BundleFetchConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-0/+5
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-4/+4
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* Fix TransportException when reading bundleChris Gavin2016-01-211-10/+17
* Use try-with-resource to close resources in BundleFetchConnectionMatthias Sohn2015-04-021-8/+2
* Allow configurable ObjectCheckers in fetchShawn Pearce2014-11-241-1/+1
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-1/+9
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-251-11/+14
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-41/+49
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-6/+8
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-3/+4
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-311-5/+4
* Include description for missing bundle prereqsSasa Zivkov2009-10-011-7/+14
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+273