Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-11-09Bug 163759 URLStreamHandlerService should report warning when property is wrongThomas Watson6-10/+32
2006-11-07Bug 135885 Standardize and enhance lazy-startafter_bug135885Thomas Watson88-7/+2312
2006-11-07Bug 135885 Standardize and enhance lazy-startThomas Watson30-519/+963
2006-11-01Bug 163106 GenericDescription leak in Resolverv20061101before_bug135885Thomas Watson1-0/+2
2006-11-01Bug 162935 BundleDescription leak in UserStateThomas Watson1-25/+6
2006-10-26Bug 162398 Warnings in N20061026-0010v20061027Thomas Watson3-1/+3
2006-10-26Move context creation BEFORE entering STARTING state and firing STARTING even...BJ Hargrave1-1/+1
2006-10-25Bug 161976 Deadlock in MRUBundleFileListThomas Watson3-6/+51
2006-10-25Bug 161561 Eclipse Platform cannot start (java.lang.ClassCircularityError) wh...Thomas Watson2-10/+48
2006-10-24- imports are not printed if the bundle does not export any packages.Thomas Watson1-16/+14
2006-10-20Set UTF8 encoding for text resources which are read using UTF8 decodingv20061023BJ Hargrave1-2/+6
2006-10-20Change to ASCII mode and update aliases to latest from OSGiBJ Hargrave2-1/+8
2006-10-18Add experimental Bundle.getBundleContext method from OSGi R4.1Thomas Watson5-10/+55
2006-10-17fix for bug 151645 that short circuits event deliver based upon objectClass v...BJ Hargrave4-64/+165
2006-10-06Bug 160009 Chkpii error in latest buildv20061006Thomas Watson2-12/+12
2006-09-22Bug 156873 Refreshing bundle with native library causes a library loading exc...v20060925Thomas Watson6-7/+124
2006-09-22Bug 158383 Startup fails if config.ini uses non-reference URLs on same deviceThomas Watson1-6/+5
2006-09-19Bug 157723 NullPointerException in StateReader.readBundleDescriptionLazyDataThomas Watson1-4/+9
2006-09-19Bug 157723 NullPointerException in StateReader.readBundleDescriptionLazyDatav20060919Thomas Watson1-1/+1
2006-09-18Bug 148966 [BiDi] Regression: from 3.1.2 to 3.2 (I20060602-1317) - copying re...v20060918Thomas Watson3-27/+69
2006-09-15Bug 148966 [BiDi] Regression: from 3.1.2 to 3.2 (I20060602-1317) - copying re...Thomas Watson4-167/+430
2006-09-14Move to latest OSGi R4.0.1 codeThomas Watson83-325/+1289
2006-09-13Bug 156877 URLStreamHandlerFactory stepping on previously installed handlerThomas Watson4-5/+80
2006-09-13change the debug condition do it is optimized out when DEBUG is falseJeff McAffer1-1/+2
2006-09-06Update versions for Bug 154105 StateObjectFactoryImpl doesn't set Execution E...v20060911Thomas Watson1-2/+2
2006-08-31fix "packages" command to return all exporters of a package.v20060905Thomas Watson1-8/+3
2006-08-29Bug 99096 [osgi] move ContextFinder initialization out of EclipseStarterThomas Watson10-55/+64
2006-08-28Bug 144432 Instances of NestedDirBundleFile not passed to BundleFileWrapperFa...v20060828Thomas Watson2-4/+9
2006-08-25Bug 154510 Eclipse fails to load with jdk7 b01Thomas Watson1-5/+32
2006-08-23sync on reader while calling BundleDescripton.isFullyLoaded and StateReader.s...Thomas Watson1-7/+10
2006-08-23Fix compiler warnings in build.Thomas Watson9-47/+54
2006-08-23Fix compiler warnings in build.Thomas Watson10-76/+37
2006-08-22improve "bundles" command by using resolver API instead of PackageAdminThomas Watson1-53/+55
2006-08-22Bug 151726 StateHelper.getVisiblePackages returns incorrect packages for splitsThomas Watson2-22/+263
2006-08-21Bug 146658 NLS.initializeMessages can throw SecurityExceptionv20060821Thomas Watson4-255/+486
2006-08-21Bug 50178 [osgi] Double-Checked LockingThomas Watson4-51/+33
2006-08-17code restructure:Thomas Watson1-29/+46
2006-08-17fix unsync'ed access to EventListeners (see bug 149863)Thomas Watson1-20/+28
2006-08-17Bug 154105 StateObjectFactoryImpl doesn't set Execution EnvironmentThomas Watson1-6/+31
2006-08-17Bug 154137 StateObjectFactoryImpl.createBundleDescription ingores executionEn...Thomas Watson1-0/+7
2006-08-17Bug 152900 StateReader uses ArrayList.contains() taking 4% of all method callsThomas Watson1-1/+9
2006-08-15Bug 153699 MRUBundleFileList tries to remove null bundle fileThomas Watson1-5/+12
2006-08-14Bug 153699 MRUBundleFileList tries to remove null bundle filev20060814Thomas Watson1-2/+2
2006-08-10Bug 147441 ServiceTracker does not pay attention to service ranking changesThomas Watson2-3/+6
2006-08-10Bug 141726 NPE in LocationManager.buildLocation with @user.dirThomas Watson1-1/+1
2006-08-10Bug 153358 ServiceReference.isAssignableTo does not pay attention to boot del...Thomas Watson3-2/+21
2006-08-09Bug 153349 If osgi.syspath changes case then initial bundles are re-installed...Thomas Watson1-0/+6
2006-08-07Bug 150376 Framework extension bundles must not load classes until resolvedv20060807Thomas Watson1-1/+27
2006-08-07Bug 152900 StateReader uses ArrayList.contains() taking 4% of all method callsThomas Watson3-24/+18
2006-08-07Bug 152888 [performance] BundleLoader.initialize has O(n2) algorithmThomas Watson2-10/+18

Back to the top