aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkRemoteObjectDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Constants for objects and info/{http-,}alternatesDavid Turner2019-08-021-6/+4
* Avoid double wordsMincong HUANG2018-12-211-1/+1
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-1/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-10/+10
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* WalkRemoteObjectDatabase: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-16/+4
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Decide whether to "Accept-Encoding: gzip" on a request-by-request basisZhen Chen2016-12-091-2/+5
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-8/+8
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-5/+7
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-4/+15
* Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2Shawn O. Pearce2009-12-281-1/+1
* Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-311-2/+2
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-8/+8
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+513