1. 623447e Update shell service manifest. by Richard S. Hall · 19 years ago
  2. 7164494 Moving around some packages and renaming some bundles to match their by Richard S. Hall · 19 years ago
  3. 49e57a7 Modified ContentDirectoryContent.getEntryPaths() to return entry paths by Richard S. Hall · 19 years ago
  4. 3f0d743 Implemented initial support for embedded directories on the Bundle-ClassPath. by Richard S. Hall · 19 years ago
  5. a336c6c Changed some poor choices for variable naming. by Richard S. Hall · 19 years ago
  6. e612fee Embedded JAR files are now cached with their full path information to by Richard S. Hall · 19 years ago
  7. 13a6ef4 Modified getEntryPaths() to only display the contents of the specified by Richard S. Hall · 19 years ago
  8. 5d7a94a Added proper security check for Bundle.getEntry()/getEntryPath()/getResource(). by Richard S. Hall · 19 years ago
  9. 4f09b64 Initial implementation of Bundle.getEntryPaths(). by Richard S. Hall · 19 years ago
  10. a81b688 Modified to return a URL representing the "root" of the bundle JAR file by Richard S. Hall · 19 years ago
  11. bcbf83e Implemented Bundle.getEntry() for accessing the raw bundle JAR file; this by Richard S. Hall · 19 years ago
  12. cef1f01 Modified the R4 search policy to search the bundle's class path for by Richard S. Hall · 19 years ago
  13. 001cc30 Fixed a bug in getBundleResource() where it was only searching the local by Richard S. Hall · 19 years ago
  14. 29a4fbc Merged sandbox/rickhall/framework-branch changes r370894:374616 into trunk. by Richard S. Hall · 19 years ago
  15. db3f993 Added comment. by Richard S. Hall · 19 years ago
  16. 3f5675b Changed property name for setting base URL for the shell. by Richard S. Hall · 19 years ago
  17. d1e3cbd Fixed some formatting issues. by Richard S. Hall · 19 years ago
  18. c762b69 Fixed an ambiguous method call under JDK 5. by Richard S. Hall · 19 years ago
  19. 652570e Fixed a memory leak in the bundle cache implementation that was not by Richard S. Hall · 19 years ago
  20. db81b14 Fixed a bug in my last patch...I was forgetting to remove the bundle by Richard S. Hall · 19 years ago
  21. 2cf44c9 Just realized I didn't like one aspect of the style. :-) by Richard S. Hall · 19 years ago
  22. 6573096 Added Bundle.hasPermission() patch from Karl Pauls. by Richard S. Hall · 19 years ago
  23. 871e885 Added some patches suggested by Karl Pauls to fix a specification compliance by Richard S. Hall · 19 years ago
  24. b88836c Modified getBundle() to return null if the service is unregistered. by Richard S. Hall · 19 years ago
  25. 292f204 Fixed a logic bug found by Karl Pauls. by Richard S. Hall · 19 years ago
  26. 69d8479 Integrated changes for Bundle.getSymbolicName() and Bundle.getLastModified(). by Richard S. Hall · 19 years ago
  27. ecd0f05 Modified approximate string comparison to be case insensitive. by Richard S. Hall · 19 years ago
  28. 5864c9a These directories do not conform to the newly defined repository structure. by Richard S. Hall · 19 years ago
  29. 9ab15c3 More modifications to framework subproject to conform to new repo structure. by Richard S. Hall · 19 years ago
  30. c0b7324 Modifying framework portion of repository to conform to the new repository by Richard S. Hall · 19 years ago
  31. 919b507 by Timothy Bennett · 19 years ago
  32. 118050d Initial commit of a maven2 OSGi archetype tool. by Timothy Bennett · 19 years ago
  33. 615bccb Removed file/folder by Timothy Bennett · 19 years ago
  34. cf4e5fb by Timothy Bennett · 19 years ago
  35. d8af66f Added code contributed by BJ Hargrave to begin a Servlet 2.1 API bundle (FELIX-40). by Michael E. Rodriguez · 19 years ago
  36. a66d1df Added some doPrivileged() blocks to URL Handlers. The new SecureAction class by Richard S. Hall · 19 years ago
  37. ea41575 Changed configuration property resolver variable name to make it more by Richard S. Hall · 19 years ago
  38. 7c66ba1 Implemented caching for URL stream handlers, even though it is not strictly by Richard S. Hall · 19 years ago
  39. 77baa83 URLHandlers now searches a default package as well as an optional list of by Richard S. Hall · 19 years ago
  40. 624f801 Fixed a comment error (throw ==> fire). by Richard S. Hall · 19 years ago
  41. 74b9797 Implementation of Bundle.loadClass() from OSGi R4. by Richard S. Hall · 19 years ago
  42. ea0662a Modified findClassBeforeModule() to throw an exception with a more by Richard S. Hall · 19 years ago
  43. 5d22673 Added two new methods, one determine if a class is loaded from a particular by Richard S. Hall · 19 years ago
  44. e2205a9 Added a method to the system bundle activator to provide access to the by Richard S. Hall · 19 years ago
  45. 670755f Modified the bundle resource URL creation method to use the handlers from by Richard S. Hall · 19 years ago
  46. 95ae48c Added a simple method to compare the module class loader's module manager by Richard S. Hall · 19 years ago
  47. fc9fb9d These classes are no longer needed since their functionality has been by Richard S. Hall · 19 years ago
  48. 515592e These classes make up the core of the new URL Handlers service implementation. by Richard S. Hall · 19 years ago
  49. 989b7b2 Moved security manager inner class to its own class file in the util package. by Richard S. Hall · 19 years ago
  50. f1a466e Changed build file to include URL Handlers service classes. by Richard S. Hall · 19 years ago
  51. db81605 Simple extension to security manager to make getClassContext() method public; by Richard S. Hall · 19 years ago
  52. 251cc66 Added constant for property name to disable URL Handlers service. by Richard S. Hall · 19 years ago
  53. a58af38 o Added new folder. o Added initial SVN ignores. by Michael E. Rodriguez · 19 years ago
  54. 8ad220b Folder rename. by Michael E. Rodriguez · 19 years ago
  55. f79e8a1 Initial directories for felix-product-plugin. by Michael E. Rodriguez · 19 years ago
  56. 991a8a8 Updates to the Felix M2 Plugin: by Michael E. Rodriguez · 19 years ago
  57. f5ef2c5 Updated groupId in components.xml to match pom.xml groupId. by Michael E. Rodriguez · 19 years ago
  58. cc926d6 Updated groupId. by Michael E. Rodriguez · 19 years ago
  59. 634d1a3 Updates to the Felix M2 Plugin: by Michael E. Rodriguez · 19 years ago
  60. dfbf4d3 Modifications to support/implement Filter.matchCase() from the R4 spec; by Richard S. Hall · 19 years ago
  61. 60dbcb1 Modified system bundle's exported framework API version number. by Richard S. Hall · 19 years ago
  62. 6802846 Modified the version number to something more appropriate for Felix. by Richard S. Hall · 19 years ago
  63. e34df09 Fix a bug in populateImportGraph() that would infinite loop in by Richard S. Hall · 19 years ago
  64. 2b28c3d Updating pom to m2 beta-1 by Carsten Ziegeler · 19 years ago
  65. 53d34b8 Modified class loader to always define Packages for all loaded classes. by Richard S. Hall · 19 years ago
  66. 99ff099 Bump plugin version to 0.1.2; by Timothy Bennett · 19 years ago
  67. a5ff217 Added support Export-Service by Timothy Bennett · 19 years ago
  68. 6f4eb87 Added support for Bundle-SymbolicName by Timothy Bennett · 19 years ago
  69. a4dbeea Added auto population of Bundle-Version manifest entry. by Timothy Bennett · 19 years ago
  70. 3a8cb09 Renamed remotely by Timothy Bennett · 19 years ago
  71. efb395f Renamed remotely by Timothy Bennett · 19 years ago
  72. 6504835 Created folder remotely by Timothy Bennett · 19 years ago
  73. f25d2ff Created folder remotely by Timothy Bennett · 19 years ago
  74. c3be4fc Moved remotely by Timothy Bennett · 19 years ago
  75. 39b6c00 Removed svn:ignore since the framework source was moved to framework directory. by Richard S. Hall · 19 years ago
  76. 214b72e Edited svn:ignore to ignore build artifacts. by Richard S. Hall · 19 years ago
  77. ca5a5cc Updated the Apache license for the two maven-osgi-plugin source files. by Timothy Bennett · 19 years ago
  78. 3f0cb48 How-to document for the maven-osgi-plugin. by Timothy Bennett · 19 years ago
  79. ff51f4f by Timothy Bennett · 19 years ago
  80. a7d67fe by Timothy Bennett · 19 years ago
  81. dfd442c Renamed remotely by Timothy Bennett · 19 years ago
  82. 08b3a1e Removed file/folder by Timothy Bennett · 19 years ago
  83. eee8fed by Timothy Bennett · 19 years ago
  84. 0d96949 Removed file/folder by Timothy Bennett · 19 years ago
  85. e932ff2 by Timothy Bennett · 19 years ago
  86. f557071 by Timothy Bennett · 19 years ago
  87. 7af9f63 Moved remotely by Timothy Bennett · 19 years ago
  88. c74644c Moved remotely by Timothy Bennett · 19 years ago
  89. bd22ba9 Moved remotely by Timothy Bennett · 19 years ago
  90. c4267e7 Moved remotely by Timothy Bennett · 19 years ago
  91. 73d29af by Timothy Bennett · 19 years ago
  92. cd1531e by Timothy Bennett · 19 years ago
  93. 5a03159 Renamed packages to the new package structure and update source code to match. by Richard S. Hall · 19 years ago
  94. 01946f8 Moving oscar to felix at request of Alex Karasulu. by Leo Simons · 19 years ago
  95. 5469f97 Added .classpath to svn:ignore. by Richard S. Hall · 19 years ago
  96. f2cf03f Edited svn:ignore to include some build-related artifacts. by Richard S. Hall · 19 years ago
  97. 930fecc Initial source commit. by Richard S. Hall · 19 years ago
  98. ea211be Added 1 sponsoring member. by Michael E. Rodriguez · 19 years ago
  99. a53a5f8 Added 3 supporters. by Michael E. Rodriguez · 19 years ago
  100. cca2e35 Added 3 supporters. by Michael E. Rodriguez · 19 years ago