1. 0e19f7d making project compile by Alex Karasulu · 18 years ago
  2. 7d0a366 cleaning up old classes from copied project by Alex Karasulu · 18 years ago
  3. 1b36805 preparing service binder example by Alex Karasulu · 18 years ago
  4. e2412e3 finishing up spell checkclient by Alex Karasulu · 18 years ago
  5. d088cfb setup for the spell check client example by Alex Karasulu · 18 years ago
  6. e4def9f got the fifth example working by Alex Karasulu · 18 years ago
  7. 87fce66 preparing for the next example by Alex Karasulu · 18 years ago
  8. 292491f rename packages by Alex Karasulu · 18 years ago
  9. 969e4f8 initial commit of spell check service example from tutorial by Alex Karasulu · 18 years ago
  10. fc4f323 finishing up the dynamic dictionary client example by Alex Karasulu · 18 years ago
  11. c137721 deleting old dictclient foldder by Alex Karasulu · 18 years ago
  12. 0e678d6 adding forth example labeled example 3 by Alex Karasulu · 18 years ago
  13. af4ffa1 adding the third example by Alex Karasulu · 18 years ago
  14. 00ab802 checking in second example in tutorial using the maven-osgi-plugin by Alex Karasulu · 18 years ago
  15. 103c925 formating by Alex Karasulu · 18 years ago
  16. 7760dda adding first example of tutorial using the new maven-osgi-plugin by Alex Karasulu · 18 years ago
  17. 28b89b6 updated tui to use the maven osgi plugin instead of using the jar plugin with manifest splicing by Alex Karasulu · 18 years ago
  18. bfd9996 changes ... by Alex Karasulu · 18 years ago
  19. 7b96c49 this is for richard ;) by Alex Karasulu · 18 years ago
  20. c15532e getting main to explode out a directory mimicing the felix installer generated configuration for rapid testing by Alex Karasulu · 18 years ago
  21. 86d2060 adding shortcuts items and making it so an /etc/init.d/felix script is not installed ... installer then does not need to be root by Alex Karasulu · 18 years ago
  22. 0d905c9 Modified Main to look for config.properties in the conf/ directory, which by Richard S. Hall · 18 years ago
  23. 0fbca63 Just some formatting changes to try to flush a subclipse issue I am having. by Richard S. Hall · 18 years ago
  24. 6012842 These are not needed for the maven build process. by Richard S. Hall · 18 years ago
  25. 07d2049 merging mavenized branch changes from revision 382466 to the current head by Alex Karasulu · 18 years ago
  26. 7543d9b Fixed a copy-and-paste bug that was pointed out by Herko ter Horst. by Richard S. Hall · 18 years ago
  27. 9a3e985 Fixed a bug in installing bundles where the input stream was being by Richard S. Hall · 18 years ago
  28. e115ff0 no reason to keep the proposal in versioned areas ... top of project is just fine by Alex Karasulu · 18 years ago
  29. 1789715 Further loosened the locking around Felix.setFrameworkStartLevel() to avoid by Richard S. Hall · 18 years ago
  30. 1c6d904 Fixed a typo...added a '!' to the check for File.exists(). by Richard S. Hall · 18 years ago
  31. fb17392 These modifications where also needed for the updated bundle cache for by Richard S. Hall · 18 years ago
  32. 7c9da3d Modified the Felix bundle cache to support installing bundles by referenced by Richard S. Hall · 18 years ago
  33. 9d89d6c Added some new secure methods to the secure action class and renamed one by Richard S. Hall · 18 years ago
  34. d556011 Fixed an array indexing problem that could lead to a null pointer exception. by Richard S. Hall · 18 years ago
  35. 3543ca1 Clean up some code to make it more sensible. by Richard S. Hall · 18 years ago
  36. e84ee67 Removed some debugging printlns. by Richard S. Hall · 18 years ago
  37. b72001a Added code to check for duplicate imports/exports. This was mainly to aid by Richard S. Hall · 18 years ago
  38. de23d8a Added Export-Service manifest header to the system bundle. by Richard S. Hall · 18 years ago
  39. fb5221e Just changed some comments to make them easier to find. by Richard S. Hall · 18 years ago
  40. 3c26cc0 Modifed the locking behavior of setFrameworkStartLevel() to acquire all by Richard S. Hall · 18 years ago
  41. 441c715 Modified Felix.setFrameworkStartLevel() to lock on the installed bundle by Richard S. Hall · 18 years ago
  42. e51f214 Added symbolic name to system bundle headers. by Richard S. Hall · 18 years ago
  43. 939c9c5 Initialize version to "0.0.0", since it is the default value. by Richard S. Hall · 18 years ago
  44. f135948 Some class loading related functionality was done incorrectly during the by Richard S. Hall · 18 years ago
  45. e09eee0 Fixed a bug that was incorrectly calculating the the system bundle export by Richard S. Hall · 18 years ago
  46. 6b5f96c Fixed a bug where the bundle activator could only be loaded from the bundle by Richard S. Hall · 18 years ago
  47. 51062a6 Simple changes to the shell TUI bundle manifest. by Richard S. Hall · 18 years ago
  48. 2d042e3 Simple changes to shell manifest file. by Richard S. Hall · 18 years ago
  49. 88e0ae6 Fixed small bug in the getExportedPackages(). by Richard S. Hall · 18 years ago
  50. d7eb04a A small patch from Marcel Offermans to avoid an NPE. by Richard S. Hall · 18 years ago
  51. afc52d4 Added PackageAdminImpl.getExportedPackages() implementation based on a by Richard S. Hall · 18 years ago
  52. 623447e Update shell service manifest. by Richard S. Hall · 18 years ago
  53. 7164494 Moving around some packages and renaming some bundles to match their by Richard S. Hall · 18 years ago
  54. 49e57a7 Modified ContentDirectoryContent.getEntryPaths() to return entry paths by Richard S. Hall · 18 years ago
  55. 3f0d743 Implemented initial support for embedded directories on the Bundle-ClassPath. by Richard S. Hall · 18 years ago
  56. a336c6c Changed some poor choices for variable naming. by Richard S. Hall · 18 years ago
  57. e612fee Embedded JAR files are now cached with their full path information to by Richard S. Hall · 18 years ago
  58. 13a6ef4 Modified getEntryPaths() to only display the contents of the specified by Richard S. Hall · 18 years ago
  59. 5d7a94a Added proper security check for Bundle.getEntry()/getEntryPath()/getResource(). by Richard S. Hall · 18 years ago
  60. 4f09b64 Initial implementation of Bundle.getEntryPaths(). by Richard S. Hall · 18 years ago
  61. a81b688 Modified to return a URL representing the "root" of the bundle JAR file by Richard S. Hall · 18 years ago
  62. bcbf83e Implemented Bundle.getEntry() for accessing the raw bundle JAR file; this by Richard S. Hall · 18 years ago
  63. cef1f01 Modified the R4 search policy to search the bundle's class path for by Richard S. Hall · 18 years ago
  64. 001cc30 Fixed a bug in getBundleResource() where it was only searching the local by Richard S. Hall · 18 years ago
  65. 29a4fbc Merged sandbox/rickhall/framework-branch changes r370894:374616 into trunk. by Richard S. Hall · 18 years ago
  66. db3f993 Added comment. by Richard S. Hall · 18 years ago
  67. 3f5675b Changed property name for setting base URL for the shell. by Richard S. Hall · 18 years ago
  68. d1e3cbd Fixed some formatting issues. by Richard S. Hall · 18 years ago
  69. c762b69 Fixed an ambiguous method call under JDK 5. by Richard S. Hall · 18 years ago
  70. 652570e Fixed a memory leak in the bundle cache implementation that was not by Richard S. Hall · 18 years ago
  71. db81b14 Fixed a bug in my last patch...I was forgetting to remove the bundle by Richard S. Hall · 19 years ago
  72. 2cf44c9 Just realized I didn't like one aspect of the style. :-) by Richard S. Hall · 19 years ago
  73. 6573096 Added Bundle.hasPermission() patch from Karl Pauls. by Richard S. Hall · 19 years ago
  74. 871e885 Added some patches suggested by Karl Pauls to fix a specification compliance by Richard S. Hall · 19 years ago
  75. b88836c Modified getBundle() to return null if the service is unregistered. by Richard S. Hall · 19 years ago
  76. 292f204 Fixed a logic bug found by Karl Pauls. by Richard S. Hall · 19 years ago
  77. 69d8479 Integrated changes for Bundle.getSymbolicName() and Bundle.getLastModified(). by Richard S. Hall · 19 years ago
  78. ecd0f05 Modified approximate string comparison to be case insensitive. by Richard S. Hall · 19 years ago
  79. 5864c9a These directories do not conform to the newly defined repository structure. by Richard S. Hall · 19 years ago
  80. 9ab15c3 More modifications to framework subproject to conform to new repo structure. by Richard S. Hall · 19 years ago
  81. c0b7324 Modifying framework portion of repository to conform to the new repository by Richard S. Hall · 19 years ago
  82. 919b507 by Timothy Bennett · 19 years ago
  83. 118050d Initial commit of a maven2 OSGi archetype tool. by Timothy Bennett · 19 years ago
  84. 615bccb Removed file/folder by Timothy Bennett · 19 years ago
  85. cf4e5fb by Timothy Bennett · 19 years ago
  86. d8af66f Added code contributed by BJ Hargrave to begin a Servlet 2.1 API bundle (FELIX-40). by Michael E. Rodriguez · 19 years ago
  87. a66d1df Added some doPrivileged() blocks to URL Handlers. The new SecureAction class by Richard S. Hall · 19 years ago
  88. ea41575 Changed configuration property resolver variable name to make it more by Richard S. Hall · 19 years ago
  89. 7c66ba1 Implemented caching for URL stream handlers, even though it is not strictly by Richard S. Hall · 19 years ago
  90. 77baa83 URLHandlers now searches a default package as well as an optional list of by Richard S. Hall · 19 years ago
  91. 624f801 Fixed a comment error (throw ==> fire). by Richard S. Hall · 19 years ago
  92. 74b9797 Implementation of Bundle.loadClass() from OSGi R4. by Richard S. Hall · 19 years ago
  93. ea0662a Modified findClassBeforeModule() to throw an exception with a more by Richard S. Hall · 19 years ago
  94. 5d22673 Added two new methods, one determine if a class is loaded from a particular by Richard S. Hall · 19 years ago
  95. e2205a9 Added a method to the system bundle activator to provide access to the by Richard S. Hall · 19 years ago
  96. 670755f Modified the bundle resource URL creation method to use the handlers from by Richard S. Hall · 19 years ago
  97. 95ae48c Added a simple method to compare the module class loader's module manager by Richard S. Hall · 19 years ago
  98. fc9fb9d These classes are no longer needed since their functionality has been by Richard S. Hall · 19 years ago
  99. 515592e These classes make up the core of the new URL Handlers service implementation. by Richard S. Hall · 19 years ago
  100. 989b7b2 Moved security manager inner class to its own class file in the util package. by Richard S. Hall · 19 years ago