1. 78ed6d5 Applied some changes suggested by Felix Meschberger to fix a bug that by Richard S. Hall · 17 years ago
  2. 3ec1284 Modified require-bundle dependency resolution/wiring to obey ordering by Richard S. Hall · 17 years ago
  3. 6e5ad4a Applied patch (FELIX-244) to allow external handlers to participate in by Richard S. Hall · 17 years ago
  4. 9efee5a Applied patch (FELIX-221) to improve handling of paths with spaces in by Richard S. Hall · 17 years ago
  5. bd52d95 Added support for "private" and "reexport" require-bundle dependencies. by Richard S. Hall · 17 years ago
  6. 04f0530 Applied patch (FELIX-220) to allow callbacks to be private/protected and by Richard S. Hall · 17 years ago
  7. 9d428f7 The changed made to the consistency/constraint checking portion of the by Richard S. Hall · 17 years ago
  8. 3683d4c OSGi R4.1 adds a new Bundle.getBundleContext() method, which I needed by Richard S. Hall · 17 years ago
  9. 0d76235 Updates to Felix Commons subproject: by Michael E. Rodriguez · 17 years ago
  10. 9d6aa60 Adding antlr, commons-collections, and jzlib to Felix Commons: by Michael E. Rodriguez · 17 years ago
  11. eb428f1 OSGi R4.1 is now more explicit stating that require-bundle package by Richard S. Hall · 17 years ago
  12. 7fe0f30 Fixing typo carried over from JIRA issue. by Michael E. Rodriguez · 17 years ago
  13. 2f20c1e Updates to Felix Commons subproject: by Michael E. Rodriguez · 17 years ago
  14. 7c72d6b Updates to Felix Commons subproject: by Michael E. Rodriguez · 17 years ago
  15. 201235d Set svn eol-style property to native, fixing issue on last commit, rev 510316. by Michael E. Rodriguez · 17 years ago
  16. 42fbb1d Added parent POM to the Felix Commons subproject. by Michael E. Rodriguez · 17 years ago
  17. e3eb16e Added standard set of svn ignore properties to new folders in Felix Commons. by Michael E. Rodriguez · 17 years ago
  18. 66c787c Created folders for wrapping POMs in the Felix Commons subproject. by Michael E. Rodriguez · 17 years ago
  19. 61e4a8e Applied patch (FELIX-215) to fix some build problems. by Richard S. Hall · 17 years ago
  20. a897e0e Trying to fix some build issues that resulted from the new pom file. by Richard S. Hall · 17 years ago
  21. 54d0e5e Remove support for trusted CAs from the main for now (will be reintroduced as extension bundles soon) FELIX-22. by Karl Pauls · 17 years ago
  22. 49400ec Implement the extension:=framework part of extension bundles minus the automatic framework restart (FELIX-30). by Karl Pauls · 17 years ago
  23. 9647e84 Add a way to get the cached bundle location for a bundle and remove support for signed bundles from the core (will be reintroduced as an extension bundle soon) FELIX-22. by Karl Pauls · 17 years ago
  24. 4dae46d Add a couple of utility methods to secure action. by Karl Pauls · 17 years ago
  25. ab5df26 Add a name for our system bundle and a felix specific extension bundle header (FELIX-30). by Karl Pauls · 17 years ago
  26. 210a214 Add support for extension bundle detection and verification to the manifest parser (FELIX-30). by Karl Pauls · 17 years ago
  27. 1ca96a9 Applied patch (FELIX-198) to create a pom file that separates the by Richard S. Hall · 17 years ago
  28. dfa52ba Applied patch (FELIX-214) to fix a bug that was not updating the by Richard S. Hall · 17 years ago
  29. 21cfb56 Modified the framework's handling of "removal pending" packages that by Richard S. Hall · 17 years ago
  30. 6d77d2a Applied patch (FELIX-202) to resolve a synchronization bug. by Richard S. Hall · 17 years ago
  31. 38b2b03 Fixed a bug that was not properly normalizing the processor type because by Richard S. Hall · 17 years ago
  32. 2bddf8c Applied patch (FELIX-200) to add support for XML property configuration by Richard S. Hall · 17 years ago
  33. 5e73bd4 Applied patch (FELIX-201) to add support for Java 1.6.0 to the main by Richard S. Hall · 17 years ago
  34. cd4548c Performed some refactoring, eliminated duplicates when calculating by Richard S. Hall · 17 years ago
  35. 3975bb4 Removed some debug information. by Richard S. Hall · 17 years ago
  36. 672bd7f Modified generic resolver algorithm to verify constraint violations for by Richard S. Hall · 17 years ago
  37. 441cc66 Modified a few minor areas that were impacted by changes to the resolver by Richard S. Hall · 17 years ago
  38. 0fb8120 Implement new wire type for bundle dependencies. (FELIX-28) by Richard S. Hall · 17 years ago
  39. 7baf7b8 Modified manifest parser to creating capabilities and requirements for by Richard S. Hall · 17 years ago
  40. 10fd664 Modified utility method to get satisfying capability so that it could by Richard S. Hall · 17 years ago
  41. cec080b Changed how the system packages property is calculated to make it a by Richard S. Hall · 17 years ago
  42. 80ca00c Add a missing null check if security is enabled. by Karl Pauls · 17 years ago
  43. 352a033 When checking for exported packages, it is necessary to filter out by Richard S. Hall · 17 years ago
  44. ad76efe Applied patch (FELIX-32) to implement getAllServiceReferences() method. by Richard S. Hall · 17 years ago
  45. 9c44348 Add location: context to created codesource URL's to avoid Exceptions. by Karl Pauls · 17 years ago
  46. 4e4a847 Fixed bug in R3 verification that was causing erroneous warning messages. by Richard S. Hall · 17 years ago
  47. 79da9fe The classes are no longer needed. by Richard S. Hall · 17 years ago
  48. 9955e90 Applied patch (FELIX-23) to add support for execution environment by Richard S. Hall · 17 years ago
  49. e62caf5 Fixed another issue with the dynamic import optimization patch. by Richard S. Hall · 17 years ago
  50. ae478dc Slight modification to the dynamic import optimization patch to make it by Richard S. Hall · 17 years ago
  51. f8953fd Optimized dynamic importing to ignore non-matching packages, since by Richard S. Hall · 17 years ago
  52. 1020e14 Updated pom to use latest BND version. (FELIX-191) by Richard S. Hall · 18 years ago
  53. ad742d0 Applied patch (FELIX-197) to add imports to a bundle that are required by Richard S. Hall · 18 years ago
  54. 6b9385a Applied patch (FELIX-196) to throw an exception when a configuration is by Richard S. Hall · 18 years ago
  55. cbe3c0e Created a folder for the Felix Commons subproject. by Michael E. Rodriguez · 18 years ago
  56. b377b1d Removed eager resolving of classes when loading classes from the module, by Richard S. Hall · 18 years ago
  57. f876e36 Correct spelling error in manifest header (Felix-195). by Karl Pauls · 18 years ago
  58. a411ebb Applied patch (FELIX-193) to enable iPOJO to manage more component field types. by Richard S. Hall · 18 years ago
  59. 6351d27 Applied patch (FELIX-192) to fix several small bugs in iPOJO core. by Richard S. Hall · 18 years ago
  60. b270ffb Applied patch (FELIX-194) to enable arch to display instance name. by Richard S. Hall · 18 years ago
  61. 9a96b15 Create a protection domain for a bundle whether a SecurityManager is present or not. by Karl Pauls · 18 years ago
  62. 6641e25 Improve normalization for native library matching (FELIX-26). by Karl Pauls · 18 years ago
  63. bf12bf7 Modified aspects of the core framework that were impacted by the switch by Richard S. Hall · 18 years ago
  64. c2d4ee1 Removed and/or modified some utility methods as a result of changes to by Richard S. Hall · 18 years ago
  65. 99a8b86 Modified R4 search policy to use capabilities and requirements. This by Richard S. Hall · 18 years ago
  66. 862eca1 Modified manifest parser to use requirements and capabilities (FELIX-28). by Richard S. Hall · 18 years ago
  67. f54cd13 Added a static member to hold an infinite version range. by Richard S. Hall · 18 years ago
  68. ff16368 Updated underlying module loader abstraction to use requirements and by Richard S. Hall · 18 years ago
  69. 9360742 After the module loader layer was re-engineered, the check to determine by Richard S. Hall · 18 years ago
  70. 71906bb Added iPOJO projects back into the POM file...I don't remember why they by Richard S. Hall · 18 years ago
  71. b06511e Removed an unnecessary cast. by Richard S. Hall · 18 years ago
  72. 05fd75e Applied patch (FELIX-27) to add support for bundle header localization. by Richard S. Hall · 18 years ago
  73. 25ba931 Modifications to mangen to work with recent Felix changes to manifest reading classes. by Rob Walker · 18 years ago
  74. de6eb1f Applied patch (FELIX-190) to enable the display of additional by Richard S. Hall · 18 years ago
  75. d91694e Clean up some unused imports. by Richard S. Hall · 18 years ago
  76. 860ee30 Now creating capability for symbolic name and requirements for by Richard S. Hall · 18 years ago
  77. 4151e90 Modified manifest parser to generate generic capabilities and by Richard S. Hall · 18 years ago
  78. 3ec400c Removed mangen until compilation issue is resolved. by Richard S. Hall · 18 years ago
  79. 72a7824 Manifest parsing-related classes have moved, so these files had to be by Richard S. Hall · 18 years ago
  80. f2be196 Updated version numbers to 0.9.0-incubator-SNAPSHOT. by Richard S. Hall · 18 years ago
  81. ad2f3c9 Updated default version numbers and repositories. by Richard S. Hall · 18 years ago
  82. 11af3c6 Updated version to 0.9.0-incubator-SNAPSHOT. by Richard S. Hall · 18 years ago
  83. d211875 Updated the parent POM version to be the latest development build by Richard S. Hall · 18 years ago
  84. cbe5f43 Modify launcher to cope with '-incubator-' new bundle naming scheme. by Stephane Frenot · 18 years ago
  85. 0afc763 FELIX-144 by Stephane Frenot · 18 years ago
  86. 9b07e49 Some initial ground work for creating a generic resolver as the first by Richard S. Hall · 18 years ago
  87. c158495 Applied patch (FELIX-185) to add support for explicitly specifying a by Richard S. Hall · 18 years ago
  88. 1def155 Eliminated an unused import. by Richard S. Hall · 18 years ago
  89. 7860542 Some reorganization to get more manifest parsing functionality grouped by Richard S. Hall · 18 years ago
  90. d2148da Final portion of patch (FELIX-184). by Richard S. Hall · 18 years ago
  91. 5e68bdb Trying to delete file to resolve md5 mismatch. by Richard S. Hall · 18 years ago
  92. f5931c1 Applied patch (FELIX-184) to restructure iPOJO and add some new features. by Richard S. Hall · 18 years ago
  93. 1f1e2ef The shell bundle had the wrong bundle symbolic name, should be the by Richard S. Hall · 18 years ago
  94. d8c3d20 Modified logger so that log level is obeyed whether a log service is by Richard S. Hall · 18 years ago
  95. a5158a2 Minor reorganization of manifest parsing. by Richard S. Hall · 18 years ago
  96. f069487 Moved LICENSE and NOTICE files to META-INF. by Richard S. Hall · 18 years ago
  97. aec4231 Added OSGi copyright to NOTICE file. by Richard S. Hall · 18 years ago
  98. ba86eef Fixed a bug in the bundle plugin that was using a relative directory to by Richard S. Hall · 18 years ago
  99. 016f537 Slightly improved version of previous version number conversion patch, by Richard S. Hall · 18 years ago
  100. 5aa58c6 Modifies Felix' internal logger to track and use available log services by Richard S. Hall · 18 years ago