aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-filelock/src
Commit message (Expand)AuthorAgeFilesLines
* Fixing locking tests on windowsMartin Stockhammer2017-04-161-1/+8
* Adding additional information for failing testsMartin Stockhammer2017-04-161-6/+13
* Add additional checks for file lock testsMartin Stockhammer2016-10-271-163/+186
* Reverting locking modificationsMartin Stockhammer2016-10-271-32/+7
* Additional improvement for file locksMartin Stockhammer2016-10-272-6/+16
* Stabilised file lock implementation and testsMartin Stockhammer2016-10-263-23/+50
* simply use File implementation as we are now 1.7 requiredOlivier Lamy2014-04-221-26/+1
* do the same as FileUtils.copyFile doOlivier Lamy2014-04-161-10/+15
* use Files.copy from java.nio.fileOlivier Lamy2014-04-162-28/+23
* one move for all remaining override annotationEric Barboni2014-04-111-0/+5
* more diamondOlivier Lamy2014-04-101-1/+1
* ignore ClosedChannelExceptionOlivier Lamy2013-12-181-1/+7
* prevent possible NPEOlivier Lamy2013-12-161-3/+8
* better handling of FNFEOlivier Lamy2013-12-161-110/+100
* prevent possible file limit issueOlivier Lamy2013-12-162-6/+24
* prevent possible race condition if the file has been deletedOlivier Lamy2013-12-161-2/+7
* try creating the file before the lockOlivier Lamy2013-12-131-1/+2
* track FileNotFoundException if a concurrent thread delete the file before loc...Olivier Lamy2013-12-131-2/+31
* skip locking true per defaultOlivier Lamy2013-12-131-1/+1
* use a concurrent map to handle file lockOlivier Lamy2013-12-134-10/+68
* add missing @sinceOlivier Lamy2013-12-135-0/+5
* add note on possible improvmentsOlivier Lamy2013-12-131-1/+4
* [MRM-1702] use the fileLockLManager in the code with possible race conditionOlivier Lamy2013-12-133-3/+50
* expose how to skip locking mechanismOlivier Lamy2013-12-132-0/+12
* fix timeoutOlivier Lamy2013-12-123-3/+83
* add classOlivier Lamy2013-12-121-0/+32
* throw a timeout exception if not possible to get the lock after the timeoutOlivier Lamy2013-12-123-62/+76
* license headerOlivier Lamy2013-12-125-0/+95
* fix typoOlivier Lamy2013-12-121-7/+7
* cleanup this file locking libraryOlivier Lamy2013-12-124-113/+190
* add a new module for file lockingOlivier Lamy2013-12-128-0/+599