aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* In LockFile#waitForStatChange wait in units of file time resolutionMatthias Sohn2019-08-071-1/+4
* Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-065-1/+293
* Fix FileSnapshot#save(long) and FileSnapshot#save(Instant)Matthias Sohn2019-08-062-5/+12
* Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-065-85/+186
* Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-064-71/+213
* Fix FileAttributeCache.toString()Matthias Sohn2019-07-261-6/+3
* Add test for racy git detection in FileSnapshotMatthias Sohn2019-07-263-2/+161
* Measure stored timestamp resolution instead of time to touch fileMatthias Sohn2019-07-191-25/+24
* 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-1823-123/+438
* Workaround SecurityException in FS#getFsTimestampResolutionMatthias Sohn2019-07-171-1/+1
* Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolutionMatthias Sohn2019-07-171-0/+1
* FS: ignore AccessDeniedException when measuring timestamp resolutionMatthias Sohn2019-07-171-0/+3
* Add debug trace for FileSnapshotMatthias Sohn2019-07-171-12/+49
* 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
* Add support for nanoseconds and microseconds for Config#getTimeUnitMatthias Sohn2019-07-111-0/+8
* Optionally measure filesystem timestamp resolution asynchronouslyMatthias Sohn2019-07-112-51/+144
* FileSnapshot#equals: consider UNKNOWN_SIZEHan-Wen Nienhuys2019-07-091-2/+3
* Timeout measuring file timestamp resolution after 2 secondsMatthias Sohn2019-07-033-2/+17
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-198-28/+31
* Fix non-deterministic hash of archives created by ArchiveCommandMatthias Sohn2019-06-191-6/+29
* Update Maven plugins and cleanup Maven warningsMatthias Sohn2019-06-181-0/+1
* Make inner classes static where possibleDavid Pursehouse2019-06-172-2/+2
* Fix API problem filtersMatthias Sohn2019-06-171-1/+1
* Prepare 5.1.9-SNAPSHOT buildsMatthias Sohn2019-06-053-49/+49
* JGit v5.1.8.201906050907-rv5.1.8.201906050907-rMatthias Sohn2019-06-053-4/+4
* 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-043-22/+169
* 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
* Capture reason for result of FileSnapshot#isModifiedMatthias Sohn2019-05-291-15/+64
* ObjectDirectory: fix closing of obsolete packsMarc Strapetz2019-05-271-1/+2
* Include filekey file attribute when comparing FileSnapshotsMatthias Sohn2019-05-221-9/+43
* Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-224-11/+154
* Fix FileSnapshot's consideration of file sizeMatthias Sohn2019-05-221-16/+26
* Fix API problem filtersMatthias Sohn2019-05-221-1/+1
* Prepare 5.1.8-SNAPSHOT buildsMatthias Sohn2019-04-203-49/+49
* JGit v5.1.7.201904200442-rv5.1.7.201904200442-rMatthias Sohn2019-04-203-4/+4
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-04-206-28/+81
|\
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-04-196-27/+80
| |\
| | * Prepare 4.11.9-SNAPSHOT buildsMatthias Sohn2019-04-193-49/+49
| | * JGit v4.11.8.201904181247-rv4.11.8.201904181247-rMatthias Sohn2019-04-183-4/+4
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-04-186-27/+80
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-04-186-27/+80
| | | |\
| | | | * Prepare 4.9.11-SNAPSHOT buildsMatthias Sohn2019-04-183-49/+49
| | | | * JGit v4.9.10.201904181027-rv4.9.10.201904181027-rMatthias Sohn2019-04-183-4/+4
| | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-04-186-28/+81
| | | | |\