Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-13Bug 533117 - setRepositoryProperty: fixed regression when value is nullI20180416-0305I20180415-2000I20180414-1500I20180413-2000Karsten Thoms1-3/+8
2018-03-12Bug 532118 - Eliminate exception when checking if buffer is full in MessageDi...Mykola Nikishov1-6/+4
2018-03-12Bug 532118 - Reduce number of calls to java.security.MessageDigest.update(byte)Mykola Nikishov3-36/+80
2018-03-09Bug 519085 Reduced memory consumption of SimpleArtifactDescriptorI20180312-2000I20180311-2000I20180310-1500I20180309-2000Karsten Thoms1-6/+26
2018-03-05Bug 423715 - Really preserve legacy MD5 propertiesI20180305-0800I20180305-0300Mykola Nikishov2-16/+30
2018-03-02Bug 531917 - Remove redundant type parametersAlexander Kurtakov2-4/+4
2018-03-02Bug 423715 - Fix compile warnings Alexander Kurtakov1-0/+1
2018-03-01Bug 423715 - Support multiple algorithms for artifact checksumsI20180301-2000Mykola Nikishov9-24/+310
2018-02-22Bug 531430 - Replace usage of SubProgressMonitor by SubMonitorI20180226-2000I20180225-2000I20180224-1500I20180223-2000I20180222-2000Karsten Thoms1-1/+1
2018-02-15Bug 423715 - Replace StringBuffer with StringBuilder in MD5VerifierMykola Nikishov1-1/+1
2018-02-15Bug 423715 - Use enhanced loop in MD5VerifierMykola Nikishov1-3/+3
2018-02-14Bug 423715 - ArtifactComparatorFactory reports available comparatorsMykola Nikishov1-1/+1
2018-02-07Bug 423715 - Encapsulate checks performed during MD5Verifier creationI20180207-2000Mykola Nikishov3-21/+43
2018-02-04Bug 423715 - Check MD5Verifier's status before using itMykola Nikishov2-11/+18
2018-01-31Bug 423715 - Add SHA256 to p2 metadata publishingI20180201-0200I20180131-2000Mykola Nikishov1-4/+12
2018-01-30Bug 530526 - Don't use deprecated Number children constructorsAlexander Kurtakov2-4/+4
2018-01-30Bug 530486 - Remove useless thrown exceptions.I20180130-2000Alexander Kurtakov1-2/+2
2017-09-04Bug 521827 - Move artifact.repository bundle to Java 8 Alexander Kurtakov25-84/+206
2017-08-31Bug 518031 - XML External Entity Vulnerability in Eclipse IDEI20170904-0230I20170903-2000I20170902-1500I20170901-2000Brian de Alwis1-4/+3
2017-04-24Some mirroring tests use wrong MessagesI20170425-0910I20170425-0700I20170425-0240I20170425-0215I20170424-2000Mykola Nikishov2-3/+0
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 Nikishov2-7/+16
2016-04-19Bug 489706 - Replace new Integer() with Integer.valueOf()I20160419-0800Alex Blewitt3-8/+8
2016-01-02Bug 466249 - Propagate more exceptions to ease problem analysisEike Stepper2-3/+7
2015-10-12List childs' URI in composite repositories' toString()I20151103-0800I20151029-1100I20151028-2000I20151028-0800I20151027-2000I20151027-0800I20151026-2000I20151026-0800I20151025-2000I20151020-0800I20151014-1100I20151013-0800Mykola Nikishov1-0/+5
2015-09-07Bug 476724 - Remove new Boolean and Boolean.valueOf().booleanValue()I20150929-0800I20150922-0800I20150916-2000I20150916-0800I20150915-2000I20150915-0800I20150914-2000I20150914-1545I20150914-1130I20150914-0800I20150913-2000I20150908-0800Alex Blewitt2-6/+6
2015-05-13Bug 464614 Use XZ as compression formats of metadata filesI20150514-2000I20150514-1000I20150513-2000Pascal Rapicault1-0/+125
2015-04-01bug 457619: MirrorRequest fails for remote after failing locally withChristian Schneider1-0/+15
2015-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov2-4/+6
2015-02-24Bug 460627 - Fix compiler problems from generified IAdaptable#getAdapterAlexander Kurtakov1-6/+5
2015-01-23Bug 458123 - don't mask Error or RuntimeException from getArtifact inI20150126-0800I20150125-2000Christian Schneider1-3/+20
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
2013-11-15Bug 421798 - Fix various warnings.Alexander Kurtakov1-1/+1
2013-07-11Increment bundle version and tidyI20130723-0800I20130717-1600I20130716-0800John Arthorne1-2/+1
2013-07-11Bug 411035 - Some tests depend on SignedContentFactory.getSignedContent(File)...Thomas Watson1-1/+9
2012-10-11356561 Revert default of composite loading back to non-atomicv20121011-091400I20121030-0800I20121029-2000I20121029-0800I20121028-2000I20121024-1200I20121024-1130I20121023-0800I20121016-2240I20121016-0800Tobias Oberlies1-2/+1
2012-10-09391400 Include repository URL in status if getArtifacts failsTobias Oberlies4-6/+15
2012-09-28356561 Require that all children of a composite repository can be loadedv20120928-180332Tobias Oberlies1-1/+3
2012-08-29Bug 381673: Fixes a few compile warningsv20120829-182520Ian Bull2-6/+4
2012-04-30Bug 378095 - Install new Software writes to stdout v20120430-1959Ian Bull1-3/+0
2012-04-27Bug 377976 : Don't continually try to download bad artifacts.v20120427-2140Ian Bull3-3/+29
2012-02-09Bug 369834.v20120209-1054Mengxin Zhu1-4/+2
2012-01-17364929 support customizable download statisticsv20120117-1140v20120117-0330Mengxin Zhu3-4/+29
2012-01-12316328 engine should be more verbose while performing an installationv20120112-1825Mengxin Zhu3-6/+74
2011-12-19Bug 366781 - isReadOnly(File) doesn't work on Windows.v20111219-0328Mengxin Zhu1-6/+12
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

Back to the top