1. e8f2446 Remove two harmless exceptions at startup time by Guillaume Nodet · 15 years ago
  2. 976b23b [karaf] fix another use of the old ansi support by Guillaume Nodet · 15 years ago
  3. 3a96dd1 FELIX-1529: fix console ^D handling by Guillaume Nodet · 15 years ago
  4. 24cf356 [karaf] Fix missing help on ssh commands by Guillaume Nodet · 15 years ago
  5. 9019aeb FELIX-1529: The console does not work anymore when connecting to another karaf instance by Guillaume Nodet · 15 years ago
  6. 804e360 FELIX-1517 and FELIX-1528: use a defined location for the storage of the list of managed instances and avoid an exception if one instance has been deleted by Guillaume Nodet · 15 years ago
  7. 6144ee1 FELIX-1524: tac command by Guillaume Nodet · 15 years ago
  8. abe5600 FELIX-1523: Fix Karaf version to 0.9.0-SNAPSHOT as next release will be 1.0.0 by Guillaume Nodet · 15 years ago
  9. f3c09a9 FELIX-1468: The shell:info command use the old @|bold syntax for ansi by Guillaume Nodet · 15 years ago
  10. 684b74b Use a more simple mechanism for retrieving the prompt instead of evaluating a command by Guillaume Nodet · 15 years ago
  11. 968eed0 FELIX-1485: Adding AdminService support to the web console by Gert Vanthienen · 15 years ago
  12. a62166a Fix karaf echo command by Guillaume Nodet · 15 years ago
  13. e8f72c7 Avoid possible NPE by Guillaume Nodet · 15 years ago
  14. 547a3d8 Enable built-in echo command by Guillaume Nodet · 15 years ago
  15. ee747e4 FELIX-1468: wrapper:install and admin:create prints old ansi output that need to be converted to real ansi by Guillaume Nodet · 15 years ago
  16. 1ef6e40 FELIX-1152: wrapper scripts fail to start Karaf by Guillaume Nodet · 15 years ago
  17. 492d90e FELIX-1449: tab completion does not work on windows by Guillaume Nodet · 15 years ago
  18. fa1880d FELIX-1454: install --help throws an exception by Guillaume Nodet · 15 years ago
  19. 2cb94d0 FELIX-1457: refactor features management layer by Guillaume Nodet · 15 years ago
  20. a5a427e Add an ignore case option for grep by Guillaume Nodet · 15 years ago
  21. 416e398 Fix ssh terminal completion and cursor handling by Guillaume Nodet · 15 years ago
  22. 974bf0d FELIX-1431: Add a web console plugin to have access to the gogo shell by Guillaume Nodet · 15 years ago
  23. 3d70390 Fix wrapper command by Guillaume Nodet · 15 years ago
  24. 9299cc6 Put the shell commands in the scope by default by Guillaume Nodet · 15 years ago
  25. 5182e98 FELIX-1375: there's no 'help' command by Guillaume Nodet · 15 years ago
  26. 0058dc1 FELIX-1378: Optional branding does not work in new gogo console by Guillaume Nodet · 15 years ago
  27. 88daf8b FELIX-1373: featuresBoot in etc/org.apache.felix.karaf.featues no longer works by Guillaume Nodet · 15 years ago
  28. 8b39d3b Clean commands a bit by Guillaume Nodet · 15 years ago
  29. d5cd213 FELIX-1391: Unable to create a new ConfigAdmin PID through the Karaf console by Gert Vanthienen · 15 years ago
  30. 64723c5 Make things as lazy as possible by Guillaume Nodet · 15 years ago
  31. f9b2bf4 Fix ansi on windows by Guillaume Nodet · 15 years ago
  32. 0bdd3ff Fix the session input stream which should use the console input stream by Guillaume Nodet · 15 years ago
  33. dfe04ee Correctly restore terminal at shutdown by Guillaume Nodet · 15 years ago
  34. 077bac5 Switch from gshell to gogo by Guillaume Nodet · 15 years ago
  35. 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
  36. 9627037 FELIX-1261: Install/uninstall features from web console by Gert Vanthienen · 15 years ago
  37. 67eeb70 Fix karaf wrt latest blueprint schema by Guillaume Nodet · 15 years ago
  38. e8db3e6 Update to latest blueprint api by Guillaume Nodet · 15 years ago
  39. 4204eb7 Fix stateful actions as they were currently reused instead of recreated by Guillaume Nodet · 15 years ago
  40. b8439c6 Use blueprint for gshell-obr by Guillaume Nodet · 15 years ago
  41. 0bd970d Exclude spring handlers from gshell-core by Guillaume Nodet · 15 years ago
  42. 508a4e1 Upgrade to latest blueprint spec by Guillaume Nodet · 15 years ago
  43. 6b2a912 Fix the addRepository method and clean code a bit by Guillaume Nodet · 15 years ago
  44. 21c0ff6 Fix column header in osgi/list by Guillaume Nodet · 15 years ago
  45. fcf2d34 Switch from spring-dm to blueprint by Guillaume Nodet · 15 years ago
  46. c3f669d Update to felix-parent 1.2.0 and use EasyMock instead of JMock by Gert Vanthienen · 15 years ago
  47. a3f88fa FELIX-1206: config/propappend patch by Guillaume Nodet · 15 years ago
  48. 3b8d8c1 Fix ssh action default help by Guillaume Nodet · 15 years ago
  49. 40fe42d FELIX-1212: Possible infinite loop when a remote ssh connection is closed by Guillaume Nodet · 15 years ago
  50. edf7d1a FELIX-1024: Fix the karaf client/server to allow direct execution of commands by Guillaume Nodet · 15 years ago
  51. abea8f4 FELIX-1149: Describe ConfigAdmin configurations using metatype by Guillaume Nodet · 16 years ago
  52. b9103c8 Fix poms by Guillaume Nodet · 16 years ago
  53. bfee74f FELIX-1132: remove dependency from gshell-features on spring jmx by Guillaume Nodet · 16 years ago
  54. cd8b917 Fix problem with exported commands not being available from the console, fix integration tests by Guillaume Nodet · 16 years ago
  55. a712f49 Add some synchronization to make sure we don't loose commands by Guillaume Nodet · 16 years ago
  56. b994b55 Use Import-Package instead of Require-Bundle for gshell-run by Guillaume Nodet · 16 years ago
  57. ccfc3d8 FELIX-1098: split configuration from namespace handler to ease the upgrade to blueprint by Guillaume Nodet · 16 years ago
  58. 34c3ce3 Fix a few problems with command bundles not starting correctly by Guillaume Nodet · 16 years ago
  59. 350b150 FELIX-1111: allow karaf to run on equinox by Guillaume Nodet · 16 years ago
  60. 178d0e7 Add missing properties for actions by Guillaume Nodet · 16 years ago
  61. 3e9a428 FELIX-1115: use version ranges + clean up a bit gshell-core by Guillaume Nodet · 16 years ago
  62. 2e5c4e3 FELIX-1098: Remove strong dependencies on spring / spring-dm by Guillaume Nodet · 16 years ago
  63. 874ecc8 FELIX-1116: remove some remaining references to servicemix by Guillaume Nodet · 16 years ago
  64. d4bbd1a FELIX-1098: Remove some spring strong dependencies by Guillaume Nodet · 16 years ago
  65. 4713c73 Rename some missed packages to felix.karaf by Guillaume Nodet · 16 years ago
  66. ad72828 FELIX-1118 - Update shell scripts by Chris Custine · 16 years ago
  67. deb9f3f FELIX-1117 - Update branding by Chris Custine · 16 years ago
  68. 607b852 FELIX-1116: Renaming packages and changing artifact/group ids in the POMs by Gert Vanthienen · 16 years ago
  69. c17a2f1 FELIX-1104, FELIX-1112: improve start/stop/restart to support multiple bundle ids by Guillaume Nodet · 16 years ago
  70. 18c56a1 FELIX-1107, FELIX-1109, FELIX-1110: refactor the deployer into its own module, add a blueprint deployer and extract the features deployer in its own module by Guillaume Nodet · 16 years ago
  71. 5c1894e FELIX-1099: switch from spring-dm integration tests to pax-exam by Guillaume Nodet · 16 years ago
  72. e565a9b FELIX-1102: make gshell-core really independant of the MainService by Guillaume Nodet · 16 years ago
  73. 91fab3b Move ServiceMix Kernel trunk into Felix by Guillaume Nodet · 16 years ago