aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.4'Matthias Sohn2019-08-093-4/+287
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-083-4/+287
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-083-4/+287
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-083-4/+287
| | | |\
| | | | * Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-061-0/+135
| | | | * Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-1/+1
| | | | * Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-061-1/+2
| | | | * Add test for racy git detection in FileSnapshotMatthias Sohn2019-07-261-0/+137
| | | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-3/+5
| | | | * Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolutionMatthias Sohn2019-07-171-0/+8
| | | | * Make inner classes static where possibleDavid Pursehouse2019-06-171-1/+1
* | | | | [Java 9] Fix GitDateFormatterTestMatthias Sohn2019-06-181-4/+8
|/ / / /
* | | | Merge branch 'master' into stable-5.4Matthias Sohn2019-06-113-1/+228
|\ \ \ \
| * | | | NetscapeCookieFileTest: Split HttpCookiesMatcher to own classDavid Pursehouse2019-06-071-0/+150
| * | | | Support reading and writing cookies.Konrad Windszus2019-06-061-0/+78
| * | | | Remove excess blank line in FileUtilsTestMatthias Sohn2019-05-311-1/+0
* | | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-06-061-1/+38
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-06-051-1/+38
| |\| |
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-06-051-0/+37
| | |\|
| | | * Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-221-0/+37
* | | | Merge branch 'stable-5.3'Matthias Sohn2019-04-291-18/+0
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-04-281-18/+0
| |\| |
| | * | Revert 4678f4b and provide another solution for bug 467631Thomas Wolf2019-04-201-18/+0
* | | | Use RefMap instead of HashMapMasaya Suzuki2019-03-201-0/+35
|/ / /
* | | TemporaryBufferTest: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2019-01-211-10/+10
* | | UnionInputStreamTest: Open UnionInputStream in try-with-resourceDavid Pursehouse2019-01-211-115/+113
* | | Skip some tests when the runtime cannot handle Unicode file pathsMasaya Suzuki2018-12-231-5/+34
|/ /
* | Set git environment variables for hooksThomas Wolf2018-11-301-2/+5
* | Fix IndexDiffs for git linksThomas Wolf2018-11-261-0/+18
* | Undo treating blobs with NULs as a single lineThomas Wolf2018-11-261-2/+3
* | UnionInputStreamTest: Suppress ErrorProne warning about missing synchronizedDavid Pursehouse2018-10-171-0/+2
* | Override int read(byte[], int, int) on test instances of InputStreamDavid Pursehouse2018-10-011-0/+5
* | BlockListTest: Add missing calls to fail()David Pursehouse2018-09-291-0/+13
* | Explicitly specify charset in constructor of InputStreamReaderDavid Pursehouse2018-09-261-1/+2
* | Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-263-8/+12
* | Explicitly specify charset in constructor of StringDavid Pursehouse2018-09-261-20/+24
* | Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
|/
* Parse signature of GPG-signed commitsDavid Turner2018-09-041-0/+43
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-043-11/+11
* FilterCommandsTest fails on WindowsAndrey Loskutov2018-08-191-0/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-158-16/+16
* Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys2018-05-121-2/+16
* AutoLFInputStreamTest: Use try-with-resourceDavid Pursehouse2018-03-141-25/+28
* TemporaryBufferTest: Suppress "should be managed by try-with-resource"David Pursehouse2018-03-131-1/+12
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-133-86/+64
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-113-11/+11
* AutoCRLFInputStreamTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-17/+16
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-076-63/+40
* Revert "Throw BinaryBlobException from RawParseUtils#lineMap."Han-Wen NIenhuys2017-10-241-9/+9