aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackOutputStream.java
Commit message (Expand)AuthorAgeFilesLines
* PackOutputStream: Extract cancellation and digest to superclasskylezhao2022-01-271-72/+5
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* PackOutputStream: Suppress Error Prone's ShortCircuitBoolean warningDavid Pursehouse2018-10-101-0/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit storage/pack packageMatthias Sohn2017-12-191-6/+21
* PackOutputStream: Add comment for intentional use of non-short-circuit logicDavid Pursehouse2016-10-181-1/+1
* Increase PackOutputStream copy buffer to 64 KiBShawn Pearce2013-04-101-1/+1
* Tighten object header writing in PackOutuptStreamShawn Pearce2013-04-101-31/+40
* Declare members of PackOutputStream finalShawn Pearce2013-04-101-9/+10
* Always allocate the PackOutputStream copyBufferShawn Pearce2013-04-101-4/+2
* Disable CRC32 computation when no PackIndex will be createdShawn Pearce2013-04-101-15/+0
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+252