aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/DeltaWindow.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-3/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix missing deltas near type boundariesShawn Pearce2017-02-081-6/+10
* Rescale "Compressing objects" progress meter by sizeShawn Pearce2013-04-171-4/+9
* Split delta search buckets by byte weightShawn Pearce2013-04-171-1/+1
* Avoid TemporaryBuffer.Heap on very small deltasShawn Pearce2013-04-121-25/+60
* Correct distribution of allowed delta size along chain lengthShawn Pearce2013-04-121-113/+49
* Split remaining delta work on path boundariesShawn Pearce2013-04-121-16/+27
* Replace DeltaWindow array with circularly linked listShawn Pearce2013-04-111-73/+24
* Micro-optimize DeltaWindow primary loopShawn Pearce2013-04-111-8/+7
* Micro-optimize DeltaWindow maxMemory test to be != 0Shawn Pearce2013-04-111-8/+5
* Steal work from delta threads to rebalance CPU loadShawn Pearce2013-04-101-9/+50
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+536