Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Bug 521827 - Move artifact.repository bundle to Java 8 Alexander Kurtakov9-44/+101
2017-04-06Bug 514807 - Avoid instantiation of empty array for processing stepsY20170413-1000I20170413-2000Karsten Thoms1-2/+3
2017-03-30Bug 423715 - Rename checksum-related constants in SimpleArtifactRepositoryI20170402-2000I20170401-2000I20170331-2000I20170330-2000Mykola Nikishov1-5/+14
2016-04-19Bug 489706 - Replace new Integer() with Integer.valueOf()I20160419-0800Alex Blewitt2-6/+6
2016-01-02Bug 466249 - Propagate more exceptions to ease problem analysisEike Stepper2-3/+7
2015-09-07Bug 476724 - Remove new Boolean and Boolean.valueOf().booleanValue()I20150929-0800I20150922-0800I20150916-2000I20150916-0800I20150915-2000I20150915-0800I20150914-2000I20150914-1545I20150914-1130I20150914-0800I20150913-2000I20150908-0800Alex Blewitt1-4/+4
2015-05-13Bug 464614 Use XZ as compression formats of metadata filesI20150514-2000I20150514-1000I20150513-2000Pascal Rapicault1-0/+125
2015-02-24Bug 460627 - Fix compiler problems from generified IAdaptable#getAdapterAlexander Kurtakov1-6/+5
2013-12-10bug 423628 - False positives warnings in the official build.I20131211-0800I20131210-2000I20131210-0800Krzysztof Daniel1-1/+2
2013-11-19Bug 422026 - Get rid of ColletionUtils.empty[Set|List|Map]Alexander Kurtakov1-2/+2
2012-10-09391400 Include repository URL in status if getArtifacts failsTobias Oberlies1-2/+8
2012-08-29Bug 381673: Fixes a few compile warningsv20120829-182520Ian Bull1-3/+2
2012-04-27Bug 377976 : Don't continually try to download bad artifacts.v20120427-2140Ian Bull1-1/+18
2012-02-09Bug 369834.v20120209-1054Mengxin Zhu1-4/+2
2012-01-12316328 engine should be more verbose while performing an installationv20120112-1825Mengxin Zhu1-5/+23
2011-12-07Fix 351944 to avoid unnecessary loading artifact repository when doing query,...v20111207-0646Mengxin Zhu1-4/+12
2011-12-05Revert "Fix 351944 to avoid unnecessary loading artifact repository when doin...v20111205-2311Ian Bull1-12/+4
2011-12-02Fix 351944 to avoid unnecessary loading artifact repository when doing query,...v20111202-0654Mengxin Zhu1-4/+12
2011-08-11Bug 354192 - [repository] MD5 artifact check not done on artifact afterPascal Rapicault1-0/+4
2011-05-05Bug 340352 - [performance] [scalability] copying local artifacts has an unnec...Pascal Rapicault2-2/+41
2011-05-02copyright updateIan Bull5-5/+6
2011-04-14NEW - bug 342902: blobstore name cannot be setIan Bull1-3/+17
2011-04-04NEW - bug 341826: Add a stopgap measure for artifact lockingv20110404-2011Ian Bull2-0/+13
2011-03-29NEW - bug 339164: File level locking doesn't 'lock' the file between multiple...Ian Bull2-30/+5
2011-03-28fixed javadocJohn Arthorne1-1/+1
2011-03-08NEW - bug 339178: IOException when we try to acquire a lock in a read only areav20110308-1515Ian Bull2-22/+59
2011-03-05NEW - bug 301903: Consider a file level lock during batch executionv20110305-0130Ian Bull3-75/+523
2011-01-28Bug 331893 - Use mkdirs workaround also in case of file based downloaded bundlesDJ Houghton1-2/+2
2011-01-27Bug 335414 - Site parsing errors should mention the URL of the site being par...DJ Houghton1-1/+2
2010-12-25Bug 321819 - [transport] Repository transport API is tightly coupled with the...v20110104v20110102Pascal Rapicault1-3/+2
2010-09-01Bug 317760 - SimpleArtifactRepository behaviour changePascal Rapicault1-4/+4
2010-08-26Bug 244628 - [api] [repository] artifact repos do not support bulk removeDJ Houghton1-0/+19
2010-08-18Bug 313744 - SimpleArtifactRepository does not allow the user to limit the nu...Pascal Rapicault1-3/+12
2010-08-18Bug 313747 - SimpleArtifactRepository fails to transfer files when its locati...Pascal Rapicault1-1/+2
2010-05-12Bug 274272 - [repository] Cache artifact repository indexPascal Rapicault2-78/+81
2010-03-30bug 305237: [repository] Handle operation cancelled exception in execute batchIan Bull1-0/+2
2010-03-18305619 : GC test failure in HEAD + some optimizationsThomas Hallgren1-9/+29
2010-03-16bug 306056 - UUIDs and packFilesAsSiblingsAndrew Niefer1-4/+10
2010-03-09bug 305064: [api] Add a progress monitor to the execute batch methodibull1-2/+3
2010-03-05Bug 293340 - [api][repository] Review of the repository packageJohn Arthorne1-13/+13
2010-03-04bug 256434 - synchronize artifact queriesAndrew Niefer1-5/+6
2010-02-26bug 301305 - missing methods on IArtifactRequestAndrew Niefer2-8/+5
2010-02-24302201 : Unify the two query approaches used in p2, step 6.Thomas Hallgren1-2/+4
2010-02-21302201 : Unify the two query approaches used in p2, step 2.Thomas Hallgren1-0/+5
2010-02-19removed unused constructorJohn Arthorne1-4/+0
2010-02-19302201 : Unify the two query approaches used in p2Thomas Hallgren2-7/+111
2010-02-05299987 : Removal of p2 services in favor of always using an agent.Thomas Hallgren3-24/+25
2010-02-04bug 274025: [publisher] p2 metadata generator does not scaleibull1-7/+38
2010-01-13Merging api branch back to HEADv20100113Pascal Rapicault7-118/+375
2009-10-08Moving the version classPascal Rapicault1-2/+2

Back to the top