aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-proxy/src
Commit message (Expand)AuthorAgeFilesLines
* cosmetic :-)olivier lamy2016-09-271-8/+10
* simplify codeolivier lamy2016-09-271-7/+2
* fix javadoc errorolivier lamy2016-05-201-1/+0
* fix issue when using proxyOlivier Lamy2015-10-011-4/+5
* more usage of MockRepositorySessionFactoryOlivier Lamy2015-10-011-43/+0
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-121-9/+14
* [MRM-1359] remove maven1 codeOlivier Lamy2015-02-1212-435/+0
* [MRM-1871] copy List before sorting itOlivier Lamy2014-11-271-3/+3
* [MRM-1871] ConcurrentModificationException in DefaultRepositoryProxyConnectorsOlivier Lamy2014-11-251-1/+1
* make it clear it is ConcurrentMap so no need of synchronized blockOlivier Lamy2014-11-241-11/+11
* copy collections to avoid ConcurrentModificationExceptionOlivier Lamy2014-11-231-2/+2
* Add a AbstractMetadataRepository to remove duplicated codeCarlos Sanchez2014-11-062-263/+1
* MRM-813 tweak APC interface and ADRF AuditEventsJonathan Sharp2014-10-172-13/+16
* line endingOlivier Lamy2014-07-1710-60/+60
* [MRM-1837] cleanup registry listeners from Archiva ConfigurationOlivier Lamy2014-04-301-0/+6
* modified fileOlivier Lamy2014-04-251-1/+1
* complete .gitattributes fileOlivier Lamy2014-04-241-1/+1
* use Files from java.nioOlivier Lamy2014-04-161-9/+19
* Revert "[MRM-1828] upgrade to jetty 9.x"Olivier Lamy2014-04-141-2/+1
* [MRM-1828] upgrade to jetty 9.xOlivier Lamy2014-04-141-1/+2
* Multicatch and overrideEric Barboni2014-04-119-31/+91
* more diamondOlivier Lamy2014-04-101-1/+1
* my bad fix compilationOlivier Lamy2014-04-102-6/+6
* use diamond operatorOlivier Lamy2014-04-103-10/+10
* move the factory bean to the apiOlivier Lamy2014-03-281-1/+1
* fix javadoc. Generation possible on jdk8 skygo2014-02-251-4/+2
* [MRM-1702] use the fileLockLManager in the code with possible race conditionOlivier Lamy2013-12-131-33/+54
* add a new module for file lockingOlivier Lamy2013-12-121-0/+4
* not neededOlivier Lamy2013-12-111-27/+0
* not needed variable declarationOlivier Lamy2013-12-031-1/+0
* fix logging warn levelOlivier Lamy2013-12-023-20/+17
* code cleanup commentOlivier Lamy2013-11-136-43/+0
* move to last easymock 3.2Olivier Lamy2013-11-137-53/+91
* use genericsOlivier Lamy2013-05-191-1/+1
* fix imports and minors warning sonar.skygo2013-03-141-2/+0
* add a marker to be able to debug this part without debugging all of this classOlivier Lamy2013-02-051-12/+19
* align name with othersOlivier Lamy2012-12-221-1/+1
* fix all RepositoryManager implementationsOlivier Lamy2012-12-191-0/+5
* fix some unit tests due to the missing aliasOlivier Lamy2012-12-061-0/+2
* use varargs from slf4j rather than creating an array for debugOlivier Lamy2012-11-131-2/+1
* [MRM-1707] Allow different implementation of transfer mechanism in the Defaul...Olivier Lamy2012-10-311-79/+111
* use a more appropriate package for this interfaceOlivier Lamy2012-10-292-3/+3
* [MRM-1704] Refactor to remove maven specific part from various repository/met...Olivier Lamy2012-10-296-255/+6
* [MRM-1704] Refactor to remove maven specific part from various repository/met...Olivier Lamy2012-10-291-0/+54
* [MRM-1705] Feature to add custom parameters and/or headers when requesting an...Olivier Lamy2012-10-241-2/+27
* [MRM-1705] Feature to add custom parameters and/or headers when requesting an...Olivier Lamy2012-10-241-8/+10
* transform this interface to use a bean request will ease future enhancementsOlivier Lamy2012-10-241-2/+4
* fix mocks compilationOlivier Lamy2012-10-221-0/+7
* add unit test for new method in MetadataRepository and fix compilation for so...Olivier Lamy2012-10-111-0/+6
* implements use of ProxyConnectorRules when fetching files from remoteOlivier Lamy2012-10-021-8/+61