aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-221-0/+37
* 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
* Throw BinaryBlobException from RawParseUtils#lineMap.Han-Wen Nienhuys2017-10-241-9/+9
* Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2017-10-181-1/+8
* ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2017-09-301-17/+0
* Expose LongMap in util packageShawn Pearce2017-08-091-0/+153
* NB: encode and decode 24-bit intsShawn Pearce2017-08-091-0/+65
* Remove unused import introduced in a551b64Matthias Sohn2017-08-011-1/+0
* Merge changes I424295df,Ib003f7c8David Pursehouse2017-08-011-24/+24
|\
| * Treat RawText of binary data as file with one single line.Han-Wen Nienhuys2017-08-011-0/+7
| * Trim boilerplate in RawParseUtils_LineMapTest.Han-Wen Nienhuys2017-07-271-24/+17
* | IntList: support contains(int)Shawn Pearce2017-07-281-0/+11
* | Fix null return from FS.readPipe when command fails to launchBryan Donlan2017-05-241-3/+12
|/
* RepoCommand: Add linkfile support.Dan Willemsen2017-04-181-8/+8
* SHA-1: collision detection supportShawn Pearce2017-02-281-0/+111
* SHA1: support reset() and reuse instancesShawn Pearce2017-02-261-0/+15
* Pure Java SHA-1Shawn Pearce2017-02-261-0/+112
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-204-27/+27
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+6
* Detect stale-file-handle error in causal chainHongkai Liu2017-01-301-0/+40
* Rename FileUtilTest to FileUtilsTest and merge in FileUtils7TestHongkai Liu2017-01-302-100/+30
* Organize importsDavid Pursehouse2016-11-141-6/+5
* Add support for built-in smudge filtersChristian Halstrick2016-09-201-0/+94
* Add support for built-in clean filtersChristian Halstrick2016-09-201-0/+157
* Add support for post-commit hooksMartin Goellnitz2016-09-131-0/+62
* Don't log error if system git config does not existMatthias Sohn2016-09-051-0/+13
* Rename FSJava7Test to FSTestMatthias Sohn2016-09-031-1/+1
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-3/+4
* Implement SHA-256 abstractionMatthias Sohn2016-02-041-1/+12
* Remove declared IOException which is no longer thrownMatthias Sohn2016-01-201-2/+1
* Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-091-0/+56