aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Remove deprecated security managerIvan Frade2024-11-011-34/+1
* Remove deprecated FS#setAsyncFileStoreAttributes methodMatthias Sohn2024-09-031-15/+0
* FS, FS_Posix: remove deprecated #createNewFile(File) methodMatthias Sohn2024-09-031-19/+0
* Remove deprecated lastModified methods using longMatthias Sohn2024-09-031-50/+0
* Add worktrees read supportJanne Valkealahti2024-07-141-2/+31
* FS.detectSymlinkSupport: fix a raceMotiejus Jakštys2024-02-191-1/+1
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+33
* [errorprone] FS#searchPath: handle surprising behavior of String#splitMatthias Sohn2023-09-251-1/+6
* [errorprone] FileStoreAttributes#FUTURE_RUNNER: Fix corePoolSizeMatthias Sohn2023-09-221-1/+1
* [errorprone] Express duration using seconds which is clearerMatthias Sohn2023-09-221-1/+1
* Use ShutdownHook to gracefully handle JVM shutdownMatthias Sohn2023-09-121-11/+10
* Remove redundant specification of type argumentsMatthias Sohn2023-07-161-2/+2
* Default for global (user) git ignore fileThomas Wolf2023-06-191-6/+3
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+25
* Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-161-8/+13
|\
| * Ignore IllegalStateException if JVM is already shutting downMatthias Sohn2022-10-271-8/+13
* | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-05-271-7/+24
|\|
| * Remove stray files (probes or lock files) created by background threadsJames Z.M. Gao2022-05-271-7/+24
| * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-11-281-1/+5
| |\
| | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-11-281-1/+5
| | |\
| | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-11-281-1/+5
| | | |\
| | | | * FS: debug logging only if system config file cannot be foundThomas Wolf2021-11-281-1/+5
| * | | | Merge branch 'stable-5.12' into stable-5.13Thomas Wolf2021-11-231-8/+63
| |\| | |
| | * | | Merge branch 'stable-5.10' into stable-5.11Thomas Wolf2021-11-231-8/+63
| | |\| |
| | | * | Merge branch 'stable-5.9' into stable-5.10Thomas Wolf2021-11-231-8/+63
| | | |\|
| | | | * Better git system config findingThomas Wolf2021-11-231-8/+63
* | | | | FS: debug logging only if system config file cannot be foundThomas Wolf2021-11-281-1/+5
* | | | | Better git system config findingThomas Wolf2021-11-221-8/+63
* | | | | Don't rely on an implicit default character setThomas Wolf2021-10-261-3/+2
|/ / / /
* | | | FS: cleanup use of final modifierMatthias Sohn2021-08-171-17/+16
* | | | Ensure FS#searchPath only selects executable filesMatthias Sohn2021-08-171-3/+5
|/ / /
* | | GitHook: use generic OutputStream instead of PrintStreamMatthias Sohn2021-02-151-7/+6
* | | [spotbugs] Fix potential NPE in FS.FileStoreAttributes#getMatthias Sohn2020-12-221-0/+3
* | | [spotbugs] Fix potential NPE in FS#writeMatthias Sohn2020-12-171-1/+4
|/ /
* / Document that setLastModified sets time of symlink targetMatthias Sohn2020-11-071-4/+6
|/
* FS: use binary search to determine filesystem timestamp resolutionThomas Wolf2020-08-231-13/+121
* FS: write to JGit config in a background threadThomas Wolf2020-08-211-4/+29
* FS: don't cache fallback if running in backgroundThomas Wolf2020-08-201-2/+10
* FS_POSIX: avoid prompt to install the XCode tools on OS XThomas Wolf2020-07-261-2/+3
* Use LinkedBlockingQueue for executor determining filesystem attributesMatthias Sohn2020-07-241-2/+2
* Verify that the user home directory is validThomas Wolf2020-05-311-1/+29
* Merge branch 'stable-5.6' into stable-5.7Thomas Wolf2020-04-031-1/+16
|\
| * FS.runInShell(): handle quoted filters and hooksPath containing blanksThomas Wolf2020-04-031-1/+16
* | Merge branch 'stable-5.6'Matthias Sohn2020-03-051-1/+12
|\|
| * Expose FileStoreAttributes.setBackground()Alex Blewitt2020-03-041-1/+12
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-281-1/+1
|\|
| * Move array designators from the variable to the typeDavid Pursehouse2020-02-271-1/+1
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-221-5/+4
|\|
| * Revert "Prepend hostname to subsection used to store file timestamp resolution"Matthias Sohn2020-02-221-3/+2
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-2/+2