aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* Cache user global and system-wide git configurationsMatthias Sohn2019-08-182-68/+22
* Improve retry handling when saving FileStoreAttributes failsMatthias Sohn2019-08-131-0/+1
* LockFile: log exception if creation of lock file failedMatthias Sohn2019-08-102-1/+7
* FileSnapshot: fix bug with timestamp thresholdingHan-Wen Nienhuys2019-08-071-2/+3
* In LockFile#waitForStatChange wait in units of file time resolutionMatthias Sohn2019-08-071-1/+4
* Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-061-0/+1
* Fix FileSnapshot#save(long) and FileSnapshot#save(Instant)Matthias Sohn2019-08-061-4/+4
* Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-5/+5
* Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-061-18/+30
* Add test for racy git detection in FileSnapshotMatthias Sohn2019-07-261-2/+21
* Fix FileSnapshot#saveNoConfigMatthias Sohn2019-07-191-1/+1
* Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-185-49/+117
* Add debug trace for FileSnapshotMatthias Sohn2019-07-171-12/+49
* Persist filesystem timestamp resolution and allow manual configurationMatthias Sohn2019-07-172-3/+39
* FileSnapshot#equals: consider UNKNOWN_SIZEHan-Wen Nienhuys2019-07-091-2/+3
* Timeout measuring file timestamp resolution after 2 secondsMatthias Sohn2019-07-031-0/+1
* Make inner classes static where possibleDavid Pursehouse2019-06-171-1/+1
* 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-044-5/+72
* 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-221-11/+25
* Fix FileSnapshot's consideration of file sizeMatthias Sohn2019-05-221-16/+26
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-04-204-25/+34
|\
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-04-194-25/+34
| |\
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-04-184-25/+34
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-04-184-25/+34
| | | |\
| | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-04-184-25/+34
| | | | |\
| | | | | * Merge branch 'stable-4.7' into stable-4.8stable-4.8Matthias Sohn2019-04-173-26/+36
| | | | | |\
| | | | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-04-163-26/+36
| | | | | | |\
| | | | | | | * Merge branch 'stable-4.5' into stable-4.6stable-4.6Matthias Sohn2019-04-163-26/+36
| | | | | | | |\
| | | | | | | | * Remember the cause for invalidating a packfileLuca Milanesio2019-04-113-21/+30
| | | | | | | | * Fix pack files scan when filesnapshot isn't modifiedLuca Milanesio2019-04-091-5/+6
* | | | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-211-2/+5
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-211-2/+5
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-211-2/+5
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-211-2/+5
| | | |\| | | | |
| | | | * | | | | Fix GC to delete empty fanout directories after repackingMatthias Sohn2019-03-201-2/+5
* | | | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-133-13/+64
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-133-13/+64
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-133-13/+64
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-133-13/+64
| | | |\| | | | |
| | | | * | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-03-133-13/+64
| | | | |\| | | |
| | | | | * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2019-03-133-13/+64
| | | | | |\| | |
| | | | | | * | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-03-123-13/+64
| | | | | | |\| |
| | | | | | | * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2019-03-123-13/+64
| | | | | | | |\|
| | | | | | | | * Check for packfile validity and fd before readingLuca Milanesio2019-03-121-0/+8