aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/LockFile.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated lastModified accessors returning longMatthias Sohn2024-09-031-11/+0
* LockFile: Retry lock creation if parent dirs were removedKaushik Lingarkar2024-08-211-2/+15
* Add ShutdownHook to cleanup FileLocks on graceful JVM shutdownMatthias Sohn2023-09-121-0/+6
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+1
* Merge branch 'stable-5.5' into stable-5.6stable-5.6Matthias Sohn2021-12-301-2/+23
|\
| * Merge branch 'stable-5.3' into stable-5.4stable-5.4Matthias Sohn2021-12-301-2/+23
| |\
| | * Use FileSnapshot without using configs for FileBasedConfigstable-5.1Luca Milanesio2021-12-301-2/+23
* | | Fix formatting which was broken in 00386272Matthias Sohn2021-05-111-14/+13
* | | LockFile: create OutputStream only when neededThomas Wolf2021-05-101-70/+93
* | | Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
|/ /
* | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-1/+6
|\|
| * LockFile: log exception if creation of lock file failedMatthias Sohn2019-08-101-1/+6
* | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-2/+24
|\|
| * In LockFile#waitForStatChange wait in units of file time resolutionMatthias Sohn2019-08-071-1/+4
| * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-1/+20
* | Convert to lambda or member referenceCarsten Hammer2019-05-161-6/+2
* | Join catch sections using multicatchCarsten Hammer2019-04-131-21/+3
|/
* Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-09-081-4/+25
|\
| * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-09-081-7/+30
| |\
| | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-09-081-7/+30
| | |\
| | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-081-7/+30
| | | |\
| | | | * Fix atomic lock file creation on NFSMatthias Sohn2018-09-071-4/+25
| | | | * Use constant for ".lock"Matthias Sohn2018-09-071-3/+5
* | | | | Use constant for ".lock"Matthias Sohn2018-06-081-3/+5
* | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-10/+10
* | | | | Remove deprecated LockFile(File, FS) constructorMatthias Sohn2018-03-101-18/+0
|/ / / /
* / / / LockFile: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
|/ / /
* / / Fix javadoc in org.eclipse.jgit storage/file packageMatthias Sohn2017-12-191-16/+25
|/ /
* | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2017-11-241-1/+1
|\|
| * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-11-221-1/+1
| |\
| | * Fix LockFile semantics when running on NFSChristian Halstrick2017-11-221-1/+1
* | | Implement atomic BatchRefUpdates for RefDirectoryDave Borowitz2017-07-251-1/+1
|/ /
* | Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* | Remove @since tags from internal packagesJonathan Nieder2017-01-241-1/+0
|/
* Rename files using NIO2 atomic renameMatthias Sohn2015-12-301-50/+20
* Raise error if FileNotFoundException is caught for an existing fileMatthias Sohn2015-11-241-0/+4
* [performance] Remove synthetic access$ methods in pack and file packagesAndrey Loskutov2015-10-281-2/+2
* When renaming the lock file succeeds the lock isn't held anymoreMatthias Sohn2013-03-261-3/+8
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+546