aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle CancellationException in FileStoreAttributeCacheMatthias Sohn2019-07-191-1/+2
* Fix FileSnapshot#saveNoConfigMatthias Sohn2019-07-191-1/+1
* Use Instant for smudge time in DirCache and DirCacheEntryMatthias Sohn2019-07-183-11/+39
* Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-1850-290/+783
* Workaround SecurityException in FS#getFsTimestampResolutionMatthias Sohn2019-07-171-1/+1
* Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolutionMatthias Sohn2019-07-172-0/+9
* FS: ignore AccessDeniedException when measuring timestamp resolutionMatthias Sohn2019-07-171-0/+3
* Add debug trace for FileSnapshotMatthias Sohn2019-07-172-12/+51
* Use FileChannel.open to touch file and set mtime to nowMatthias Sohn2019-07-173-5/+11
* Persist filesystem timestamp resolution and allow manual configurationMatthias Sohn2019-07-178-11/+183
* Increase bazel timeout for long running testsMatthias Sohn2019-07-161-0/+4
* Bazel: Fix lint warning flagged by buildifierDavid Ostrovsky2019-07-162-8/+8
* Update bazlets to latest versionDavid Ostrovsky2019-07-161-1/+1
* Bazel: Add missing dependencies for ArchiveCommandTestDavid Pursehouse2019-07-162-0/+7
* Bazel: Remove FileTreeIteratorWithTimeControl from BUILD fileDavid Pursehouse2019-07-161-1/+0
* Add support for nanoseconds and microseconds for Config#getTimeUnitMatthias Sohn2019-07-112-0/+20
* Optionally measure filesystem timestamp resolution asynchronouslyMatthias Sohn2019-07-112-51/+144
* Delete unused FileTreeIteratorWithTimeControlMatthias Sohn2019-07-112-177/+0
* FileSnapshot#equals: consider UNKNOWN_SIZEHan-Wen Nienhuys2019-07-092-2/+14
* Timeout measuring file timestamp resolution after 2 secondsMatthias Sohn2019-07-033-2/+17
* Fix RacyGitTests#testRacyGitDetectionMatthias Sohn2019-07-031-11/+26
* Change RacyGitTests to create a racy git situation in a stable wayMasaya Suzuki2019-06-191-29/+24
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-1920-53/+61
* Fix non-deterministic hash of archives created by ArchiveCommandMatthias Sohn2019-06-194-14/+226
* Update Maven plugins ecj, plexus, error-proneMatthias Sohn2019-06-191-5/+5
* Update Maven plugins and cleanup Maven warningsMatthias Sohn2019-06-184-20/+73
* Make inner classes static where possibleDavid Pursehouse2019-06-1712-14/+15
* Fix API problem filtersMatthias Sohn2019-06-172-2/+2
* Prepare 5.1.9-SNAPSHOT buildsMatthias Sohn2019-06-0556-357/+357
* JGit v5.1.8.201906050907-rv5.1.8.201906050907-rMatthias Sohn2019-06-0556-59/+59
* Test detecting modified packfilesChristian Halstrick2019-06-051-11/+222
* Enhance fsTick() to use filesystem timer resolutionChristian Halstrick2019-06-051-8/+16
* Add debug trace to measure time needed to open pack indexMatthias Sohn2019-06-041-0/+13
* Extend FileSnapshot for packfiles to also use checksum to detect changesMatthias Sohn2019-06-044-22/+312
* Wait opening new packfile until it can't be racy anymoreMatthias Sohn2019-06-046-6/+227
* Avoid null PackConfig in GCMatthias Sohn2019-05-291-6/+7
* Add FileSnapshot test testing recognition of file size changesMatthias Sohn2019-05-291-0/+17
* Capture reason for result of FileSnapshot#isModifiedMatthias Sohn2019-05-292-15/+71
* Skip FileSnapshotTest#testSimulatePackfileReplacement on WindowsMatthias Sohn2019-05-291-0/+3
* Tune max heap size for testsMatthias Sohn2019-05-298-8/+8
* Fix FileSnapshotTest.testNewFileNoWait() to match its javadocMatthias Sohn2019-05-271-2/+0
* ObjectDirectory: fix closing of obsolete packsMarc Strapetz2019-05-271-1/+2
* Include filekey file attribute when comparing FileSnapshotsMatthias Sohn2019-05-222-9/+71
* Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-226-14/+192
* Fix FileSnapshot's consideration of file sizeMatthias Sohn2019-05-221-16/+26
* Fix API problem filtersMatthias Sohn2019-05-222-2/+2
* Prepare 5.1.8-SNAPSHOT buildsMatthias Sohn2019-04-2056-357/+357
* JGit v5.1.7.201904200442-rv5.1.7.201904200442-rMatthias Sohn2019-04-2056-59/+59
* ObjectUploadListener: Add callback interfaceDavid Pursehouse2019-04-202-2/+72
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-04-206-28/+81
|\