1. 7c57d63 Implements singleton support, but we still need to test it more and perhaps by Richard S. Hall · 16 years ago
  2. 1de7c95 Modified manifest parser to be more lenient when reading the manifest version; by Richard S. Hall · 16 years ago
  3. 9802e3f Adds support for the standard symbolic name for the system bundle; however, by Richard S. Hall · 16 years ago
  4. 2846a2b Initial patch to address fragment support. The included patch is only the by Richard S. Hall · 16 years ago
  5. fc8029a Minor code optimization: remove unnecessary null assignments. by Carsten Ziegeler · 16 years ago
  6. 5eda19c Refactored the IContent abstraction from the module loader layer to provide by Richard S. Hall · 17 years ago
  7. fb846a4 Improve native code loading - bundle installation will now fail in case a native library is not in the jar and we only use the first library of a given name. Furthermore, we now support .dylib extensions on the mac as well as others (should make it possible to use .netmodules as well) FELIX-439. by Karl Pauls · 17 years ago
  8. 536d14f Enable support for exporting the same package more then once (FELIX-101). by Karl Pauls · 17 years ago
  9. 332a682 Fixed another version matching-related issue that was uncovered due to by Richard S. Hall · 17 years ago
  10. 471e3e6 In an effort to clean up the Felix API in preparation for the 1.0.0 release, by Richard S. Hall · 17 years ago
  11. 210a214 Add support for extension bundle detection and verification to the manifest parser (FELIX-30). by Karl Pauls · 18 years ago
  12. 7baf7b8 Modified manifest parser to creating capabilities and requirements for by Richard S. Hall · 18 years ago
  13. 4e4a847 Fixed bug in R3 verification that was causing erroneous warning messages. by Richard S. Hall · 18 years ago
  14. 862eca1 Modified manifest parser to use requirements and capabilities (FELIX-28). by Richard S. Hall · 18 years ago
  15. d91694e Clean up some unused imports. by Richard S. Hall · 18 years ago
  16. 860ee30 Now creating capability for symbolic name and requirements for by Richard S. Hall · 18 years ago
  17. 4151e90 Modified manifest parser to generate generic capabilities and by Richard S. Hall · 18 years ago
  18. 7860542 Some reorganization to get more manifest parsing functionality grouped by Richard S. Hall · 18 years ago[Renamed (91%) from framework/src/main/java/org/apache/felix/framework/util/ManifestParser.java]
  19. a5158a2 Minor reorganization of manifest parsing. by Richard S. Hall · 18 years ago
  20. 56b1194 Continued effort to clean up manifest parsing (FELIX-98). This still has a by Richard S. Hall · 18 years ago
  21. 5ace92e Modified the manifest parser to log and ignore all unknown matching by Richard S. Hall · 18 years ago
  22. b395167 Updated all framework subproject headers and removed one unnecessary file. by Richard S. Hall · 18 years ago
  23. 8d116d4 Applied patch (FELIX-26) from Arnaud Quiblier to improve the native library by Richard S. Hall · 18 years ago
  24. eb9dbdd Shortened directory name for the framework subproject. by Richard S. Hall · 18 years ago[Renamed from org.apache.felix.framework/src/main/java/org/apache/felix/framework/util/ManifestParser.java]
  25. 0995c93 Modified manifest parser to ignore faulty bundle version metadata for by Richard S. Hall · 18 years ago
  26. 44a2aa7 Modified manifest parsing and import/export matching to support bundle by Richard S. Hall · 18 years ago
  27. ee159a7 Verifies that export package metadata does not include bundle symbolic name by Richard S. Hall · 18 years ago
  28. a2878c1 Moved manifest parsing out of Felix.java and into its own utility class. by Richard S. Hall · 18 years ago