aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/BundleFetchConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Join catch sections using multicatchCarsten Hammer2019-04-131-8/+2
* Handle premature EOF in BundleFetchConnectionThomas Wolf2019-01-221-1/+6
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-5/+5
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-291-1/+1
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-271-4/+1
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-3/+4
* 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