Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-11-06Use StringBuilder in p2.consoleLars Vogel1-3/+3
2019-10-14Use jdk 5 for-each loopCarsten Hammer1-28/+36
2019-10-02Use StringBuilder instead of StringBuffer where possible.Carsten Hammer2-3/+3
2019-07-01Convert to the generic IProvisioningAgent.getService()Alexander Kurtakov2-94/+107
2018-08-22Bug 535802 - Update p2 EPL-2.0 for its plug-ins - Part 1Lars Vogel5-16/+30
2018-08-22Adds linebreak before the EPL 1.0 licenceLars Vogel1-1/+2
2018-08-22Fixes incorrectly formated EPL 1.0 license headerI20180822-0800Lars Vogel2-2/+4
2018-01-30Bug 530526 - Don't use deprecated Number children constructorsAlexander Kurtakov1-3/+3
2017-08-17Bug 521073 - Move p2 console to Java 8Alexander Kurtakov3-18/+19
2017-06-27Bug 514885 Pooling Version and VersionRangeKarsten Thoms1-4/+4
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-2/+2
2015-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov2-9/+12
2013-01-22Bug 394159 - p2.console registers CommandProvider multiple timesv20130122-150435Lazar Kirchev1-1/+19
2012-04-29Bug 377063 - p2 commands supportability v20120429-0125Pascal Rapicault1-24/+30
2011-06-11*** empty log message ***Pascal Rapicault2-4/+3
2011-04-01Bug 340296 - Command providers to provide help for individual commandPascal Rapicault3-58/+194
2010-11-02Bug 313484 - NullPointerException in ProvCommandProvider (p2.console) when pr...Pascal Rapicault1-8/+53
2010-10-04Fixed compiler warnings related to genericsv20101004John Arthorne1-9/+9
2010-09-23Bug 309539 - [planner] Make ProfileChangeRequest internalDJ Houghton1-3/+3
2010-03-12Bug 195876 - Hide or remove ProvisioningHelperPascal Rapicault1-17/+17
2010-03-10304855 : [query] add a query command to p2 consoleThomas Hallgren1-0/+71
2010-03-09Bug 229183 - [director] [api] ProvisioningContex does not handle repository ...Susan Franklin1-3/+4
2010-02-27Rename the unmodifiableSet methodPascal Rapicault1-2/+2
2010-02-25302201 : Unify the two query approaches used in p2, final step.Thomas Hallgren2-12/+8
2010-02-22302201 : Unify the two query approaches used in p2, step 4.Thomas Hallgren1-5/+5
2010-02-16Bug 302676 - provinstall does not always provide details for installation fai...Pascal Rapicault1-1/+11
2010-02-11Initial release of the planner APIPascal Rapicault1-3/+6
2010-02-05299987 : Removal of p2 services in favor of always using an agent.Thomas Hallgren3-80/+84
2010-01-22Bug 299917 - Compile warnings in official buildJohn Arthorne2-12/+8
2010-01-13Merging api branch back to HEADv20100113Pascal Rapicault3-137/+428
2009-10-08Moving the version classPascal Rapicault2-2/+2
2009-10-06Move query related classes to p2.metadataPascal Rapicault2-7/+6
2009-05-20Update copyrightsJohn Arthorne1-7/+7
2009-04-08Use the installer planPascal Rapicault1-7/+3
2009-03-30Bug 216278 - [prov] ECFTransport and ECFMetadataTransport should be mergedPascal Rapicault1-1/+2
2008-12-22Bug 233699 - Add support for version types other than OSGipost_version_2008Pascal Rapicault2-2/+2
2008-12-20Bug 233699 Add support for version types other than OSGiSimon Kaegi2-2/+2
2008-12-20Bug 233699Simon Kaegi2-2/+2
2008-12-05bug 241430 - limit director to provided reposv20081206Andrew Niefer1-1/+3
2008-10-30Remove unused methodsJohn Arthorne1-34/+1
2008-10-24code cleanupJohn Arthorne1-2/+4
2008-10-09Bug 237776 Replace URL by URIJohn Arthorne2-32/+32
2008-10-03Bug 232440 - Places where a few monitor.isCanceled checks might buy us a lotDJ Houghton1-1/+1
2008-05-14Bug 229384 Director application will try to install all the versions availabl...Pascal Rapicault1-1/+5
2008-05-06Bug 222957 IProfileRegistry.add() API insufficientSimon Kaegi2-2/+6
2008-05-02Bug 228903 Repository manager creation should always add the repositoryJohn Arthorne1-6/+2
2008-04-18Bug 227817 - Should be able to pass in properties at repository creation timeDJ Houghton1-2/+2
2008-03-11add command to remove reposv20080310-2148Pascal Rapicault1-0/+39
2008-03-10Bug 222041 _provlr command throws npe if there are no repositoriesJohn Arthorne2-4/+7
2008-03-06Bug 219605 [prov] loadRepository causes addRepositoryJohn Arthorne1-1/+3

Back to the top