Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-30Use FileSnapshot without using configs for FileBasedConfigstable-5.1Luca Milanesio2-3/+24
2021-12-26Revert "RefDirectory.scanRef: Re-use file existence check done in snapshot cr...Thomas Wolf2-13/+0
2021-12-03storage: file: De-duplicate File.exists()+File.isFile()Nasser Grainawi2-2/+2
2021-12-03RefDirectory.scanRef: Re-use file existence check done in snapshot creationKaushik Lingarkar2-0/+13
2021-12-02FileSnapshot: Lazy load file store attributes cacheKaushik Lingarkar1-7/+20
2021-05-24BatchRefUpdate: Skip saving conflicting ref names and prefixes in memoryKaushik Lingarkar1-41/+13
2021-05-24Optimize RefDirectory.isNameConflicting()Kaushik Lingarkar1-32/+3
2020-12-02Fix PackInvalidException when fetch and repack run concurrentlyPetr Hrebejk1-0/+1
2020-11-26GC#deleteOrphans: log warning for deleted orphaned filesMatthias Sohn2-1/+4
2020-11-26GC#deleteOrphans: handle failure to list files in pack directoryMatthias Sohn1-2/+3
2020-11-26Ensure that GC#deleteOrphans respects pack lockMatthias Sohn1-2/+7
2020-07-19Remove unused importsMatthias Sohn1-2/+0
2020-01-28WindowCache: add metric for cached bytes per repositoryMatthias Sohn2-10/+52
2020-01-20WindowCache: add option to use strong refs to reference ByteWindowsMatthias Sohn3-47/+328
2020-01-09Replace usage of ArrayIndexOutOfBoundsException in treewalkPatrick Hiesel2-9/+6
2020-01-09Add config constants for WindowCache configuration optionsMatthias Sohn2-12/+44
2020-01-06JschConfigSessionFactory: fix boxing warningMatthias Sohn1-1/+2
2020-01-06SshSupport#runSshCommand: don't throw exception in finally blockMatthias Sohn1-6/+8
2019-12-13Fix MBean registrationMatthias Sohn2-7/+14
2019-12-08Enhance WindowCache statisticsMatthias Sohn4-35/+487
2019-09-27Do not rely on ArrayIndexOutOfBoundsException to detect end of inputSaša Živkov1-4/+2
2019-09-16WorkingTreeIterator: handle different timestamp resolutionsThomas Wolf2-18/+125
2019-09-10Fix WorkingTreeIterator.compareMetadata() for CheckStat.MINIMALMatthias Sohn1-2/+3
2019-09-06JGitText: Remove unused externalized stringsDavid Pursehouse1-66/+0
2019-09-06RepoText: Remove unused externalized stringDavid Pursehouse1-1/+0
2019-09-03Merge branch 'stable-5.0' into stable-5.1Matthias Sohn1-60/+58
2019-09-03Merge branch 'stable-4.11' into stable-5.0stable-5.0Matthias Sohn1-60/+58
2019-09-03Merge branch 'stable-4.10' into stable-4.11Matthias Sohn1-60/+58
2019-09-03Merge branch 'stable-4.9' into stable-4.10Matthias Sohn1-60/+58
2019-09-03BatchRefUpdate: repro racy atomic update, and fix itHan-Wen Nienhuys1-60/+58
2019-08-30Return a new instance from openSystemConfig and openUserConfigMatthias Sohn1-49/+40
2019-08-23Use AtomicReferences to cache user and system level configsMatthias Sohn1-24/+23
2019-08-22Fix copy-paste typo in CloneCommand#cleanupAdrien Bustany1-1/+1
2019-08-21Add missing @since tag on FileTreeIterator#getLastModifiedInstantMatthias Sohn1-0/+3
2019-08-20Avoid sign extension when comparing mtime with Instant#getEpochSecondMatthias Sohn1-1/+1
2019-08-20Fix deprecation in DirCache caused by Instant based DirCacheEntryMichael Keppler1-7/+5
2019-08-19Fix NPE in RebaseTodoFile#parseCommentsMatthias Sohn1-5/+7
2019-08-18Fix NPE in ObjectIdOwnerMap#getMatthias Sohn1-0/+3
2019-08-18FileUtils#lastModifiedInstant should not log error if path doesn't existMatthias Sohn1-1/+7
2019-08-18Cache user global and system-wide git configurationsMatthias Sohn7-157/+176
2019-08-16Fix javadoc for SystemReader#getInstanceMatthias Sohn1-3/+3
2019-08-13Improve retry handling when saving FileStoreAttributes failsMatthias Sohn2-4/+15
2019-08-12Make supportsAtomicCreateNewFile return true as defaultVishal Devgire1-1/+6
2019-08-12Handle InvalidPathException in FS_POSIX#createNewFileAtomicMatthias Sohn1-1/+2
2019-08-12Ensure root cause of lock creation failures is loggedMatthias Sohn1-3/+7
2019-08-10Remove FileBasedConfig.load(boolean) introduced in d45219baMatthias Sohn2-38/+12
2019-08-09LockFile: log exception if creation of lock file failedMatthias Sohn2-1/+7
2019-08-09Stop using deprecated Constants.CHARACTER_ENCODINGDavid Pursehouse1-2/+2
2019-08-07FileSnapshot: fix bug with timestamp thresholdingHan-Wen Nienhuys1-2/+3
2019-08-07In LockFile#waitForStatChange wait in units of file time resolutionMatthias Sohn1-1/+4

Back to the top