aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/storage/file/WindowCacheConfig.java
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in constant name CONFIG_KEY_STREAM_FILE_TRESHOLDMatthias Sohn2023-11-151-2/+2
* Introduce core.packedIndexGitUseStrongRefs config keyMartin Fick2023-08-261-0/+31
* WindowCache: conditional JMX setupThomas Wolf2020-05-291-0/+36
* Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-011-12/+52
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-02-011-12/+52
| |\
| | * WindowCache: add option to use strong refs to reference ByteWindowsMatthias Sohn2020-01-201-0/+32
| | * Add config constants for WindowCache configuration optionsMatthias Sohn2020-01-091-12/+20
* | | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/ /
* / Avoid double wordsMincong HUANG2018-12-211-1/+1
|/
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-7/+7
* Fix javadoc in org.eclipse.jgit storage/file and pack packageMatthias Sohn2017-12-191-9/+44
* Silence deprecation warning in WindowCacheConfigMatthias Sohn2015-05-291-0/+1
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-211-0/+3
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-8/+22
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-6/+12
* Increase core.streamFileThreshold default to 50 MiBShawn O. Pearce2010-10-041-2/+2
* Correctly name DeltaBaseCacheShawn O. Pearce2010-09-071-2/+2
* Move ObjectDirectory streaming limit to WindowCacheConfigShawn O. Pearce2010-09-021-0/+26
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-0/+178