aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-filelock/src/main
Commit message (Expand)AuthorAgeFilesLines
* Reverting locking modificationsMartin Stockhammer2016-10-271-32/+7
* Additional improvement for file locksMartin Stockhammer2016-10-271-4/+14
* Stabilised file lock implementation and testsMartin Stockhammer2016-10-262-9/+24
* simply use File implementation as we are now 1.7 requiredOlivier Lamy2014-04-221-26/+1
* 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-132-2/+44
* 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-132-2/+49
* expose how to skip locking mechanismOlivier Lamy2013-12-132-0/+12
* fix timeoutOlivier Lamy2013-12-121-3/+5
* add classOlivier Lamy2013-12-121-0/+32
* throw a timeout exception if not possible to get the lock after the timeoutOlivier Lamy2013-12-122-52/+66
* license headerOlivier Lamy2013-12-124-0/+76
* cleanup this file locking libraryOlivier Lamy2013-12-123-113/+140
* add a new module for file lockingOlivier Lamy2013-12-125-0/+347