5273 Commits (9cb8e2f31035d265b83ba4e295aa3abb4c737ebf)

Author SHA1 Message Date
Masaya Suzuki e837bdd0fa dfs: Add a position argument 5 years ago
Masaya Suzuki 566384fa45 dfs: Move the deeply nested code to its own method 5 years ago
Vishal Devgire 9b4a55c0b6 Make supportsAtomicCreateNewFile return true as default 5 years ago
Matthias Sohn 6ef225c519 Handle InvalidPathException in FS_POSIX#createNewFileAtomic 5 years ago
Matthias Sohn cc29da8e0f Ensure root cause of lock creation failures is logged 5 years ago
Matthias Sohn a7338dd1e5 Remove FileBasedConfig.load(boolean) introduced in d45219ba 5 years ago
Matthias Sohn 42000a71e3 LockFile: log exception if creation of lock file failed 5 years ago
Thomas Wolf db0eb9f8ae GPG: check secring.gpg for keys if pubring.kbx is empty 5 years ago
Matthias Sohn 83502bb201 Fix API problem filters 5 years ago
David Pursehouse ad02a7cbad Stop using deprecated Constants.CHARACTER_ENCODING 5 years ago
Matthias Sohn 4b9ed3f678 [error prone] fix ReferenceEquality warning in CommitBuilder 5 years ago
Matthias Sohn b4cb06b294 [error prone] suppress NonAtomicVolatileUpdate warning in SimpleLruCache 5 years ago
Matthias Sohn 70258a9cb2 [error prone] fix ReferenceEquality warning in RevWalk#isMergedInto 5 years ago
Matthias Sohn 722deaa671 [error prone] fix ReferenceEquality warning in RefUpdate#updateImpl 5 years ago
Matthias Sohn bac0e8fd8d [error prone] fix ReferenceEquality warning in static equals methods 5 years ago
Matthias Sohn 8f7e851346 [error prone] suppress AmbiguousMethodReference in AnyObjectId 5 years ago
Matthias Sohn 2f8911181b [error prone] fix "FutureReturnValueIgnored" error in FS 5 years ago
Matthias Sohn a52b331d71 Fix formatting and add missing braces in Repository#stripWorkDir 5 years ago
Matthias Sohn 400bfd6665 Repository: fix reference comparison of Files 5 years ago
David Pursehouse 6370098e54 MergeAlgorithm: Suppress Error Prone warning about reference equality 5 years ago
David Pursehouse 72ae089206 Fix NarrowingCompoundAssignment warnings from Error Prone 5 years ago
Thomas Wolf aefb11298c FS_POSIX: handle Files.getFileStore() failures 5 years ago
Han-Wen Nienhuys e60b9e1879 FileSnapshot: fix bug with timestamp thresholding 5 years ago
Matthias Sohn 3b368d5578 In LockFile#waitForStatChange wait in units of file time resolution 5 years ago
Matthias Sohn 6857138e19 Cache FileStoreAttributeCache per directory 5 years ago
Matthias Sohn 275f3da783 Fix FileSnapshot#save(long) and FileSnapshot#save(Instant) 5 years ago
Matthias Sohn d45219baac Persist minimal racy threshold and allow manual configuration 5 years ago
Matthias Sohn 5911521ba6 Measure minimum racy interval to auto-configure FileSnapshot 5 years ago
David Turner 59640fb4f0 Constants for objects and info/{http-,}alternates 5 years ago
Jonathan Tan 9110037e3e UploadPack: move writing of "packfile" header 5 years ago
Matthias Sohn d17efe880d Fix FileAttributeCache.toString() 5 years ago
Matthias Sohn 130aa31262 Add test for racy git detection in FileSnapshot 5 years ago
Ivan Frade e9dd131d55 PreUploadHookChain: Use list instead of array internally 5 years ago
Ivan Frade d1f7efcf2b PostUploadHookChain: Use a list instead of array internally 5 years ago
Masaya Suzuki 6272694185 JschConfigSessionFactory: [findbugs] Set synchronized 5 years ago
Matthias Sohn 99d351d0cb Measure stored timestamp resolution instead of time to touch file 5 years ago
Matthias Sohn 37f7679fc9 Handle CancellationException in FileStoreAttributeCache 5 years ago
Matthias Sohn 72d6e304b8 Fix FileSnapshot#saveNoConfig 5 years ago
Ivan Frade 04cecae3da UploadPack: add getProtocolV2Hook() method 5 years ago
Ivan Frade 9b7a4a30ca ProtocolV2HookChain: Allow to create a chain of protocol V2 hooks 5 years ago
Matthias Sohn d8d9427277 Use Instant for smudge time in DirCache and DirCacheEntry 5 years ago
Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 5 years ago
Matthias Sohn 4db39f5074 Workaround SecurityException in FS#getFsTimestampResolution 5 years ago
Matthias Sohn 79ede0c322 Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolution 5 years ago
Matthias Sohn be66222d1a FS: ignore AccessDeniedException when measuring timestamp resolution 5 years ago
Matthias Sohn 09fec1a102 Add debug trace for FileSnapshot 5 years ago
Matthias Sohn 8a0ed8a004 Use FileChannel.open to touch file and set mtime to now 5 years ago
Matthias Sohn 16760c3e9a Persist filesystem timestamp resolution and allow manual configuration 5 years ago
Jonathan Tan 79d776429e Support "sideband-all" in protocol v2 fetch 5 years ago
Jonathan Tan c1ed69de4a UploadPack: remove pckOut instance field 5 years ago