aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated lastModified methods using longMatthias Sohn2024-09-031-33/+0
* Fix typo in FileUtils.isStaleFileHandle() javadocDariusz Luksza2023-11-171-5/+5
* FileUtils.rename(): better retry handlingThomas Wolf2023-10-141-16/+23
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+4
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+39
* Re-try reading a file when there are concurrent writesThomas Wolf2022-03-191-0/+94
* Wrap the Files.list returned Stream in a try-with-resources blockTerry Parker2021-01-261-0/+18
* Document that setLastModified sets time of symlink targetMatthias Sohn2020-11-071-0/+4
* FileUtils: improve delete (Windows)Alexander Nittka2020-04-031-18/+33
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Move KetchSystem.delay to FileUtils.Han-Wen Nienhuys2019-11-131-0/+27
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-1/+7
|\
| * FileUtils#lastModifiedInstant should not log error if path doesn't existMatthias Sohn2019-08-181-1/+7
* | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-6/+43
|\|
| * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-2/+35
| * Use FileChannel.open to touch file and set mtime to nowMatthias Sohn2019-07-171-4/+8
* | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-06-061-0/+15
|\|
| * Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-221-0/+15
* | Attach deletion failure reason in FileUtils.delete()Thomas Wolf2019-04-031-11/+31
|/
* Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-131-0/+13
|\
| * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-131-0/+13
| |\
| | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-131-0/+13
| | |\
| | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2019-03-131-0/+13
| | | |\
| | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-03-121-0/+13
| | | | |\
| | | | | * Include size when comparing FileSnapshotLuca Milanesio2019-03-121-0/+13
* | | | | | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-1/+3
|/ / / / /
* | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-8/+8
* | | | | Remove deprecated FileUtils#relativize(String, String)Matthias Sohn2018-03-101-27/+0
|/ / / /
* | | | Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-1/+0
* | | | Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-66/+104
* | | | ConfigTest: Move pathToString to FileUtilsDavid Pursehouse2017-12-061-0/+14
* | | | Add return tagHector Caballero2017-11-141-2/+3
* | | | FileUtils.toPath to convert File to PathMarc Strapetz2017-11-141-12/+32
|/ / /
* / / RepoCommand: Add linkfile support.Dan Willemsen2017-04-181-16/+78
|/ /
* | Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* | Detect stale-file-handle error in causal chainHongkai Liu2017-01-301-0/+20
* | Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+3
|/
* Checkout should be able to override modified symbolic linksAndrey Loskutov2015-12-171-1/+3
* Add missing @since tags and missing javadocMatthias Sohn2015-11-251-1/+3
* Add best-effort variant of File.getCanonicalFile()Thomas Wolf2015-10-221-0/+25
* Delete non empty directories before checkout a pathAndrey Loskutov2015-10-091-4/+9
* Deprecate FileUtil and move the code to FileUtilsAndrey Loskutov2015-09-271-0/+203
* Fix warnings on FileUtils.isStaleFileHandle()Matthias Sohn2015-08-261-1/+3
* Add public isStaleFileHandle() API, improve detection.Martin Fick2015-08-251-0/+11
* Use NIO2 to implement FileUtils.rename() and expose optionsMatthias Sohn2015-08-171-14/+55
* Move createSymLink/readSymLink to FileUtilsAndrey Loskutov2015-08-171-4/+24
* Introduce hook support into the FS implementationsLaurent Goubet2015-02-021-0/+66
* Rename local variables/parameters to remove warnings about hidingRobin Rosenberg2014-09-041-2/+2
* Handle repo copyfile in bare repositories.Yuxuan 'fishy' Wang2014-05-091-0/+25