aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/WindowCache.java
Commit message (Expand)AuthorAgeFilesLines
* WindowCache: fix "empty control-flow statement" warningMatthias Sohn2024-12-291-1/+3
* WindowCache: share removal work among multiple threadsMartin Fick2024-12-191-5/+126
* WindowCache: add bulk purge(), call from bulk sitesMartin Fick2024-12-021-9/+15
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+4
* [errorprone] PageRef#isStringRef: suppress UnusedMethodMatthias Sohn2023-09-251-0/+1
* Introduce core.packedIndexGitUseStrongRefs config keyMartin Fick2023-08-261-1/+8
* Rename PackFile to PackNasser Grainawi2021-02-101-35/+38
* Delay WindowCache statistics JMX MBean registrationThomas Wolf2020-08-161-7/+15
* WindowCache: conditional JMX setupThomas Wolf2020-05-291-1/+3
* Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-011-55/+331
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-02-011-55/+331
| |\
| | * WindowCache: add metric for cached bytes per repositoryMatthias Sohn2020-01-281-10/+43
| | * WindowCache: add option to use strong refs to reference ByteWindowsMatthias Sohn2020-01-201-47/+290
* | | Merge branch 'stable-5.6'Matthias Sohn2020-01-091-22/+228
|\| |
| * | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-01-091-29/+229
| |\|
| | * Fix MBean registrationMatthias Sohn2019-12-131-1/+1
| | * Enhance WindowCache statisticsMatthias Sohn2019-12-081-29/+229
* | | 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-7/+1
|/ /
* / Avoid double wordsMincong HUANG2018-12-211-1/+1
|/
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-16/+16
* Add class to access WindowCache statisticsDavid Pursehouse2018-02-031-3/+12
* Fix javadoc in org.eclipse.jgit storage/file packageMatthias Sohn2017-12-191-4/+6
* Remove workaround for bug in Java's ReferenceQueueMatthias Sohn2017-09-041-33/+9
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+605