1. fee48ef FELIX-3340 Allow the prompt to be a Function by Felix Meschberger · 12 years ago
  2. 224b11f FELIX-3341 Implement csh-like command line history - add missing tests by Felix Meschberger · 12 years ago
  3. d5fc6ef FELIX-3341 Implement csh-like command line history by Felix Meschberger · 12 years ago
  4. 59f4da5 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 13 years ago
  5. 0907859 [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.12.0 by Karl Pauls · 13 years ago
  6. cef2ccf Update changelog by Karl Pauls · 13 years ago
  7. 130ce5c Changed "required only" flag name. (FELIX-3118) by Richard S. Hall · 13 years ago
  8. f92d0df Improving whitespace. (FELIX-3050) by Richard S. Hall · 13 years ago
  9. abd9b4c Apply patch FELIX-3118 to add "required" option to OBR deploy command. by Richard S. Hall · 13 years ago
  10. 5abc6df Simplify code. (FELIX-3088) by Richard S. Hall · 13 years ago
  11. 2d0b158 Output a message if "resolve" could not resolve all bundles. (FELIX-3088) by Richard S. Hall · 13 years ago
  12. 89cd547 Separate pre-R4.3 inspect command from post-R4.3 inspect command so that by Richard S. Hall · 13 years ago
  13. fc3f083 Initial pass at implementing a consistent "inspect" command for pre/post by Richard S. Hall · 13 years ago
  14. 7a47567 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  15. 2e3ffaf [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.10.0 by Richard S. Hall · 13 years ago
  16. 4641420 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  17. 1dad9ee [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.10.0 by Richard S. Hall · 13 years ago
  18. 0cac878 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  19. 9d9a585 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0 by Richard S. Hall · 13 years ago
  20. 6b1f33a Prepare for release. by Richard S. Hall · 13 years ago
  21. 1b61414 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  22. 480ef85 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0 by Richard S. Hall · 13 years ago
  23. 0dabbe1 FELIX-3001 help command now supports osgi.command.function String or String[] by Derek Baum · 13 years ago
  24. 42b288a fix Felix-2894 - Gogo does not handles options but not parameters by Derek Baum · 13 years ago
  25. cdd0e4b Remove unwanted whitespace. by Richard S. Hall · 14 years ago
  26. 590a4f5 Fix NPE bug and lack of output for unmatched search. (FELIX-2937, FELIX-2938) by Richard S. Hall · 14 years ago
  27. d3d3eff work-around FELIX-2927 by Derek Baum · 14 years ago
  28. 74ec4b5 FELIX-2984 Invalid handling of parameters (options were ok). It works now and the tests are running but I am not confident this code is correct yet. Will probably have to rewrite this. by Peter Kriens · 14 years ago
  29. d2f50bd synchronize access to commands to avoid ConcurrentModificationException (FELIX-2870) by Derek Baum · 14 years ago
  30. b5fdc94 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  31. 3af2269 [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.8.0 by Richard S. Hall · 14 years ago
  32. 648d4ba [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  33. 67e19e1 [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.8.0 by Richard S. Hall · 14 years ago
  34. dcd4c68 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  35. f12fd7a [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0 by Richard S. Hall · 14 years ago
  36. c6b4696 Rollback version. by Richard S. Hall · 14 years ago
  37. d22f855 Update copyright year. by Richard S. Hall · 14 years ago
  38. 9ec02fc [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  39. 9f103ff [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.8.0 by Richard S. Hall · 14 years ago
  40. 140fefc Depend on final version of runtime. by Richard S. Hall · 14 years ago
  41. 2230306 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  42. 93a64eb [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.8.0 by Richard S. Hall · 14 years ago
  43. 2274d2b Depend on final version of runtime. by Richard S. Hall · 14 years ago
  44. 83339db [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  45. a2dd998 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0 by Richard S. Hall · 14 years ago
  46. 7923fff Update change logs. by Richard S. Hall · 14 years ago
  47. f794c8f Add Windows linefeeds. (FELIX-2651) by Richard S. Hall · 14 years ago
  48. 69b1f80 listen on 127.0.0.1 by default; add --ip to specify listen address. FELIX-2767 by Derek Baum · 14 years ago
  49. e93bc4d [FELIX-2761] Do not use the o.a.f.service.command until it's part of the rfc by Guillaume Nodet · 14 years ago
  50. 6010cbf [FELIX-2761][FELIX-2764] Add a listener interface called when executing commands, send an osgi event if EventAdmin is present by Guillaume Nodet · 14 years ago
  51. 1c7964c [FELIX-2761] Add a way to intercept execution of command lines by Guillaume Nodet · 14 years ago
  52. a5ac123 [FELIX-2723] When the execution of a closure with pipes is interrupted, pipes should be interrupted too by Guillaume Nodet · 14 years ago
  53. 9f3692b Fix logic bug in bundlelevel command. (FELIX-2676) by Richard S. Hall · 14 years ago
  54. 962f815 remove -i alias for --nointeractive FELIX-2661 by Derek Baum · 14 years ago
  55. b3008df added --nointeractive flag to gosh. FELIX-2661 by Derek Baum · 14 years ago
  56. 6698886 Cleanup after release by Karl Pauls · 14 years ago
  57. c71dc47 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  58. 8aa4018 [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.6.1 by Karl Pauls · 14 years ago
  59. d9ead5b Prepare for release by Karl Pauls · 14 years ago
  60. 4b3da68 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  61. 6ce3aac [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.6.1 by Karl Pauls · 14 years ago
  62. 85fbee5 Prepare for release by Karl Pauls · 14 years ago
  63. 5a1dd68 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  64. 6e30a0a [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.1 by Karl Pauls · 14 years ago
  65. a8ceea9 Use gogo-parent 0.6.0 instead of 0.7.0-SNAPSHOT by Karl Pauls · 14 years ago
  66. 6e8380d Update change logs. by Richard S. Hall · 14 years ago
  67. e781990 FELIX-2396: Ability to have callbacks when accessing session variables by Guillaume Nodet · 14 years ago
  68. 67ea8fc Reformat. by Richard S. Hall · 14 years ago
  69. 71eca8b [FELIX-2607] added a better exception to throw if an invalid command is typed by Guillaume Nodet · 14 years ago
  70. e313b5e [FELIX-2606] Decoupled the CommandProcessorImpl from osgi a bit so that it can be reused to implement non-osgi shells. by Guillaume Nodet · 14 years ago
  71. 9a26573 Use BundleContext.getProperty() rather System.getProperty(). (FELIX-2543) by Richard S. Hall · 14 years ago
  72. 5a587cf Use felix namespace packages and add mandatory attribute. (FELIX-2441) by Richard S. Hall · 14 years ago
  73. 980ed9c Use felix namespace packages and add mandatory attribute. (FELIX-2441) by Richard S. Hall · 14 years ago
  74. a8b7b6d Put provisional OSGi API in the felix namespace and guard it with a by Richard S. Hall · 14 years ago
  75. 99c4185 close all sessions when runtime is stopped (FELIX-2545). by Derek Baum · 14 years ago
  76. e01e1f2 FELIX-2477 fix procedural commands parameter inheritance by Derek Baum · 14 years ago
  77. 524f3bf FELIX-2468 don't coerce CharSequence types to String by Derek Baum · 14 years ago
  78. a68a6f2 (FELIX-1473) use alternative implementation for method calls on Strings by Derek Baum · 14 years ago
  79. 66d9e5f change signature of runtime Activator's protected newProcessor() method to aid any future package renaming (FELIX-2441) by Derek Baum · 14 years ago
  80. 772d077 FELIX-2446 eclose whole gosh_profile in try {} block to stop errors from aborting startup by Derek Baum · 14 years ago
  81. 2fe3b36 FELIX-2446: reference the bundle command using the context: scope; by Derek Baum · 14 years ago
  82. 1daa91b FELIX-2441: Restore backward compatibility on gogo by Guillaume Nodet · 14 years ago
  83. 20b8884 FELIX-2433 allow "$(...)" expansion by Derek Baum · 14 years ago
  84. 218ef9b fix NPE/coercion error when passing null first argument FELIX-2432 by Derek Baum · 14 years ago
  85. 1322396 Add gogo to main pom, add gogo-parent to gogo reactor by Clement Escoffier · 14 years ago
  86. 11ddca4 FELIX-2341: the gogo-commands module should be moved back to karaf by Guillaume Nodet · 14 years ago
  87. 4694470 Clean-up after release by Karl Pauls · 14 years ago
  88. 235590c [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  89. 771a712 [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.6.0 by Karl Pauls · 14 years ago
  90. ace9e85 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  91. 57d0001 [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.6.0 by Karl Pauls · 14 years ago
  92. b9f5dab [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  93. b7222ce [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.0 by Karl Pauls · 14 years ago
  94. 15163a0 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  95. 2c93aa4 [maven-release-plugin] prepare release gogo-parent-0.6.0 by Karl Pauls · 14 years ago
  96. b62b6aa Rollback latest releases. by Karl Pauls · 14 years ago
  97. d1fcee3 Contains OSGi Log Service. by Richard S. Hall · 14 years ago
  98. 51e8152 Clean-up after release by Karl Pauls · 14 years ago
  99. aab987f [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  100. fe71c2f [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.6.0 by Karl Pauls · 14 years ago