1. 78377d9 Remove unwanted whitespace. by Richard S. Hall · 13 years ago
  2. ab1d0d4 Fix NPE bug and lack of output for unmatched search. (FELIX-2937, FELIX-2938) by Richard S. Hall · 13 years ago
  3. 194f10e work-around FELIX-2927 by Derek Baum · 13 years ago
  4. 32e502e 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 · 13 years ago
  5. 8ec4e1e synchronize access to commands to avoid ConcurrentModificationException (FELIX-2870) by Derek Baum · 13 years ago
  6. b161dcb [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  7. 621a922 [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.8.0 by Richard S. Hall · 13 years ago
  8. c221002 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  9. 04cd842 [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.8.0 by Richard S. Hall · 13 years ago
  10. aae4f2b [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  11. 1b3fcb9 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0 by Richard S. Hall · 13 years ago
  12. 1aa254b Rollback version. by Richard S. Hall · 13 years ago
  13. d889594 Update copyright year. by Richard S. Hall · 13 years ago
  14. ced02ac [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  15. 5538eac [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.8.0 by Richard S. Hall · 13 years ago
  16. 2d84fe8 Depend on final version of runtime. by Richard S. Hall · 13 years ago
  17. 2efce8c [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  18. 381e3bf [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.8.0 by Richard S. Hall · 13 years ago
  19. 4d2e164 Depend on final version of runtime. by Richard S. Hall · 13 years ago
  20. a1b2640 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  21. 304f37f [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0 by Richard S. Hall · 13 years ago
  22. bed97cc Update change logs. by Richard S. Hall · 13 years ago
  23. d4172f7 Add Windows linefeeds. (FELIX-2651) by Richard S. Hall · 13 years ago
  24. d7b3b4c listen on 127.0.0.1 by default; add --ip to specify listen address. FELIX-2767 by Derek Baum · 13 years ago
  25. c8e3319 [FELIX-2761] Do not use the o.a.f.service.command until it's part of the rfc by Guillaume Nodet · 14 years ago
  26. ab11637 [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
  27. 1acb7c3 [FELIX-2761] Add a way to intercept execution of command lines by Guillaume Nodet · 14 years ago
  28. 1522fa6 [FELIX-2723] When the execution of a closure with pipes is interrupted, pipes should be interrupted too by Guillaume Nodet · 14 years ago
  29. 6985d8c Fix logic bug in bundlelevel command. (FELIX-2676) by Richard S. Hall · 14 years ago
  30. 1f6ade5 remove -i alias for --nointeractive FELIX-2661 by Derek Baum · 14 years ago
  31. 75dc988 added --nointeractive flag to gosh. FELIX-2661 by Derek Baum · 14 years ago
  32. 1335439 Cleanup after release by Karl Pauls · 14 years ago
  33. 7c6256f [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  34. 8e2ddeb [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.6.1 by Karl Pauls · 14 years ago
  35. c7f0036 Prepare for release by Karl Pauls · 14 years ago
  36. f5d5f2d [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  37. 0771748 [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.6.1 by Karl Pauls · 14 years ago
  38. 2a4adea Prepare for release by Karl Pauls · 14 years ago
  39. e7523d2 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  40. 48f6528 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.1 by Karl Pauls · 14 years ago
  41. 2decfb8 Use gogo-parent 0.6.0 instead of 0.7.0-SNAPSHOT by Karl Pauls · 14 years ago
  42. 093a105 Update change logs. by Richard S. Hall · 14 years ago
  43. 0531f7c FELIX-2396: Ability to have callbacks when accessing session variables by Guillaume Nodet · 14 years ago
  44. ebff00f Reformat. by Richard S. Hall · 14 years ago
  45. a82d3fa [FELIX-2607] added a better exception to throw if an invalid command is typed by Guillaume Nodet · 14 years ago
  46. ac3014d [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
  47. 851322c Use BundleContext.getProperty() rather System.getProperty(). (FELIX-2543) by Richard S. Hall · 14 years ago
  48. abf57a5 Use felix namespace packages and add mandatory attribute. (FELIX-2441) by Richard S. Hall · 14 years ago
  49. 4c24859 Use felix namespace packages and add mandatory attribute. (FELIX-2441) by Richard S. Hall · 14 years ago
  50. a0291b0 Put provisional OSGi API in the felix namespace and guard it with a by Richard S. Hall · 14 years ago
  51. 9f8a1c3 close all sessions when runtime is stopped (FELIX-2545). by Derek Baum · 14 years ago
  52. 7e0316b FELIX-2477 fix procedural commands parameter inheritance by Derek Baum · 14 years ago
  53. f70d568 FELIX-2468 don't coerce CharSequence types to String by Derek Baum · 14 years ago
  54. 932ee74 (FELIX-1473) use alternative implementation for method calls on Strings by Derek Baum · 14 years ago
  55. 8349117 change signature of runtime Activator's protected newProcessor() method to aid any future package renaming (FELIX-2441) by Derek Baum · 14 years ago
  56. 44a3f79 FELIX-2446 eclose whole gosh_profile in try {} block to stop errors from aborting startup by Derek Baum · 14 years ago
  57. 75d58ba FELIX-2446: reference the bundle command using the context: scope; by Derek Baum · 14 years ago
  58. f608e1b FELIX-2441: Restore backward compatibility on gogo by Guillaume Nodet · 14 years ago
  59. f4fa97e FELIX-2433 allow "$(...)" expansion by Derek Baum · 14 years ago
  60. 57b9cbc fix NPE/coercion error when passing null first argument FELIX-2432 by Derek Baum · 14 years ago
  61. 9aa9041 Add gogo to main pom, add gogo-parent to gogo reactor by Clement Escoffier · 14 years ago
  62. 6e3f324 FELIX-2341: the gogo-commands module should be moved back to karaf by Guillaume Nodet · 14 years ago
  63. 5353336 Clean-up after release by Karl Pauls · 14 years ago
  64. b8b3053 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  65. e630c00 [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.6.0 by Karl Pauls · 14 years ago
  66. 77fe578 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  67. e6190e5 [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.6.0 by Karl Pauls · 14 years ago
  68. 26f0ffa [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  69. 820852a [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.0 by Karl Pauls · 14 years ago
  70. 7749c2a [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  71. 6736571 [maven-release-plugin] prepare release gogo-parent-0.6.0 by Karl Pauls · 14 years ago
  72. a0da437 Rollback latest releases. by Karl Pauls · 14 years ago
  73. c81594b Contains OSGi Log Service. by Richard S. Hall · 14 years ago
  74. 796d420 Clean-up after release by Karl Pauls · 14 years ago
  75. 2f221fe [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  76. 77fe8b7a [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.6.0 by Karl Pauls · 14 years ago
  77. 602e111 Set runtime dependency to 0.6.0 by Karl Pauls · 14 years ago
  78. 667ea96 Update to 0.6.0 parent pom. by Karl Pauls · 14 years ago
  79. 8ac4d06 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  80. 5ef9665 [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.6.0 by Karl Pauls · 14 years ago
  81. b6fe64c Set runtime dependency to 0.6.0 by Karl Pauls · 14 years ago
  82. 4a7e407 Update to 0.6.0 parent pom. by Karl Pauls · 14 years ago
  83. 150a1f7 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  84. 2ad8d29 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.0 by Karl Pauls · 14 years ago
  85. 72d4271 Update to 0.6.0 parent pom. by Karl Pauls · 14 years ago
  86. b882e3b [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  87. 00f3f3a [maven-release-plugin] prepare release gogo-parent-0.6.0 by Karl Pauls · 14 years ago
  88. 19a01b7 Add LICENSE and NOTICE by Karl Pauls · 14 years ago
  89. 14f14db Separate-out the parent pom so that we can release subprojects independently. by Karl Pauls · 14 years ago
  90. 54c2599 Prepare gogo 0.6.0 release by Karl Pauls · 14 years ago
  91. f0ef76c fixed lock contention in piped writer when reader doesn't read all input (FELIX-2380) by Derek Baum · 14 years ago
  92. 77fd820 better message/exception when arguments can't be coerced (FELIX-2375) by Derek Baum · 14 years ago
  93. 2a4d8f5 Update NOTICE/DEPENDENCIES files. by Richard S. Hall · 14 years ago
  94. aa78217 Removed description from Parameter and use Descriptor instead. (FELIX-2363) by Richard S. Hall · 14 years ago
  95. 27d7012 Use org.apache.felix package namespace instead of org.osgi. (FELIX-2367) by Richard S. Hall · 14 years ago
  96. a73fba7 don't automatically convert return values that are arrays to ArrayList (FELIX-2337) by Derek Baum · 14 years ago
  97. 5bd2ce6 Add support for parameter aliases. (FELIX-2363) by Richard S. Hall · 14 years ago
  98. 8602df4 Merge @Flag and @Option annotations into a single @Parameter annotation. (FELIX-2363) by Richard S. Hall · 14 years ago
  99. feb306b Logic error; incorrectly checking for empty bundle array. (FELIX-2042) by Richard S. Hall · 14 years ago
  100. 6805849 Align command module version number with other Gogo modules, even by Richard S. Hall · 14 years ago