1. cab4480 Fix issue FELIX-1319. by Clement Escoffier · 15 years ago
  2. 87eae09 Delegate toString() also. (FELIX-1293) by Richard S. Hall · 15 years ago
  3. e9ebf29 Allow retrieving the command lazily by Guillaume Nodet · 15 years ago
  4. 64723c5 Make things as lazy as possible by Guillaume Nodet · 15 years ago
  5. f9b2bf4 Fix ansi on windows by Guillaume Nodet · 15 years ago
  6. 35bb221 Add missing gogo bundles to windows dist by Guillaume Nodet · 15 years ago
  7. b8b9756 Fix expansion by Guillaume Nodet · 15 years ago
  8. e354850 * Remove "stupid" javadoc by Felix Meschberger · 15 years ago
  9. 0bdd3ff Fix the session input stream which should use the console input stream by Guillaume Nodet · 15 years ago
  10. e39e0a9 FELIX-1314 Split main "impl" package by moving classes to helper, manager, by Felix Meschberger · 15 years ago
  11. 9aaf7c4 FELIX-1313 import configuration admin package optionally and by Felix Meschberger · 15 years ago
  12. cf4a8cf FELIX-925 Add support for new activate/deactivate method signatures and by Felix Meschberger · 15 years ago
  13. dfe04ee Correctly restore terminal at shutdown by Guillaume Nodet · 15 years ago
  14. d6b571e FELIX-925 Provide the new ComponentConstants (deactivation reason codes) by Felix Meschberger · 15 years ago
  15. e626479 FELIX-1284 implementation of "modified" attribute support by Felix Meschberger · 15 years ago
  16. 7e345c5 FELIX-1284 unit tests for new "modified" attribute by Felix Meschberger · 15 years ago
  17. 077bac5 Switch from gshell to gogo by Guillaume Nodet · 15 years ago
  18. ecaeef2 Make sure to delegate all methods to the underlying print stream to avoid deadlocks (as the print stream classes are synchronized, but we only use a single instance for all threads) by Guillaume Nodet · 15 years ago
  19. e45d389 Remove some comments. (FELIX-1300) by Richard S. Hall · 15 years ago
  20. b6e42f7 Fix small evaluation problems in gogo by Guillaume Nodet · 15 years ago
  21. 2449375 Better formatting, fix special values (true, false, null), fix -bash, ... parsing by Guillaume Nodet · 15 years ago
  22. 5b5a6dc Implement workaround for Android to avoid setting parent class by Richard S. Hall · 15 years ago
  23. bfed6bd FELIX-1304: Better support for variables evaluation in arguments by Guillaume Nodet · 15 years ago
  24. 25b8200 Improve exception message. by Richard S. Hall · 15 years ago
  25. c20221f Fix issue FELIX-1302. The ignoreAnnotation argument was ignored. by Clement Escoffier · 15 years ago
  26. 90c8793 FELIX-1301 Limit FileInstall configuration information to one line in the output. Patch submitted by Sahoo by Filippo Diotalevi · 15 years ago
  27. f0a7883 Improve test for gogo commands by Guillaume Nodet · 15 years ago
  28. dc1e3ce Version should be 0.9.0-SNAPSHOT so the release version will be greater; by Richard S. Hall · 15 years ago
  29. 1044c62 Remove unneeded directory. by Richard S. Hall · 15 years ago
  30. d6b0443 Renamed modules to remove redundancy in directory names. by Richard S. Hall · 15 years ago
  31. 147f1ca Tried to update the launcher to use standard embedding and launching API. by Richard S. Hall · 15 years ago
  32. 4b01f4b Removed obsolete Felix properties. by Richard S. Hall · 15 years ago
  33. 9e5d17a Edited svn:ignore. by Richard S. Hall · 15 years ago
  34. aa85e41 Removing unneeded directories. by Richard S. Hall · 15 years ago
  35. f7c4ee6 Add support for exec'ing file permissions for native libraries. (FELIX-1297) by Richard S. Hall · 15 years ago
  36. 6d3e28b Add support for configurable native library extensions. (FELIX-1298) by Richard S. Hall · 15 years ago
  37. c056e1c Add commands, fix parser, remove DS dependency, remove equinox support by Guillaume Nodet · 15 years ago
  38. 5234d7b Removed support for legacy cache layout. (FELIX-1300) by Richard S. Hall · 15 years ago
  39. 2fcdfda FELIX-1265 The command refreshUrl does not work if the features.xml file is embedded in a Jar. Patch by Charles Moulliard by Filippo Diotalevi · 15 years ago
  40. 9627037 FELIX-1261: Install/uninstall features from web console by Gert Vanthienen · 15 years ago
  41. c80b73d Fix version number consistently by Clement Escoffier · 15 years ago
  42. 1708be5 FELIX-1296 : Fix handling of @PropertyOption for the @Property annotation. Applied modified patch from Victor Antonovich by Carsten Ziegeler · 15 years ago
  43. c7ac46b FELIX-1294 : Remove checked attribute from reference annotation. by Carsten Ziegeler · 15 years ago
  44. 67eeb70 Fix karaf wrt latest blueprint schema by Guillaume Nodet · 15 years ago
  45. 42695ed Optimization for StringMap. (FELIX-1293) by Richard S. Hall · 15 years ago
  46. 00f7a09 Fix StringMap so it handles changes to case sensitivity properly. (FELIX-1293) by Richard S. Hall · 15 years ago
  47. 9f747ef Make sure we return null for PackageAdmin.getBundle(Class) when by Richard S. Hall · 15 years ago
  48. 6ee51e3 Implement proper return type for Framework.waitForStop(). (FELIX-1291) by Richard S. Hall · 15 years ago
  49. 05b9a28 Improved system bundle update. (FELIX-33) by Richard S. Hall · 15 years ago
  50. 5315106 Added support for FrameworkUtil.getBundle(). (FELIX-1289) by Richard S. Hall · 15 years ago
  51. 352116c Rename module directories. by Richard S. Hall · 15 years ago
  52. 5eb2d4e FELIX-1266: maven build for gogo by Guillaume Nodet · 15 years ago
  53. 2851266 Implement system bundle update. (FELIX-33) by Richard S. Hall · 15 years ago
  54. d91073f Class loader used for boot delegation is now configurable, by Richard S. Hall · 15 years ago
  55. 30e8869 Forgot to implement the declared constructor action. (FELIX-1286) by Richard S. Hall · 15 years ago
  56. 042cfed Invalidate and null system bundle context after shutdown. (FELIX-1288) by Richard S. Hall · 15 years ago
  57. b31dbce Still need to stop system bundle if it is starting. (FELIX-749) by Richard S. Hall · 15 years ago
  58. 20b93bb SecureAction was not caching the correct context; make sure we exclude by Richard S. Hall · 15 years ago
  59. 6b3b8c9 Use secure action to create module class loader. (FELIX-1286) by Richard S. Hall · 15 years ago
  60. 915291e Use bundle lock for system bundle operations instead of the "this" by Richard S. Hall · 15 years ago
  61. bc7ebd1 Minor cosmetic fixes. by Clement Escoffier · 15 years ago
  62. 317d2dc Commit of the iPOJO Webconsole plugin by Clement Escoffier · 15 years ago
  63. b77d3aa PackageAdmin.getExportedPackages() should return null and not an empty by Richard S. Hall · 15 years ago
  64. b4bc691 FELIX-1211 Lazily look up the getResource method otherwise the methods by Felix Meschberger · 15 years ago
  65. 637c0d3 FELIX-1283 Order titles in navigation ignoring case by Felix Meschberger · 15 years ago
  66. b16615b FELIX-1282 Do not export SCR API and only include Import/Export-Package parser by Felix Meschberger · 15 years ago
  67. f0a9e56 FELIX-1211 Testcases for getGetResourceMethod by Felix Meschberger · 15 years ago
  68. 144f12f FELIX-1211 JavaDoc on the getResourceProvider method by Felix Meschberger · 15 years ago
  69. 5a9a81d FELIX-1043 Only have the abstract web console plugin handle the request by Felix Meschberger · 15 years ago
  70. 6bf5768 FELIX-1211 Add support for plugins to provide a getResource method by Felix Meschberger · 15 years ago
  71. 60ec8df FELIX-1281 Adding official constants for the request attributes by Felix Meschberger · 15 years ago
  72. 9c71d9a FELIX-1043 Adding WebConsolePluginAdapter used as a wrapper around by Felix Meschberger · 15 years ago
  73. 1b7225c Add the bundleAsiPOJO tinybundles extension to the iPOJO Tests by Clement Escoffier · 15 years ago
  74. d041568 Use the latest Felix (1.8.1) by Clement Escoffier · 15 years ago
  75. 89551ff Properly monitor timeout on ThreadGate for Framework.waitForStop(). (FELIX-1279) by Richard S. Hall · 15 years ago
  76. e8db3e6 Update to latest blueprint api by Guillaume Nodet · 15 years ago
  77. ce8d3ec Rolled back the changes where LDAP evaluations made the constructor by Richard S. Hall · 15 years ago
  78. c810e8c Simplified support for the ENDMATCH service event to avoid GC issues. by Richard S. Hall · 15 years ago
  79. a12a867 Load javascript only once. by Carsten Ziegeler · 15 years ago
  80. fd140e4 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 15 years ago
  81. 4188acc [maven-release-plugin] prepare release org.apache.felix.http.jetty-1.0.1 by Richard S. Hall · 15 years ago
  82. 49aa450 Fix some missing space in the license headers. by Clement Escoffier · 15 years ago
  83. 7ce59bd Fix some missing space in the license headers. by Clement Escoffier · 15 years ago
  84. a6125d3 Update to the new parent pom. by Richard S. Hall · 15 years ago
  85. f82d59b Update change log. by Richard S. Hall · 15 years ago
  86. b995c7f Return null for non-existent resources from Bundle.getResources(). (FELIX-1273) by Richard S. Hall · 15 years ago
  87. 84002f5 Special case getResource()/getResources()/loadClass() for fragments. by Richard S. Hall · 15 years ago
  88. c04ab77 Must return a case-insensitive header map. (FELIX-1271) by Richard S. Hall · 15 years ago
  89. dccacf6 Improve manifest localization by dealing with some special cases. (FELIX-1271) by Richard S. Hall · 15 years ago
  90. 2787487 Changed comment. by Richard S. Hall · 15 years ago
  91. b959c72 Update change log for version 1.2.0. by Richard S. Hall · 15 years ago
  92. a13baf2 Use latest parent pom and update notice file. by Carsten Ziegeler · 15 years ago
  93. b2731a4 FELIX-667 : Add obr descriptor file provided by Clement Escoffier by Carsten Ziegeler · 15 years ago
  94. e5d6665 FELIX-1268: Reformat code according to felix conventions by Guillaume Nodet · 15 years ago
  95. 77c7696 FELIX-1267: Rename gogo package from aQute.* to org.apache.felix.gogo.* by Guillaume Nodet · 15 years ago
  96. 2dc205f FELIX-1266: Provide a maven build for gogo by Guillaume Nodet · 15 years ago
  97. 283b83c [maven-release-plugin] prepare for next development iteration by Karl Pauls · 15 years ago
  98. 2b55707 [maven-release-plugin] prepare release org.apache.felix.fileinstall-1.2.0 by Karl Pauls · 15 years ago
  99. cd099af Applied patch (FELIX-1241) to log a message when a bundle is started. by Richard S. Hall · 15 years ago
  100. 4d9d13e FELIX-946: Apply Derek Baum patch on gogo by Guillaume Nodet · 15 years ago