aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org
Commit message (Expand)AuthorAgeFilesLines
* FileSnapshot: fix bug with timestamp thresholdingHan-Wen Nienhuys2019-08-071-8/+28
* Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-061-0/+135
* Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-063-5/+5
* Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-063-10/+23
* Add test for racy git detection in FileSnapshotMatthias Sohn2019-07-262-0/+189
* Repeat RefDirectoryTest.testGetRef_DiscoversModifiedLoose 100 timesMatthias Sohn2019-07-241-0/+2
* Fix FileSnapshotTests for filesystem with high timestamp resolutionMatthias Sohn2019-07-191-2/+14
* Retry deleting test files in FileBasedConfigTestMatthias Sohn2019-07-191-1/+1
* Measure filesystem timestamp resolution already in test setupMatthias Sohn2019-07-192-0/+4
* Refactor FileSnapshotTest to use NIO APIsMatthias Sohn2019-07-192-89/+93
* Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-1820-139/+200
* Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolutionMatthias Sohn2019-07-171-0/+8
* Add support for nanoseconds and microseconds for Config#getTimeUnitMatthias Sohn2019-07-111-0/+12
* Delete unused FileTreeIteratorWithTimeControlMatthias Sohn2019-07-112-177/+0
* FileSnapshot#equals: consider UNKNOWN_SIZEHan-Wen Nienhuys2019-07-091-0/+11
* 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-196-13/+18
* Fix non-deterministic hash of archives created by ArchiveCommandMatthias Sohn2019-06-191-8/+183
* Make inner classes static where possibleDavid Pursehouse2019-06-177-9/+10
* Test detecting modified packfilesChristian Halstrick2019-06-051-11/+222
* Extend FileSnapshot for packfiles to also use checksum to detect changesMatthias Sohn2019-06-041-0/+143
* Add FileSnapshot test testing recognition of file size changesMatthias Sohn2019-05-291-0/+17
* Capture reason for result of FileSnapshot#isModifiedMatthias Sohn2019-05-291-0/+7
* Skip FileSnapshotTest#testSimulatePackfileReplacement on WindowsMatthias Sohn2019-05-291-0/+3
* Fix FileSnapshotTest.testNewFileNoWait() to match its javadocMatthias Sohn2019-05-271-2/+0
* Include filekey file attribute when comparing FileSnapshotsMatthias Sohn2019-05-221-0/+28
* Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-221-0/+37
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-211-0/+17
|\
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-211-0/+17
| |\
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-211-0/+17
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-211-0/+17
| | | |\
| | | | * Fix GC to delete empty fanout directories after repackingMatthias Sohn2019-03-201-0/+17
| * | | | Merge branch 'stable-4.11' into stable-5.0David Pursehouse2019-03-061-0/+52
| |\| | |
| | * | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2019-03-061-0/+52
| | |\| |
| | | * | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2019-03-061-0/+52
| | | |\|
| | | | * Cancel gc if thread was interruptedMatthias Sohn2019-03-061-0/+52
* | | | | Cancel gc if thread was interruptedMatthias Sohn2019-03-031-0/+52
* | | | | UploadPack: Defer want-ref resolution to after parsingJonathan Nieder2018-12-261-30/+15
* | | | | Merge branch 'stable-5.0' into stable-5.1David Pursehouse2018-11-271-16/+39
|\| | | |
| * | | | Merge branch 'stable-4.11' into stable-5.0David Pursehouse2018-11-271-16/+39
| |\| | |
| | * | | Fix DescribeCommand with multiple match optionsMatthias Sohn2018-11-261-2/+2
| | * | | Fix git-describe tie-breakersHÃ¥vard Wall2018-11-091-15/+40
* | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-10-063-2/+210
|\| | | |
| * | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-063-2/+213
| |\| | |
| | * | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-10-063-2/+213
| | |\| |
| | | * | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-063-2/+213
| | | |\|
| | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-063-2/+213
| | | | |\
| | | | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-10-063-3/+214
| | | | | |\
| | | | | | * BaseReceivePack: Validate incoming .gitmodules filesIvan Frade2018-10-051-0/+65