1. 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
  2. d2f50bd synchronize access to commands to avoid ConcurrentModificationException (FELIX-2870) by Derek Baum · 14 years ago
  3. dcd4c68 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  4. f12fd7a [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0 by Richard S. Hall · 14 years ago
  5. c6b4696 Rollback version. by Richard S. Hall · 14 years ago
  6. d22f855 Update copyright year. by Richard S. Hall · 14 years ago
  7. 83339db [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
  8. a2dd998 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0 by Richard S. Hall · 14 years ago
  9. 7923fff Update change logs. by Richard S. Hall · 14 years ago
  10. 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
  11. 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
  12. 1c7964c [FELIX-2761] Add a way to intercept execution of command lines by Guillaume Nodet · 14 years ago
  13. a5ac123 [FELIX-2723] When the execution of a closure with pipes is interrupted, pipes should be interrupted too by Guillaume Nodet · 14 years ago
  14. 5a1dd68 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  15. 6e30a0a [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.1 by Karl Pauls · 14 years ago
  16. a8ceea9 Use gogo-parent 0.6.0 instead of 0.7.0-SNAPSHOT by Karl Pauls · 14 years ago
  17. 6e8380d Update change logs. by Richard S. Hall · 14 years ago
  18. e781990 FELIX-2396: Ability to have callbacks when accessing session variables by Guillaume Nodet · 14 years ago
  19. 67ea8fc Reformat. by Richard S. Hall · 14 years ago
  20. 71eca8b [FELIX-2607] added a better exception to throw if an invalid command is typed by Guillaume Nodet · 14 years ago
  21. 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
  22. a8b7b6d Put provisional OSGi API in the felix namespace and guard it with a by Richard S. Hall · 14 years ago
  23. 99c4185 close all sessions when runtime is stopped (FELIX-2545). by Derek Baum · 14 years ago
  24. 524f3bf FELIX-2468 don't coerce CharSequence types to String by Derek Baum · 14 years ago
  25. a68a6f2 (FELIX-1473) use alternative implementation for method calls on Strings by Derek Baum · 14 years ago
  26. 66d9e5f change signature of runtime Activator's protected newProcessor() method to aid any future package renaming (FELIX-2441) by Derek Baum · 14 years ago
  27. 1daa91b FELIX-2441: Restore backward compatibility on gogo by Guillaume Nodet · 14 years ago
  28. 20b8884 FELIX-2433 allow "$(...)" expansion by Derek Baum · 14 years ago
  29. 218ef9b fix NPE/coercion error when passing null first argument FELIX-2432 by Derek Baum · 14 years ago
  30. 4694470 Clean-up after release by Karl Pauls · 14 years ago
  31. b9f5dab [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  32. b7222ce [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.0 by Karl Pauls · 14 years ago
  33. b62b6aa Rollback latest releases. by Karl Pauls · 14 years ago
  34. 51e8152 Clean-up after release by Karl Pauls · 14 years ago
  35. 2e4958d [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  36. 1a64058 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.0 by Karl Pauls · 14 years ago
  37. ee8a9e0 Update to 0.6.0 parent pom. by Karl Pauls · 14 years ago
  38. 94ab71c Separate-out the parent pom so that we can release subprojects independently. by Karl Pauls · 14 years ago
  39. 937ee73 Prepare gogo 0.6.0 release by Karl Pauls · 14 years ago
  40. c28f795 fixed lock contention in piped writer when reader doesn't read all input (FELIX-2380) by Derek Baum · 14 years ago
  41. c79bf83 better message/exception when arguments can't be coerced (FELIX-2375) by Derek Baum · 14 years ago
  42. 7149f84 Update NOTICE/DEPENDENCIES files. by Richard S. Hall · 15 years ago
  43. 8f1df2f Removed description from Parameter and use Descriptor instead. (FELIX-2363) by Richard S. Hall · 15 years ago
  44. 5f9b306 Use org.apache.felix package namespace instead of org.osgi. (FELIX-2367) by Richard S. Hall · 15 years ago
  45. 31fedb7 don't automatically convert return values that are arrays to ArrayList (FELIX-2337) by Derek Baum · 15 years ago
  46. e52146d Add support for parameter aliases. (FELIX-2363) by Richard S. Hall · 15 years ago
  47. 11fd469 Merge @Flag and @Option annotations into a single @Parameter annotation. (FELIX-2363) by Richard S. Hall · 15 years ago
  48. 17f2302 Modified gogo modules to use org.apache.felix groupId. (FELIX-2334) by Richard S. Hall · 15 years ago
  49. e612684 avoid possible IllegalStateException if framework is stopped during CommandProxy method execution. by Derek Baum · 15 years ago
  50. d4031a4 Closure and CommandProxy unnecessarily extend Reflective, just so they can access its 'method()' method. (FELIX-2328). by Derek Baum · 15 years ago
  51. 487a65e moved gogo.runtime.shell sub-package in Runtime bundle up into gogo.runtime package to avoid possible confusion with the gogo.shell package in the new Shell bundle (FELIX-2328). by Derek Baum · 15 years ago
  52. 1cddac4 removed legacy felix command adaptor. (FELIX-2342) by Derek Baum · 15 years ago
  53. 9f2f8f2 convert tokens that evaluate to CharSequence to String, to avoid variables by Derek Baum · 15 years ago
  54. 2fa59da make getCommands() public (again) by Derek Baum · 15 years ago
  55. 9944670 added scripting support (FELIX-2339). by Derek Baum · 15 years ago
  56. 9967f8c fix ConcurrentModificationException caused by bad refactoring :-( by Derek Baum · 15 years ago
  57. 39f856a Align bundle formatter with "lb" command. (FELIX-2042) by Richard S. Hall · 15 years ago
  58. abe87b9 disable packageadmin and other coomands to avoid conflict with bundlecontext commands by Derek Baum · 15 years ago
  59. f95b767 continue tidy-up: move SCOPE path handling into CommandProcessorImpl. FELIX-2328 by Derek Baum · 15 years ago
  60. cb297be fix to FELIX-1487 to report correct error location for defaulted commands. by Derek Baum · 15 years ago
  61. b86cd1c fix NPE in session.execute("a = $b x") when $b evaluates to null; by Derek Baum · 15 years ago
  62. c8d570d Stop registering the bundle object as a command since it interferes by Richard S. Hall · 15 years ago
  63. e9a8257 clean up runtime code. FELIX-2328 by Derek Baum · 15 years ago
  64. 5700633 fix setLocation to always map EOFError by Derek Baum · 15 years ago
  65. 01aa0a8 fix wrong exception: OperationNotSupportedException -> UnsupportedOperationException by Derek Baum · 15 years ago
  66. c768352 refactor Parser - create explicit Tokenizer to enable fix for: by Derek Baum · 15 years ago
  67. b412dfc Add some basic support for descriptive info; this will likely need to by Richard S. Hall · 15 years ago
  68. 887ba2c Initial porting of some Felix shell commands to Gogo; a lot of this is still by Richard S. Hall · 15 years ago
  69. b965d52 Reformat code according to style guide. by Richard S. Hall · 15 years ago
  70. a8fd227 Fix processing of flags; options not tested yet. by Richard S. Hall · 15 years ago
  71. 966730a Touching the heart: coercing by Peter Kriens · 15 years ago
  72. 02a52da Annotations for parameters by Peter Kriens · 15 years ago
  73. 87a1238 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  74. 8ca355c [maven-release-plugin] prepare release gogo-0.4.0 by Guillaume Nodet · 15 years ago
  75. d916b15 FELIX-2247: Gogo badly prints empty maps and dictionaries by Guillaume Nodet · 15 years ago
  76. 2ee6cba reformat code using felix eclipse template. FELIX-1953. by Derek Baum · 15 years ago
  77. 7950bb7 change priority of ; and | to match bash. resolves FELIX-1500. by Derek Baum · 15 years ago
  78. e5b391a make closure arguments start at $1 (rather than $0). FELIX-1494. by Derek Baum · 15 years ago
  79. 335d8df [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  80. c8af6d7 [maven-release-plugin] prepare release gogo-0.2.2 by Guillaume Nodet · 15 years ago
  81. f272e8b FELIX-1858 - Remote commands via ssh only work once per restart by Chris Custine · 15 years ago
  82. e37f08d add felix command adaptor (FELIX-1671) by Derek Baum · 15 years ago
  83. d76a4ed [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  84. 6f7effb [maven-release-plugin] prepare release gogo-0.2.0 by Guillaume Nodet · 15 years ago
  85. 8ac477f Make sure we use the same AFS header everywhere by Guillaume Nodet · 15 years ago
  86. 40b6253 Fix NOTICE files so that each artifact has its own (slightly) different copy by Guillaume Nodet · 15 years ago
  87. c8e9382 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  88. b368849 [maven-release-plugin] prepare release gogo-0.2.0 by Guillaume Nodet · 15 years ago
  89. 74eadc1 Fix NOTICE files in jars by Guillaume Nodet · 15 years ago
  90. 5b75656 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  91. d7019d0 [maven-release-plugin] prepare release gogo-0.2.0 by Guillaume Nodet · 15 years ago
  92. 57770cd [gogo] Remove include-resource header from the manifest by Guillaume Nodet · 15 years ago
  93. 66af9af Use snapshot of maven bundle plugin to work around FELIX-1262 by Guillaume Nodet · 15 years ago
  94. 1911821 [maven-release-plugin] rollback the release of gogo-0.2.0 by Guillaume Nodet · 15 years ago
  95. f083c72 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  96. 46b5b36 [maven-release-plugin] prepare release gogo-0.2.0 by Guillaume Nodet · 15 years ago
  97. cca03b4 Fix poms for release by Guillaume Nodet · 15 years ago
  98. 918063a FELIX-1526: rename <> operators to (), as this is more like bash. by Derek Baum · 15 years ago
  99. 82fe3f6 FELIX-1536: The ThreadIO should use inheritable thread locals in case a command spawns a thread by Guillaume Nodet · 15 years ago
  100. 9b93171 stop duplicate error message for bad command. FELIX-1405 by Derek Baum · 15 years ago