aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* SshSupport#runSshCommand: don't throw exception in finally blockMatthias Sohn2020-01-061-6/+8
* Fix MBean registrationMatthias Sohn2019-12-131-6/+13
* Enhance WindowCache statisticsMatthias Sohn2019-12-081-0/+82
* Return a new instance from openSystemConfig and openUserConfigMatthias Sohn2019-08-301-49/+40
* Use AtomicReferences to cache user and system level configsMatthias Sohn2019-08-231-24/+23
* FileUtils#lastModifiedInstant should not log error if path doesn't existMatthias Sohn2019-08-181-1/+7
* Cache user global and system-wide git configurationsMatthias Sohn2019-08-183-75/+147
* Fix javadoc for SystemReader#getInstanceMatthias Sohn2019-08-161-3/+3
* Improve retry handling when saving FileStoreAttributes failsMatthias Sohn2019-08-131-4/+14
* Make supportsAtomicCreateNewFile return true as defaultVishal Devgire2019-08-121-1/+6
* Handle InvalidPathException in FS_POSIX#createNewFileAtomicMatthias Sohn2019-08-121-1/+2
* Ensure root cause of lock creation failures is loggedMatthias Sohn2019-08-121-3/+7
* Remove FileBasedConfig.load(boolean) introduced in d45219baMatthias Sohn2019-08-101-12/+10
* Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-062-1/+283
* Fix FileSnapshot#save(long) and FileSnapshot#save(Instant)Matthias Sohn2019-08-061-1/+8
* Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-73/+129
* Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-061-30/+171
* Fix FileAttributeCache.toString()Matthias Sohn2019-07-261-6/+3
* Add test for racy git detection in FileSnapshotMatthias Sohn2019-07-261-0/+132
* Measure stored timestamp resolution instead of time to touch fileMatthias Sohn2019-07-191-25/+24
* Handle CancellationException in FileStoreAttributeCacheMatthias Sohn2019-07-191-1/+2
* Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-183-9/+101
* Workaround SecurityException in FS#getFsTimestampResolutionMatthias Sohn2019-07-171-1/+1
* Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolutionMatthias Sohn2019-07-171-0/+1
* FS: ignore AccessDeniedException when measuring timestamp resolutionMatthias Sohn2019-07-171-0/+3
* Use FileChannel.open to touch file and set mtime to nowMatthias Sohn2019-07-172-4/+10
* Persist filesystem timestamp resolution and allow manual configurationMatthias Sohn2019-07-171-7/+94
* Optionally measure filesystem timestamp resolution asynchronouslyMatthias Sohn2019-07-111-51/+138
* Timeout measuring file timestamp resolution after 2 secondsMatthias Sohn2019-07-031-2/+15
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-192-3/+5
* Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-222-0/+115
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-132-0/+27
|\
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-132-0/+27
| |\
| | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-132-0/+27
| | |\
| | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-132-0/+27
| | | |\
| | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-03-132-0/+27
| | | | |\
| | | | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2019-03-132-0/+27
| | | | | |\
| | | | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-03-122-0/+27
| | | | | | |\
| | | | | | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2019-03-122-0/+27
| | | | | | | |\
| | | | | | | | * Include size when comparing FileSnapshotLuca Milanesio2019-03-122-0/+27
* | | | | | | | | Merge branch 'stable-5.0' into stable-5.1David Pursehouse2018-09-181-7/+12
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-4.11' into stable-5.0David Pursehouse2018-09-181-7/+12
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2018-09-181-7/+12
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-09-181-7/+12
| | | |\| | | | |
| | | | * | | | | Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-09-181-7/+12
| | | | |\| | | |
| | | | | * | | | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-09-181-7/+12
| | | | | |\| | |
| | | | | | * | | Fix IOException when LockToken#close failsMatthias Sohn2018-09-151-7/+12
* | | | | | | | | Fix logging null if called process failsCliffred van Velzen2018-09-121-3/+6
* | | | | | | | | Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-09-082-5/+154
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-09-082-5/+154
| |\| | | | | | |