Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-11-21Refactor supplement bundle to be nested within OSGI.v20061121DJ Houghton36-5208/+165
2006-11-20gtkAndrew Niefer8-42/+182
2006-11-17Bug 157669 OSGi JarVerifier needs clearer separation of verification and trustv20061117Thomas Watson14-362/+1181
2006-11-17Bug 165044 StateHelper needs a way to get system packages from getVisiblePack...Thomas Watson3-11/+46
2006-11-17Finish splitting of exe/dll. Windows launcher is now mostly working.Andrew Niefer10-342/+303
2006-11-17Bug 156718 Projects can no longer reference ICU4J packagesThomas Watson3-22/+51
2006-11-16executable/library separation on linux/gtkAndrew Niefer7-222/+162
2006-11-16separating launcher into executable and libraryAndrew Niefer12-437/+954
2006-11-15Add ParseException classThomas Watson1-0/+0
2006-11-15Bug 164077 bundleresouce: URL treats ".." and "../" differently while resolvi...Thomas Watson3-1/+52
2006-11-15Bug 138422 Resolver should favour packages from the JRE over the ones coming ...Thomas Watson1-0/+6
2006-11-14finding startup.jar, setting up vmArgs vs progArgsAndrew Niefer7-233/+324
2006-11-14Fix to ensure SecureAction object use the correct access controller.Thomas Watson10-20/+59
2006-11-13Remove shared memory code, Add JNI. win32-mingw compiles.Andrew Niefer10-568/+308
2006-11-13Bug 152154 osgi.bundles requires jar to have underscore in the namev20061113Thomas Watson1-9/+17
2006-11-13Initial code from platform-launcherAndrew Niefer58-0/+7828
2006-11-10Bug 162231 disable bootdelegation * by defaultThomas Watson4-9/+35
2006-11-10Bug 164077 bundleresouce: URL treats ".." and "../" differently while resolvi...Thomas Watson1-4/+4
2006-11-10Check to make sure this thread is not currently starting the bundle.Thomas Watson1-1/+1
2006-11-09Do not throw BundleException when START_TRANSIENT is used for a bundle at the...Thomas Watson1-1/+1
2006-11-09Do not throw BundleException when START_TRANSIENT is used for a bundle at the...Thomas Watson5-12/+1
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

Back to the top