aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/BundleWriter.java
Commit message (Expand)AuthorAgeFilesLines
* Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+2
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-1/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-8/+4
* BundleWriter: Allow constructing from only an ObjectReaderDave Borowitz2017-04-121-6/+33
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-5/+5
* Fix public API issues introduced in I1baeedcc6946.Yuxuan 'fishy' Wang2015-06-091-2/+0
* Fix imports in BundleWriterMatthias Sohn2015-06-091-1/+1
* Add missing javadoc @param for new method setObjectCountCallback()Matthias Sohn2015-06-101-0/+3
* Callback in PackWriter & BundleWriter.Yuxuan 'fishy' Wang2015-06-091-0/+26
* Use try-with-resource to close resources in BundleWriterMatthias Sohn2015-04-021-4/+1
* BundleWriter: Support including HEAD in bundleRobin Stocker2014-10-191-1/+2
* Disable CRC32 computation when no PackIndex will be createdShawn Pearce2013-04-101-0/+1
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* PackWriter: Avoid CRC-32 validation when feeding IndexPackShawn O. Pearce2011-03-021-0/+1
* PackWriter: Hoist and cluster reference targetsShawn O. Pearce2011-02-181-0/+12
* BundleWriter: Always use OFS_DELTAShawn O. Pearce2011-02-181-0/+1
* Pass PackConfig down to PackWriter when packingShawn O. Pearce2010-07-281-2/+20
* Move PackWriter progress monitors onto the operationsShawn O. Pearce2010-06-281-7/+8
* Ensure ObjectReader used by PackWriter is releasedShawn O. Pearce2010-06-281-26/+30
* Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2010-06-261-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-2/+4
* Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-121-8/+4
* Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2Shawn O. Pearce2009-12-281-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+203