Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-22Bug 517929 - Update POMs in the master for 4.8 releaseI20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: Ic754058b23731334425f98aaca527bcf90991a7d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-10-04Bug 502515 - Neon still reports a p2 header of "p2 mars-sr0"Y20161013-1000Y20161006-1000I20161011-0800I20161005-1430I20161005-1045I20161005-0815I20161004-1000Pascal Rapicault3-3/+5
Change-Id: I28549f765f70cd3a0d78a21fbc0469f6c6d9ab8e Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2016-08-17Bug 494822 - Pass a range specification unconditionallyMykola Nikishov1-6/+2
When sending request for transfer of a remote file to local file storage from FileReader.sendRetrieveRequest(URI, OutputStream, DownloadRange, boolean, IProgressMonitor), drop redundant null check for DownloadRange parameter and pass it to IRetrieveFileTransferContainerAdapter's sendRetrieveRequest(IFileID, IFileRangeSpecification, IFileTransferListener, Map) as is because a range specification for retrieving a portion of the given remote file is allowed to be null: If null the entire file will be retrieved (as per sendRetrieveRequest(IFileID, IFileTransferListener, Map). Bug: 266243 Change-Id: If957ebd23e4a229db873cb6d4df3e10d5b93c75b Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsThomas Watson1-1/+1
Change-Id: I90a85375f7864204f482d76130da772798f0a28b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-06-06Revert "Bug 490112 - Add unique id to p2 user agent information"R4_6I20160606-1100Pascal Rapicault1-2/+1
This reverts commit f64681eca06c4f8142bac7f0a1c91df8113a232d. Change-Id: Iedc3a1624e044956faf1645da4f7c0fe4a1990a4
2016-06-06Revert "Bug 490112 - Add unique id to p2 user agent information"Pascal Rapicault1-37/+15
This reverts commit 3bcec796ae83cd5400228185662275446056993f. Change-Id: If8e8ecf95f28a1143fcbeacd7f4947f397eaabec
2016-06-01Bug 490112 - Add unique id to p2 user agent informationI20160603-1000I20160602-1000I20160601-2000I20160601-1000Pascal Rapicault1-15/+37
Only send the UUID when contacting the eclipse.org Change-Id: I06e8acd937bda5e8318b99694e06c6e511d2f089
2016-05-04Bug 493004 - Need to update versions for Neon of various bundlesY20160519-1000Y20160513-1000Y20160505-1000I20160523-2000I20160522-2000I20160521-1500I20160520-2000I20160519-1730I20160519-1100I20160518-2000I20160517-2000I20160516-2000I20160515-2000I20160514-1500I20160513-2000I20160512-1000I20160511-2000I20160511-0400I20160510-2000I20160509-2000I20160508-2000I20160507-1500I20160506-2000I20160506-1030I20160506-0830I20160505-2000I20160504-2000Thomas Watson2-2/+2
Change-Id: Idb4576fc90fc7180d3c7e1960696615bb4c37594 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-27Bug 490112 - Add unique id to p2 user agent informationPascal Rapicault1-1/+2
Change-Id: Iff4742b3acf501d9b5a3a5c1bcefae96ec04b2ba Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2016-04-19Bug 489706 - Replace new Integer() with Integer.valueOf()I20160419-0800Alex Blewitt1-4/+4
There are a lot of new Integer() calls in the P2 codebase, which results in many duplicate values of Integer being stored, particularly when performing updates or checks. Integer.valueOf() performs this caching already, which means that it's unnecessary to call new Integer() and instead can call Integer.valueOf(). In the places where the int value is being used directly, the call can be further optimised to Integer.parseInt() instead. Replace calls to new Integer() with Integer.valueOf() or .parseInt() as appropriate. Change-Id: Ic760e66084c856fc90cb7c8a358007c975213638 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150818-0800I20150811-1400I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000I20150728-0800I20150721-0800I20150714-0800I20150707-0800Thomas Watson1-1/+1
- update parent poms for 4.6
2015-05-21Bug 467447 - Set more specific user agentI20150521-1715I20150521-1400I20150521-1100Pascal Rapicault1-8/+24
Change-Id: If7be4c0a106d09f7af069a4ed2bab105dfe403cb Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2015-05-16Bug 467447 - Set more specific user agentI20150519-0030I20150518-2000I20150517-2000Pascal Rapicault1-2/+8
Change-Id: I7d4f29bee9150d08bd07961a31d2db1a29efd5a7 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2015-05-15Bug 467286 - Set the ECF user agent propertyPascal Rapicault1-3/+17
Change-Id: I3b62375638a697a34aae087402497cdba05259f8
2015-04-23Update versions for MarsThomas Watson2-2/+2
2015-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov3-9/+10
Instead of retrieving services based on their String class name there is newer implementation that takes the class directly and returns the correct class preventing casts. Change-Id: I8b26f4d294b927f4c28a6ba4e68e35bd401df4ec Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-04-08Bug 407940 - [transport] Initial connection happens in current threadPascal Rapicault1-52/+19
Change-Id: I51d2a79e10dd7a9a550fb1a644e74364f3bfa24a Signed-off-by: Pascal Rapicault <pascal.rapicault@ericsson.com>
2013-12-11bug 423827 - Disable "Treat above errors like fatal compile errors"I20131217-0800I20131212-1600I20131211-2000Krzysztof Daniel1-1/+1
Change-Id: If2b8652ff7deed04dea308880d444f1b4e7c6ffe Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-12-09bug 418662: Get rid of compile warnings in official build Krzysztof Daniel1-1/+1
org.eclipse.equinox.p2.installer Change-Id: I7cd69e8d493b3b67eabdff3acf81b100d6ea79d5 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-12-09bug 418662 - Get rid of compile warnings in official build -Krzysztof Daniel1-1/+1
org.eclipse.equinox.p2.discovery.compatibility Change-Id: Ieaf254570551fef783d1cc6bbf79daf51847d5fa
2013-12-09bug 418662 - Get rid of compile warnings in official build -Krzysztof Daniel2-0/+10
org.eclipse.ecf.provider.filetransfer Change-Id: Ib768c55c6eb09d6dd95664137e8b7b853f2f594b Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-11-13Bug 421339 - Accept java 1.5Krzysztof Daniel4-23/+3
Make 1.5 setting default in Eclipse (P2 is compiled as 1.5 with tycho anyway). Drop jsr14. Change-Id: I848d7865211126ad32a226914a046f9553a48f04 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-06-26Bug 411170 -- Updated the parent poms for Luna (Eclipse 4.4)Ian Bull1-1/+1
2013-05-16Revert "Bug 408018 - [repository] Repository that raises ↵Pascal Rapicault2-7/+3
HttpConnectionException are not marked as invalid " This reverts commit 054533b73d0db12e67279ea48520bbc4c692e462.
2013-05-16Bug 408018 - [repository] Repository that raises HttpConnectionExceptionPascal Rapicault (Ericsson)2-3/+7
are not marked as invalid
2013-03-27Bug 403971 - Update Equinox p2 parent versionsI20130402-0800Pascal Rapicault2-3/+4
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-185631Ian Bull1-1/+1
Upated all the pom.xml files (in the bundles) to include the proper groupID. The groupID is the first three segments of the artifactID.
2013-01-15Bug 397870 - [CBI] Mismatched versions in pom in rt.equinox.p2 master v20130115-201604Pascal Rapicault1-1/+1
2013-01-07BREE and classpath updatesv20130107-153826John Arthorne1-2/+2
2013-01-07Internal package missing x-internalJohn Arthorne1-0/+75
2013-01-07Bug 396091 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for ↵v20130107-152742John Arthorne1-1/+20
equinox.p2
2012-11-28Bug 395239: ecf.Messages loads properties file from bundle repository.v20121128-062445I20121204-2230I20121204-1600I20121204-1000I20121204-0915I20121204-0800Mengxin Zhu2-41/+3
2012-11-21Bug 390385 - Stop the use of jsr14v20121121-194827Pascal Rapicault (Ericsson)1-1/+0
2012-08-07Bug 386186 possibly wrong target class version of ↵v20120807-073013Mengxin Zhu3-2/+10
org.eclipse.equinox.p2.transport.ecf Set final class version in build.properties.
2012-03-05Bug 373212 compiling error in nightly build.v20120305-0333Mengxin Zhu4-49/+386
Update project specific setting of JDT and PDE. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-03-01Bug 358842 pausing/resuming a p2 operation.v20120301-1523v20120301-0711Mengxin Zhu2-3/+95
Introduce new test cases that will download artifacts from Internet, so add vm arguments to make downloading more stable. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-02-10Bug 371176 - compile warning in build.v20120210-0802Mengxin Zhu2-1/+54
Add 'Save action' for bundle 'org.eclipse.equinox.p2.transport.ecf' to organize the imports. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2012-02-09Bug 369834.v20120209-1054Mengxin Zhu3-20/+56
Rework the download progress event reports in the scenario of multiple agents. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2011-09-02fix 350014 to use a system property to set the retrying number if socketv20110902-0807Mengxin Zhu1-0/+46
timeout happened Change-Id: I1bab6db693a3ee739e058bda1a4d00fbc8bd1eb8
2011-08-12304594 fixed versions in few poms to be consistent with Manifests, fixed ↵Anthony Dahanne1-1/+1
relative paths, and imported org.eclipse.compare as packages for ui.sdk Signed-off-by: Pascal Rapicault <pascal@sonatype.com>
2011-08-01304594 Fix obvious POM configuration issuesTobias Oberlies1-2/+3
- Correct relativePath to parent POM. - Use recommended version format in POMs: A version with automatically replaced qualifier maps to a SNAPSHOT version in the POMs.
2011-07-20Changed .cvsignore to .gitignore filesJohn Arthorne2-1/+1
2011-06-19update versionPascal Rapicault1-1/+1
2011-06-19[felix] p2.transport.ecf should import package rather than requiring equinoxPascal Rapicault1-1/+4
2011-05-08Fix up plugin user readable namePascal Rapicault1-2/+2
2011-05-02copyright updatev20110502-1955v20110502-1930Ian Bull5-4/+14
2011-04-13Bug 342661 - compile warnings in official buildsDJ Houghton1-2/+2
2011-03-31*** empty log message ***publisher_incubator_after_mergePascal Rapicault1-0/+1
2011-03-29Bug 341287 - o.e.e.p2.transport.ecf bundle needlessly includes ↵DJ Houghton1-2/+4
org.eclipse.core.runtime

Back to the top