Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-25Use JDT clean up "Convert field into local variable if field is usedLars Vogel1-7/+6
2021-03-22Bug 572043 - Deprecate pack200 support for removalAlexander Kurtakov1-29/+51
2021-03-19Bug 572043 - Deprecate pack200 support for removalI20210319-1800Alexander Kurtakov1-6/+12
2021-01-14Use generic IProvisioningAgent.getService method.Alexander Kurtakov3-42/+65
2021-01-14Bug 570354 - Switch MirrorApplication to use ArtifactChecksumComparatorAlexander Kurtakov2-20/+31
2020-01-10Use System.lineSeparator()Y20200114-0045I20200113-1800I20200113-0130I20200112-1800I20200111-1800I20200111-0325I20200111-0230I20200110-1805Alexander Kurtakov1-1/+1
2019-12-11Use jdk 5 for-each loopI20191211-1805Carsten Hammer2-11/+11
2019-12-11Use jdk 5 for-each loopCarsten Hammer2-12/+10
2019-12-11Use jdk 5 for-each loopCarsten Hammer2-6/+4
2019-12-11Use jdk 5 for-each loopCarsten Hammer1-36/+30
2019-10-16Use jdk 5 for-each loopCarsten Hammer7-47/+58
2019-10-02Use StringBuilder instead of StringBuffer where possible.Carsten Hammer1-4/+4
2019-06-10Replace chain of ifs with switchCarsten Hammer1-3/+9
2018-08-22Bug 535802 - Update p2 EPL-2.0 for its plug-ins - Part 3Lars Vogel71-213/+426
2018-08-22Adds linebreak before the EPL 1.0 licenceLars Vogel11-11/+22
2018-08-22Fixes incorrectly formated EPL 1.0 license headerI20180822-0800Lars Vogel11-11/+22
2018-08-13Fix ArtifactRepositoryValidator creation error message.Alexander Kurtakov1-15/+14
2018-07-10Try-with-resources in p2.repository.tools.Alexander Kurtakov1-53/+35
2018-04-16Bug 533617 - NLS missing message warnings since 4.8 M6I20180417-2000I20180416-2000Alexander Kurtakov2-0/+5
2018-03-05Bug 423715 - Really preserve legacy MD5 propertiesI20180305-0800I20180305-0300Mykola Nikishov1-8/+4
2018-03-02Bug 531917 - Remove redundant type parametersAlexander Kurtakov2-3/+3
2018-03-01Bug 423715 - Support multiple algorithms for artifact checksumsI20180301-2000Mykola Nikishov6-24/+152
2018-02-15Bug 423715 - More javadoc for ArtifactComparatorFactoryMykola Nikishov1-1/+6
2018-02-14Bug 423715 - ArtifactComparatorFactory reports available comparatorsMykola Nikishov1-2/+5
2018-02-14Bug 423715 - ArtifactRepositoryValidator reports original causeMykola Nikishov1-1/+1
2018-02-12Bug 423715 - Extract methods in ArtifactComparatorFactoryI20180214-2000I20180213-2000I20180213-0125I20180212-2000Mykola Nikishov1-23/+34
2018-02-12Bug 423715 - ArtifactRepositoryValidator should catch IAE in order toMykola Nikishov2-4/+5
2018-01-30Bug 530486 - Remove useless thrown exceptions.I20180130-2000Alexander Kurtakov1-2/+2
2017-08-19Bug 521145 - Move p2 repository.tools to Java 8Alexander Kurtakov24-129/+119
2017-06-27Bug 518850 - Replace RepositoryDescriptor with repository locationI20170702-2000I20170701-2000I20170630-2000I20170630-0410I20170629-2000I20170629-0425I20170629-0210I20170628-2000I20170628-0310I20170627-2000Mykola Nikishov1-7/+7
2017-06-27Bug 514885 Pooling Version and VersionRangeKarsten Thoms1-1/+1
2017-06-21Bug 518574 - Use StandardCharsetsAlexander Kurtakov1-3/+1
2017-03-29Bug 509401 - Don't hide I/O problems in ChecksumProducer's computeMD5(File)Mykola Nikishov1-4/+12
2017-01-10Prefer an enhanced for statement over the basic oneMykola Nikishov1-3/+3
2016-12-16Prefer an enhanced for statement over the basic oneMykola Nikishov1-3/+3
2016-11-08Bug 493193 - MirrorApplication should explicitly use MD5 artifact comparatorMykola Nikishov1-1/+2
2016-11-08Revert "Revert "Bug 490028 - Extract MD5 checksum calculation into a separate...I20161108-1015Thomas Watson2-24/+2
2016-11-08Revert "Bug 490028 - Extract MD5 checksum calculation into a separate class"Thomas Watson2-2/+24
2016-11-07Bug 490028 - Extract MD5 checksum calculation into a separate classMykola Nikishov2-24/+2
2016-10-31Rename comparatorPoint constant to follow Java naming conventionsMykola Nikishov1-3/+3
2016-04-21Bug 490028 - Extract MD5 checksum calculation into a separate classMykola Nikishov1-39/+5
2015-10-05Helper library to compress to XZ an existing p2 repoI20151006-0800Pascal Rapicault1-0/+187
2015-09-07Bug 476724 - Remove new Boolean and Boolean.valueOf().booleanValue()I20150929-0800I20150922-0800I20150916-2000I20150916-0800I20150915-2000I20150915-0800I20150914-2000I20150914-1545I20150914-1130I20150914-0800I20150913-2000I20150908-0800Alex Blewitt4-16/+12
2015-03-26Bug 463148 - compile warnings in official buildI20150331-0800Alexander Kurtakov1-1/+0
2015-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov3-7/+9
2014-10-21Bug 448101 - support fragments generation.I20141104-0800I20141029-2000I20141029-0800I20141028-2000I20141028-0800I20141027-2000I20141027-0800I20141026-2100Roland Grunberg1-6/+66
2014-06-28Bug 436872 - [category] Specify download stats URL and type of artifactsSusan McCourt2-0/+31
2013-12-09bug 418662: Get rid of compile warnings in official build -Krzysztof Daniel1-0/+1
2013-11-19Bug 422026 - Get rid of ColletionUtils.empty[Set|List|Map]Alexander Kurtakov1-2/+1
2013-10-25360786 Only mirror referenced artifacts in MirrorApplicaitonTobias Oberlies1-2/+3

Back to the top