Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-11Bug 226038 Not possible to locate a wrapped bundle file in a chain of bundle ...Thomas Watson3-6/+99
2008-09-11Bug 234069 Switch default to enable MRUBundleFileListThomas Watson1-1/+1
2008-09-05Bug 246132 Refactor loader layerThomas Watson1-1/+2
2008-08-29Bug 245603 Refactor Service Layerv20080901BJ Hargrave2-211/+1
2008-08-25Bug 244624 Implement new BundleException typesv20080825-1800Thomas Watson5-72/+17
2008-07-24Bug 241826 Typo in BUNDLE_NATIVECODE_EXCEPTIONv20080728-1800Thomas Watson1-2/+3
2008-05-09Bug 229621 ClassLoader Deadlock Occuring with IBM JDK.v20080509-1800Thomas Watson1-22/+73
2008-04-17Bug 225465 IOException causing 1G of .lazyX.new over a 2-3 month periodThomas Watson1-2/+9
2008-04-11Bug 226615 CCE in catch ThrowableThomas Watson1-6/+6
2008-04-10Bug 194943 Europa Crashes During StartupThomas Watson1-1/+1
2008-02-28Bug 220687 Extension registry does not update with new contentThomas Watson1-1/+4
2008-02-19Format code with latest project settings.Thomas Watson6-25/+37
2008-02-12Bug 218625 [resolver] support for other system.bundle vendorsThomas Watson1-2/+2
2008-01-31Bug 208591 allow custom classloaders to participate in global lockingThomas Watson1-3/+19
2007-12-17Bug 211745 [sec] Graduate signedcontent API and related servicesv20071217Thomas Watson2-10/+20
2007-11-05enable osgi.bundlefile.limit at 100 (bug 194943)v20071105Thomas Watson1-1/+1
2007-11-05disable by default (bug 194943)Thomas Watson1-4/+4
2007-11-05Bug 208202 NullPointerException in thread "State Saver" during shutdown of osgiThomas Watson1-0/+2
2007-10-30Bug 207815 Improve ClassPathManager debug loggingThomas Watson1-3/+3
2007-10-25Bug 207360 [sec] graduate BundleDescription enable/disable conceptThomas Watson1-0/+12
2007-09-13Bug 202282 Support a proposed extension:="ext"v20070914Thomas Watson2-34/+78
2007-09-05Bug 165964 Process Bundle-NativeCode at resolve timeThomas Watson2-18/+101
2007-08-22Bug 198525 HashCode problem in org.eclipse.osgi.framework.internal.core.Bundl...Thomas Watson7-57/+94
2007-08-16Bug 200202 Malformed javadoc tagsThomas Watson2-4/+4
2007-08-03Bug 193802 BaseStorage adds invalid URL to a URLClassLoaderThomas Watson2-1/+22
2007-07-19Bug 194943 Europa Crashes During StartupThomas Watson3-2/+105
2007-07-19Update copyright dates.Thomas Watson3-3/+3
2007-07-18Bug 196871 Make LocationManager.canWrite(...) a utility methodThomas Watson1-1/+23
2007-07-18Bug 189153 Improve error message when .SF file has been tampered withThomas Watson1-0/+4
2007-06-21Bug 193201 Malformed Bundle-Classpath can result in an NPE in AbstractBundleThomas Watson1-1/+4
2007-06-21improve dev support for extension bundles.Thomas Watson1-4/+5
2007-04-24Bug 182585 Subsequent lookups to files within the same directory of a deploye...Thomas Watson1-1/+4
2007-04-11Bug 170881 Ensure framework hooks are called before those in extensionsThomas Watson1-2/+10
2007-03-13Bug 172960 StartLevel#isBundlePersistentlyStarted() for SystemBundle returns ...Thomas Watson1-1/+1
2007-02-22Bug 175126 StateSaver gets in endless loop if the maximum amount of time has ...Thomas Watson1-2/+3
2007-02-22Bug 174101 Inconcsitency in paths returned by ZipBundleFile and DirBundleFile...Thomas Watson1-33/+19
2007-01-31Extract bundle-nativecode on demand not at install bundle time.Thomas Watson1-3/+4
2007-01-09Bug 168521 NPE occurs from a currupted state cache.v20070109Thomas Watson1-2/+5
2006-12-14Bug 167824 ClasspathManager calls adapor hooks with wrong bytecodeThomas Watson1-8/+14
2006-11-21Refactor supplement bundle to be nested within OSGI.v20061121DJ Houghton3-1220/+0
2006-11-14Fix to ensure SecureAction object use the correct access controller.Thomas Watson1-1/+2
2006-11-10Bug 164077 bundleresouce: URL treats ".." and "../" differently while resolvi...Thomas Watson1-4/+4
2006-11-07Bug 135885 Standardize and enhance lazy-startThomas Watson1-1/+1
2006-10-25Bug 161976 Deadlock in MRUBundleFileListThomas Watson3-6/+51
2006-09-22Bug 156873 Refreshing bundle with native library causes a library loading exc...v20060925Thomas Watson6-7/+124
2006-09-19Bug 157723 NullPointerException in StateReader.readBundleDescriptionLazyDatav20060919Thomas Watson1-1/+1
2006-08-28Bug 144432 Instances of NestedDirBundleFile not passed to BundleFileWrapperFa...v20060828Thomas Watson2-4/+9
2006-08-23Fix compiler warnings in build.Thomas Watson2-2/+1
2006-08-17code restructure:Thomas Watson1-29/+46
2006-08-15Bug 153699 MRUBundleFileList tries to remove null bundle fileThomas Watson1-5/+12

Back to the top