aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-filelock
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-07-161-1/+1
* [maven-release-plugin] prepare release archiva-2.1.0archiva-2.1.0Olivier Lamy2014-07-161-1/+1
* 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
* bump version to 2.1.0-SNAPSHOT because of 1.7 pre requisiteOlivier Lamy2014-04-051-1/+1
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-03-261-1/+1
* [maven-release-plugin] prepare release archiva-2.0.1Olivier Lamy2014-03-261-1/+1
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-02-081-1/+1
* [maven-release-plugin] prepare release archiva-2.0.0Olivier Lamy2014-02-081-1/+1
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-02-081-1/+1
* [maven-release-plugin] prepare release archiva-2.0.0-RC3Olivier Lamy2014-02-081-1/+1
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-02-081-1/+1
* [maven-release-plugin] prepare release archiva-2.0.0-RC2Olivier Lamy2014-02-081-1/+1
* [maven-release-plugin] prepare for next development iterationOlivier Lamy2014-02-081-1/+1
* [maven-release-plugin] prepare release archiva-2.0.0-RC1Olivier Lamy2014-02-081-1/+1
* change version to 2.0.0-RC1-SNAPSHOTOlivier Lamy2014-02-081-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-135-10/+70
* 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 osgiOlivier Lamy2013-12-121-1/+2
* fix timeoutOlivier Lamy2013-12-124-3/+88
* 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
* fix osgi metadataOlivier Lamy2013-12-121-1/+3
* 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-129-0/+733