5022 Commits (40f6c92c5c6ade105d38447e7545595768bc3f1b)

Author SHA1 Message Date
  Matthias Sohn 4b9ed3f678 [error prone] fix ReferenceEquality warning in CommitBuilder 4 years ago
  Matthias Sohn b4cb06b294 [error prone] suppress NonAtomicVolatileUpdate warning in SimpleLruCache 4 years ago
  Matthias Sohn 70258a9cb2 [error prone] fix ReferenceEquality warning in RevWalk#isMergedInto 4 years ago
  Matthias Sohn 722deaa671 [error prone] fix ReferenceEquality warning in RefUpdate#updateImpl 4 years ago
  Matthias Sohn bac0e8fd8d [error prone] fix ReferenceEquality warning in static equals methods 4 years ago
  Matthias Sohn 8f7e851346 [error prone] suppress AmbiguousMethodReference in AnyObjectId 4 years ago
  Matthias Sohn 2f8911181b [error prone] fix "FutureReturnValueIgnored" error in FS 4 years ago
  Matthias Sohn a52b331d71 Fix formatting and add missing braces in Repository#stripWorkDir 4 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 4 years ago
  David Pursehouse 72ae089206 Fix NarrowingCompoundAssignment warnings from Error Prone 5 years ago
  Thomas Wolf aefb11298c FS_POSIX: handle Files.getFileStore() failures 4 years ago
  Han-Wen Nienhuys e60b9e1879 FileSnapshot: fix bug with timestamp thresholding 4 years ago
  Matthias Sohn 3b368d5578 In LockFile#waitForStatChange wait in units of file time resolution 4 years ago
  Matthias Sohn 6857138e19 Cache FileStoreAttributeCache per directory 4 years ago
  Matthias Sohn 275f3da783 Fix FileSnapshot#save(long) and FileSnapshot#save(Instant) 4 years ago
  Matthias Sohn d45219baac Persist minimal racy threshold and allow manual configuration 4 years ago
  Matthias Sohn 5911521ba6 Measure minimum racy interval to auto-configure FileSnapshot 4 years ago
  Matthias Sohn d17efe880d Fix FileAttributeCache.toString() 4 years ago
  Matthias Sohn 130aa31262 Add test for racy git detection in FileSnapshot 4 years ago
  Matthias Sohn 99d351d0cb Measure stored timestamp resolution instead of time to touch file 4 years ago
  Matthias Sohn 37f7679fc9 Handle CancellationException in FileStoreAttributeCache 4 years ago
  Matthias Sohn 72d6e304b8 Fix FileSnapshot#saveNoConfig 4 years ago
  Matthias Sohn d8d9427277 Use Instant for smudge time in DirCache and DirCacheEntry 4 years ago
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 4 years ago
  Matthias Sohn 4db39f5074 Workaround SecurityException in FS#getFsTimestampResolution 4 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 4 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
  Matthias Sohn 121c957405 Add support for nanoseconds and microseconds for Config#getTimeUnit 5 years ago
  Matthias Sohn a950eac23b Optionally measure filesystem timestamp resolution asynchronously 5 years ago
  Han-Wen Nienhuys 84e6c24e58 FileSnapshot#equals: consider UNKNOWN_SIZE 4 years ago
  Matthias Sohn 850b9d7540 Timeout measuring file timestamp resolution after 2 seconds 5 years ago
  David Pursehouse dad9e1ff95 GlobalBundleCache: Fix ClassNewInstance warning from Error Prone 5 years ago
  David Pursehouse 99a5fa2283 IncorrectObjectTypeException: Fix typos in constructors' Javadoc 5 years ago
  David Pursehouse f18b5010fc Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
  Matthias Sohn 9387288a86 Fix non-deterministic hash of archives created by ArchiveCommand 5 years ago
  Matthias Sohn 2d0a1adf05 Update Maven plugins and cleanup Maven warnings 5 years ago
  David Pursehouse 6d0168a414 Make inner classes static where possible 5 years ago
  David Pursehouse 430be89307 Error Prone: Increase severity of NonOverridingEquals to ERROR 5 years ago
  David Pursehouse 383fe1e467 GitDateParser#ParseableSimpleDateFormat: Make formatStr private final 5 years ago
  David Pursehouse 9e499dad6d PacketLineIn: Suppress comparison warnings for END and DELIM 5 years ago
  David Pursehouse 50c0275aba FileSnapshot#toString: Suppress ReferenceEquality warnings 5 years ago
  Matthias Sohn f6c989665e Fix API problem filters 5 years ago
  Ivan Frade 67b7771708 NetscapeCookieFile: Make hash static and group overloaded write 5 years ago
  Ivan Frade 83b0efbae6 NetscapeCookieFile: Javadoc fixes 5 years ago
  Ivan Frade 96bd5ad8a3 Config: Handle reference-equality warning (and empty javadoc) 5 years ago
  David Pursehouse 0f9063941c ObjectWalk: Prefer boolean operators over logical operators in comparisons 5 years ago