aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/DeltaTask.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-3/+4
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Convert to lambda or member referenceCarsten Hammer2019-05-161-7/+2
* Fix javadoc in org.eclipse.jgit storage/pack packageMatthias Sohn2017-12-191-0/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* Delta compression: reuse DeltaTask.getAdjustedWeight()Terry Parker2015-11-031-1/+1
* [performance] Speed up delta packingTerry Parker2015-11-031-8/+15
* [style] Add braces to DeltaTaskTerry Parker2015-11-031-15/+29
* [performance] Remove synthetic access$ methods in pack and file packagesAndrey Loskutov2015-10-281-2/+2
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-1/+1
* Fix DeltaTask infinite loopHugo Arès2014-06-051-1/+1
* Rescale "Compressing objects" progress meter by sizeShawn Pearce2013-04-171-1/+15
* Split delta search buckets by byte weightShawn Pearce2013-04-171-15/+185
* Split remaining delta work on path boundariesShawn Pearce2013-04-121-12/+17
* Steal work from delta threads to rebalance CPU loadShawn Pearce2013-04-101-23/+75
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+91