aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* HttpSupport.proxyFor(): use only scheme, host, and portThomas Wolf2019-10-301-0/+69
* Support for core.hooksPathThomas Wolf2019-10-211-0/+71
* Merge branch 'stable-5.4' into stable-5.5Jonathan Nieder2019-08-291-0/+127
|\
| * Merge branch 'stable-5.3' into stable-5.4Jonathan Nieder2019-08-291-0/+127
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Jonathan Nieder2019-08-291-0/+127
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2019-08-291-0/+127
| | | |\
| | | | * Return a new instance from openSystemConfig and openUserConfigMatthias Sohn2019-08-301-0/+127
* | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-202-0/+141
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-202-0/+141
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-192-0/+141
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-192-0/+141
| | | |\|
| | | | * Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-30/+44
| | | | * Merge "Ensure FSTest uses MockSystemReader" into stable-5.1David Pursehouse2019-08-121-0/+2
| | | | |\
| | | | | * Ensure FSTest uses MockSystemReaderMatthias Sohn2019-08-131-0/+2
| | | | * | Make supportsAtomicCreateNewFile return true as defaultVishal Devgire2019-08-121-0/+125
| | | | |/
* | | | | 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