1. b5013f7 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 10 years ago
  2. f8ee040 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.14.0 by Guillaume Nodet · 10 years ago
  3. 68e0d16 Messed up with the changelog by Guillaume Nodet · 10 years ago
  4. 19aab88 Update change log by Guillaume Nodet · 10 years ago
  5. 4b8202b [FELIX-4671] Provide an expression parser by Guillaume Nodet · 10 years ago
  6. 029e710 [FELIX-4637] Gogo can't cope without several commands with defined service.ranking by Guillaume Nodet · 10 years ago
  7. fa038ad Fix copyright and NOTICE by Guillaume Nodet · 10 years ago
  8. 7f2c244 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 10 years ago
  9. 2c6dbd5 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.12.1 by Guillaume Nodet · 10 years ago
  10. bf5450e Fix changelog for gogo-runtime 0.12.1 by Guillaume Nodet · 10 years ago
  11. d279301 [FELIX-4533] Gogo runtime does not advertise published services by Guillaume Nodet · 10 years ago
  12. eca0607 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 10 years ago
  13. 40fd4ef [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.12.0 by Guillaume Nodet · 10 years ago
  14. dd7a822 [FELIX-4363] Fix NPE when setting a variable to null by Guillaume Nodet · 10 years ago
  15. 95435b1 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 10 years ago
  16. 8bbeaa2 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.12.0 by Guillaume Nodet · 10 years ago
  17. 567b032 [FELIX-4363] The CommandSession get/set methods are not thread safe by Guillaume Nodet · 11 years ago
  18. 8885931 [FELIX-4336] Fix unit tests by Guillaume Nodet · 11 years ago
  19. 7501d57 [FELIX-4336] Use smarter thread locals for ThreadIo so that streams that have been deactivated won't be used and delegate to the previous stream instead by Guillaume Nodet · 11 years ago
  20. 2b82926 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  21. 6ee6939 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0 by Richard S. Hall · 13 years ago
  22. 5dfc9ad Prepare for release. by Richard S. Hall · 13 years ago
  23. db3c7ec [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  24. a80b3d8 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.10.0 by Richard S. Hall · 13 years ago
  25. c5aff63 fix Felix-2894 - Gogo does not handles options but not parameters by Derek Baum · 13 years ago
  26. 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
  27. 8ec4e1e synchronize access to commands to avoid ConcurrentModificationException (FELIX-2870) by Derek Baum · 13 years ago
  28. aae4f2b [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  29. 1b3fcb9 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0 by Richard S. Hall · 13 years ago
  30. 1aa254b Rollback version. by Richard S. Hall · 13 years ago
  31. d889594 Update copyright year. by Richard S. Hall · 13 years ago
  32. a1b2640 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 13 years ago
  33. 304f37f [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.8.0 by Richard S. Hall · 13 years ago
  34. bed97cc Update change logs. by Richard S. Hall · 13 years ago
  35. 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
  36. 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
  37. 1acb7c3 [FELIX-2761] Add a way to intercept execution of command lines by Guillaume Nodet · 14 years ago
  38. 1522fa6 [FELIX-2723] When the execution of a closure with pipes is interrupted, pipes should be interrupted too by Guillaume Nodet · 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. a0291b0 Put provisional OSGi API in the felix namespace and guard it with a by Richard S. Hall · 14 years ago
  48. 9f8a1c3 close all sessions when runtime is stopped (FELIX-2545). by Derek Baum · 14 years ago
  49. f70d568 FELIX-2468 don't coerce CharSequence types to String by Derek Baum · 14 years ago
  50. 932ee74 (FELIX-1473) use alternative implementation for method calls on Strings by Derek Baum · 14 years ago
  51. 8349117 change signature of runtime Activator's protected newProcessor() method to aid any future package renaming (FELIX-2441) by Derek Baum · 14 years ago
  52. f608e1b FELIX-2441: Restore backward compatibility on gogo by Guillaume Nodet · 14 years ago
  53. f4fa97e FELIX-2433 allow "$(...)" expansion by Derek Baum · 14 years ago
  54. 57b9cbc fix NPE/coercion error when passing null first argument FELIX-2432 by Derek Baum · 14 years ago
  55. 5353336 Clean-up after release by Karl Pauls · 14 years ago
  56. 26f0ffa [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  57. 820852a [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.0 by Karl Pauls · 14 years ago
  58. a0da437 Rollback latest releases. by Karl Pauls · 14 years ago
  59. 796d420 Clean-up after release by Karl Pauls · 14 years ago
  60. 150a1f7 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
  61. 2ad8d29 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.6.0 by Karl Pauls · 14 years ago
  62. 72d4271 Update to 0.6.0 parent pom. by Karl Pauls · 14 years ago
  63. 14f14db Separate-out the parent pom so that we can release subprojects independently. by Karl Pauls · 14 years ago
  64. 54c2599 Prepare gogo 0.6.0 release by Karl Pauls · 14 years ago
  65. f0ef76c fixed lock contention in piped writer when reader doesn't read all input (FELIX-2380) by Derek Baum · 14 years ago
  66. 77fd820 better message/exception when arguments can't be coerced (FELIX-2375) by Derek Baum · 14 years ago
  67. 2a4d8f5 Update NOTICE/DEPENDENCIES files. by Richard S. Hall · 14 years ago
  68. aa78217 Removed description from Parameter and use Descriptor instead. (FELIX-2363) by Richard S. Hall · 14 years ago
  69. 27d7012 Use org.apache.felix package namespace instead of org.osgi. (FELIX-2367) by Richard S. Hall · 14 years ago
  70. a73fba7 don't automatically convert return values that are arrays to ArrayList (FELIX-2337) by Derek Baum · 14 years ago
  71. 5bd2ce6 Add support for parameter aliases. (FELIX-2363) by Richard S. Hall · 14 years ago
  72. 8602df4 Merge @Flag and @Option annotations into a single @Parameter annotation. (FELIX-2363) by Richard S. Hall · 14 years ago
  73. df4169f Modified gogo modules to use org.apache.felix groupId. (FELIX-2334) by Richard S. Hall · 14 years ago
  74. e44d952 avoid possible IllegalStateException if framework is stopped during CommandProxy method execution. by Derek Baum · 14 years ago
  75. 40af43e Closure and CommandProxy unnecessarily extend Reflective, just so they can access its 'method()' method. (FELIX-2328). by Derek Baum · 14 years ago
  76. 85026c5 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 · 14 years ago
  77. 939dfea removed legacy felix command adaptor. (FELIX-2342) by Derek Baum · 14 years ago
  78. 1a2e9ac convert tokens that evaluate to CharSequence to String, to avoid variables by Derek Baum · 14 years ago
  79. dfcad24 make getCommands() public (again) by Derek Baum · 14 years ago
  80. bd5b608 added scripting support (FELIX-2339). by Derek Baum · 14 years ago
  81. 68a8512 fix ConcurrentModificationException caused by bad refactoring :-( by Derek Baum · 14 years ago
  82. 58304eb Align bundle formatter with "lb" command. (FELIX-2042) by Richard S. Hall · 14 years ago
  83. dd26115 disable packageadmin and other coomands to avoid conflict with bundlecontext commands by Derek Baum · 14 years ago
  84. 220d9f6 continue tidy-up: move SCOPE path handling into CommandProcessorImpl. FELIX-2328 by Derek Baum · 14 years ago
  85. 13dddbb fix to FELIX-1487 to report correct error location for defaulted commands. by Derek Baum · 14 years ago
  86. 6888bf8 fix NPE in session.execute("a = $b x") when $b evaluates to null; by Derek Baum · 14 years ago
  87. f392c97 Stop registering the bundle object as a command since it interferes by Richard S. Hall · 14 years ago
  88. 68e2d63 clean up runtime code. FELIX-2328 by Derek Baum · 14 years ago
  89. 6d12e3b fix setLocation to always map EOFError by Derek Baum · 14 years ago
  90. 3ed7beb fix wrong exception: OperationNotSupportedException -> UnsupportedOperationException by Derek Baum · 14 years ago
  91. c578f44 refactor Parser - create explicit Tokenizer to enable fix for: by Derek Baum · 14 years ago
  92. 633716d Add some basic support for descriptive info; this will likely need to by Richard S. Hall · 14 years ago
  93. 395d6af Initial porting of some Felix shell commands to Gogo; a lot of this is still by Richard S. Hall · 14 years ago
  94. 55dd22e Reformat code according to style guide. by Richard S. Hall · 14 years ago
  95. 14629c8 Fix processing of flags; options not tested yet. by Richard S. Hall · 14 years ago
  96. da0d2fd Touching the heart: coercing by Peter Kriens · 14 years ago
  97. a2a7b14 Annotations for parameters by Peter Kriens · 14 years ago
  98. aa83cca [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  99. e376322 [maven-release-plugin] prepare release gogo-0.4.0 by Guillaume Nodet · 14 years ago
  100. 4290a0f FELIX-2247: Gogo badly prints empty maps and dictionaries by Guillaume Nodet · 14 years ago