Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.framework for osgi bundlesY20180829-2200S4_9_0_RC2S4_9_0_RC1R4_9I20180906-0745I20180905-2000I20180905-0800I20180904-2000I20180904-0800I20180903-2000I20180903-1305I20180903-1125I20180903-0945I20180903-0800I20180902-2000I20180902-0800I20180901-1500I20180901-0800I20180831-2000I20180831-0815I20180830-1030I20180829-2000I20180829-0800I20180828-2000I20180828-0800I20180827-2000R4_9_maintenanceLars Vogel13-39/+78
2017-07-05Bug 519225 - Use StandardCharsetsI20170713-0615I20170712-2000I20170711-2000I20170710-2000I20170709-2000I20170708-2000I20170707-2000I20170707-0530I20170706-2000I20170706-0630I20170705-2000Alexander Kurtakov1-7/+3
2017-03-29Bug 514411 - Latest build has warnings in EventListeners::removeListenerY20170330-1000I20170329-2000Thomas Watson1-2/+2
2016-09-29Bug 502425 - Refactor code for Java 7Thomas Watson5-16/+16
2016-04-27Bug 475074 - Data race onY20160428-1430Y20160428-1000I20160501-2000I20160430-2000I20160429-2300I20160429-2000I20160428-0800I20160427-2000Thomas Watson1-7/+19
2016-03-09Bug 489312 - Prefer usage of Integer.valueof instead of new() for org.eclipse...Lars Vogel1-2/+2
2014-10-06Bug 439445 - Equinox console bundle has hard dependency to Equinox framework ...Thomas Watson4-0/+249
2013-09-06Move Msg messages class to org.eclipse.osgi.internal.messagesThomas Watson2-191/+0
2013-09-06Move Tokenizer to org.eclipse.osgi.internal.utilThomas Watson1-163/+0
2013-06-27fix copyrightsThomas Watson2-2/+2
2013-05-22RFC 195: Implement Service ScopesBJ Hargrave2-0/+3
2013-05-16Fix supplement bundle build.Thomas Watson2-483/+1
2013-05-07Consolidate message properties files.Thomas Watson2-2/+74
2013-05-07Remove unused NSL messagesThomas Watson2-56/+0
2013-04-16Merge branch 'master' into twatson/containerThomas Watson1-1/+39
2013-04-09Bug 395274 - Equinox returns valid bundle entries for invalid pathsThomas Watson1-1/+39
2013-04-02Bug 404233 - NPE when clearing trace fileChristian Georgi1-3/+6
2013-02-22Protect code from lazy activation and resuming bundles security checks.Thomas Watson1-14/+6
2012-09-20Use fuzzy compare ~= to match and do not lower case the attribute values for ...Thomas Watson1-10/+8
2012-08-14Remove remaining uses of FrameworkPropertiesThomas Watson3-275/+5
2012-08-08Use doPriv to protect caller from file operationsThomas Watson1-0/+10
2012-08-08isolate caller from permission to get context.Thomas Watson1-0/+11
2012-08-03Must validate some headers.Thomas Watson2-1/+20
2012-07-17Move org.eclipse.osgi.framewrok.debug to org.eclipse.osgi.internal.debugThomas Watson4-1819/+0
2012-07-17move location impl to org.eclipse.osgi.internal.locationThomas Watson2-2/+3
2011-10-07Bug 360198 - ConcurrentModificationException during framework snapshotv20111010-1614Thomas Watson1-2/+5
2011-07-09Bug 350719 - Handle service use count overflow.v20110711-1243BJ Hargrave2-0/+2
2011-06-27Bug 350453 - Incorrect usage of InputStream.available in ReliableFileThomas Watson2-27/+49
2011-01-08Bug 292135 - Add listeners to FrameworkLogThomas Watson1-13/+39
2011-01-06Bug 333686 - Clean up unused NLS keysbefore_bug292135Thomas Watson2-27/+2
2010-12-13Bug 317984 - Fix for wrong usages of affect* and effect*v20101213Thomas Watson1-2/+2
2010-12-10bug 332177: Add support for EventListenerHook.BJ Hargrave2-130/+216
2010-11-12bug 329940: Detect and handle recursive calls for the same bundle to ServiceF...v20101115BJ Hargrave2-0/+2
2010-10-01Bug 326790: Performance improvement to CopyOnWriteIdentityMap for iterating o...BJ Hargrave1-39/+119
2010-09-20Add back suppress warnings for URL.toFile (deprecated in 1.6)Thomas Watson1-0/+1
2010-09-17remove unnecessary suppress warning.Thomas Watson1-1/+0
2010-09-08bug 324774: Update the framework source code for genericsBJ Hargrave11-151/+155
2010-09-02Bug 323427 - [RFC 154] Support for generic capabilities and requirementsThomas Watson1-2/+45
2010-08-28Correct Map.Entry implementation to properly handle the identity nature of th...BJ Hargrave1-17/+3
2010-08-19Map.Entry implementation in CopyOnWriteIdentityMap failed to implement hashCo...v20100820BJ Hargrave1-0/+35
2010-08-16bug 322574: Implement bundle FindHook/EventHook support for OSGi 4.3 proposedBJ Hargrave1-1/+11
2010-08-06Bug 322007 - Update OSGi APIs to use genericsv20100806a-postGenericsThomas Watson2-62/+88
2010-07-22Bug 320546 - FileLocator.find() can find files outside of the bundleThomas Watson1-0/+23
2010-07-16Fix warnings.v20100716Thomas Watson1-1/+2
2010-07-13Bug 319399 - Strip out dead code associated with Debug.debugThomas Watson1-5/+0
2010-04-22Bug 310099 Unclear exception message when a bundle cannot be resolvedv20100422Thomas Watson1-1/+1
2010-04-22Bug 310099 - Unclear exception message when a bundle cannot be resolvedThomas Watson1-2/+2
2010-04-01 Bug 267683 - Enhancements to the tracing frameworkThomas Watson3-39/+109
2010-03-31Bug 307209 - ZipException missing filenameThomas Watson1-4/+7
2010-03-30 Bug 307209 - ZipException missing filenameThomas Watson1-11/+19

Back to the top