Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mark locking as experimental | Olivier Lamy | 2013-12-13 | 1 | -1/+1 |
* | [MRM-1702] make the locking configurable via the UI | Olivier Lamy | 2013-12-13 | 5 | -18/+81 |
* | try creating the file before the lock | Olivier Lamy | 2013-12-13 | 1 | -1/+2 |
* | track FileNotFoundException if a concurrent thread delete the file before loc... | Olivier Lamy | 2013-12-13 | 1 | -2/+31 |
* | skip locking true per default | Olivier Lamy | 2013-12-13 | 1 | -1/+1 |
* | use a concurrent map to handle file lock | Olivier Lamy | 2013-12-13 | 5 | -10/+70 |
* | fix rat and naming | Olivier Lamy | 2013-12-13 | 4 | -13/+28 |
* | file lock manager must be configurable | Olivier Lamy | 2013-12-13 | 5 | -5/+151 |
* | add missing @since | Olivier Lamy | 2013-12-13 | 5 | -0/+5 |
* | add note on possible improvments | Olivier Lamy | 2013-12-13 | 1 | -1/+4 |
* | [MRM-1702] use the fileLockLManager in the code with possible race condition | Olivier Lamy | 2013-12-13 | 11 | -64/+175 |
* | expose how to skip locking mechanism | Olivier Lamy | 2013-12-13 | 2 | -0/+12 |
* | fix osgi | Olivier Lamy | 2013-12-12 | 1 | -1/+2 |
* | fix timeout | Olivier Lamy | 2013-12-12 | 4 | -3/+88 |
* | add class | Olivier Lamy | 2013-12-12 | 1 | -0/+32 |
* | throw a timeout exception if not possible to get the lock after the timeout | Olivier Lamy | 2013-12-12 | 3 | -62/+76 |
* | fix osgi metadata | Olivier Lamy | 2013-12-12 | 1 | -1/+3 |
* | license header | Olivier Lamy | 2013-12-12 | 5 | -0/+95 |
* | fix typo | Olivier Lamy | 2013-12-12 | 1 | -7/+7 |
* | cleanup this file locking library | Olivier Lamy | 2013-12-12 | 4 | -113/+190 |
* | add a new module for file locking | Olivier Lamy | 2013-12-12 | 13 | -35/+784 |
* | dependencies not needed | Olivier Lamy | 2013-12-11 | 1 | -6/+7 |
* | use constant | Olivier Lamy | 2013-12-11 | 2 | -4/+4 |
* | not needed | Olivier Lamy | 2013-12-11 | 1 | -27/+0 |
* | [MRM-589] use last plexus-utils 3.0.15 | Olivier Lamy | 2013-12-10 | 1 | -6/+0 |
* | add comment on logging mechanism | Olivier Lamy | 2013-12-10 | 1 | -1/+2 |
* | cleanup logging on shutdown | Olivier Lamy | 2013-12-10 | 3 | -28/+15 |
* | use a temporary redirect for SNAPSHOT download | Olivier Lamy | 2013-12-09 | 2 | -10/+21 |
* | configure redirect type temporary or permanently | Olivier Lamy | 2013-12-09 | 2 | -2/+18 |
* | add the class | Olivier Lamy | 2013-12-09 | 1 | -0/+62 |
* | finally use a relocation for MRM-1761 | Olivier Lamy | 2013-12-09 | 4 | -6/+11 |
* | remove non used code | Olivier Lamy | 2013-12-09 | 1 | -3/+0 |
* | exclude test repo files from rat | Olivier Lamy | 2013-12-09 | 1 | -0/+1 |
* | [MRM-1761] add unit test | Olivier Lamy | 2013-12-09 | 13 | -0/+283 |
* | [MRM-1761] add unit test | Olivier Lamy | 2013-12-09 | 2 | -19/+27 |
* | fix unit tests | Olivier Lamy | 2013-12-09 | 2 | -22/+47 |
* | oups compilation fix | Olivier Lamy | 2013-12-09 | 1 | -0/+9 |
* | [MRM-1761] Returned URL in search result does not work for SNAPSHOTS | Olivier Lamy | 2013-12-09 | 4 | -2/+78 |
* | avoid magic number | Olivier Lamy | 2013-12-05 | 1 | -6/+6 |
* | more use of fest assert | Olivier Lamy | 2013-12-04 | 1 | -13/+30 |
* | fix my bad!! | Olivier Lamy | 2013-12-04 | 1 | -2/+2 |
* | [MRM-1795] window.archivaRuntimeInfo.version is null in archiva/archiva.js | Olivier Lamy | 2013-12-04 | 1 | -1/+1 |
* | remove unused import | Olivier Lamy | 2013-12-04 | 1 | -1/+0 |
* | upgrade fest assert version | Olivier Lamy | 2013-12-04 | 2 | -6/+7 |
* | more moving of maven2 logic from dav | Olivier Lamy | 2013-12-04 | 6 | -81/+89 |
* | continue moving maven logic out of dav module | Olivier Lamy | 2013-12-03 | 2 | -14/+64 |
* | add javadoc | Olivier Lamy | 2013-12-03 | 1 | -0/+1 |
* | remove commented code | Olivier Lamy | 2013-12-03 | 1 | -29/+0 |
* | use tomcat here | Olivier Lamy | 2013-12-03 | 1 | -0/+37 |
* | start to move out maven specific from dav part | Olivier Lamy | 2013-12-03 | 6 | -97/+180 |