1. b492259 Improve ls command. (FELIX-2042) by Karl Pauls · 14 years ago
  2. 6f36a8f Improve/simplify "ls" command. (FELIX-2042) by Richard S. Hall · 14 years ago
  3. e7e043b Add "cd" command. (FELIX-2042) by Richard S. Hall · 14 years ago
  4. 616f5a5 Add support for OBR command. (FELIX-2042) by Richard S. Hall · 14 years ago
  5. f392c97 Stop registering the bundle object as a command since it interferes by Richard S. Hall · 14 years ago
  6. da5c97c Add more missing commands and do a little refactoring. (FELIX-2042) by Richard S. Hall · 14 years ago
  7. 68e2d63 clean up runtime code. FELIX-2328 by Derek Baum · 14 years ago
  8. 7969123 updated dependency versions and excluded servlet and foundation from compendium. by Derek Baum · 14 years ago
  9. 6d12e3b fix setLocation to always map EOFError by Derek Baum · 14 years ago
  10. 3ed7beb fix wrong exception: OperationNotSupportedException -> UnsupportedOperationException by Derek Baum · 14 years ago
  11. c578f44 refactor Parser - create explicit Tokenizer to enable fix for: by Derek Baum · 14 years ago
  12. f4d681e Add a "which" command to determine from where a bundle gets a class. (FELIX-2042) by Richard S. Hall · 14 years ago
  13. f8dccb4 Add descriptive information to commands. (FELIX-2042) by Richard S. Hall · 14 years ago
  14. 633716d Add some basic support for descriptive info; this will likely need to by Richard S. Hall · 14 years ago
  15. 1837170 Change parent pom. by Richard S. Hall · 14 years ago
  16. 2bc5092 Improve rudimentary "help" command and change some exception handling by Richard S. Hall · 14 years ago
  17. 395d6af Initial porting of some Felix shell commands to Gogo; a lot of this is still by Richard S. Hall · 14 years ago
  18. 55dd22e Reformat code according to style guide. by Richard S. Hall · 14 years ago
  19. 14629c8 Fix processing of flags; options not tested yet. by Richard S. Hall · 14 years ago
  20. da0d2fd Touching the heart: coercing by Peter Kriens · 14 years ago
  21. a2a7b14 Annotations for parameters by Peter Kriens · 14 years ago
  22. aa83cca [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
  23. e376322 [maven-release-plugin] prepare release gogo-0.4.0 by Guillaume Nodet · 14 years ago
  24. 6d26983 [gogo] upgrade to latest felix-parent by Guillaume Nodet · 14 years ago
  25. 4290a0f FELIX-2247: Gogo badly prints empty maps and dictionaries by Guillaume Nodet · 14 years ago
  26. c75f84c added blank line to force bamboo rebuild, to fix spurious failure FELIX-DEF-3041 by Derek Baum · 15 years ago
  27. 137d340 reformat code using felix eclipse template. FELIX-1953. by Derek Baum · 15 years ago
  28. ae80fb7 change priority of ; and | to match bash. resolves FELIX-1500. by Derek Baum · 15 years ago
  29. 4719273 make closure arguments start at $1 (rather than $0). FELIX-1494. by Derek Baum · 15 years ago
  30. a98e4de FELIX-1722: gogo AbstractCommand should let the possibility to release the used Action by Guillaume Nodet · 15 years ago
  31. f9fd8ea [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  32. d7ab783 [maven-release-plugin] prepare release gogo-0.2.2 by Guillaume Nodet · 15 years ago
  33. 898e14b FELIX-1858 - Remote commands via ssh only work once per restart by Chris Custine · 15 years ago
  34. c2b432a add felix command adaptor (FELIX-1671) by Derek Baum · 15 years ago
  35. d002fe1 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  36. c819fe9 [maven-release-plugin] prepare release gogo-0.2.0 by Guillaume Nodet · 15 years ago
  37. 7b2a6c8 Make sure we use the same AFS header everywhere by Guillaume Nodet · 15 years ago
  38. aa6f637 [goto] fix NOTICE for commands which actually include an OSGi class (ReifiedType) by Guillaume Nodet · 15 years ago
  39. 9d4d14b Fix NOTICE files so that each artifact has its own (slightly) different copy by Guillaume Nodet · 15 years ago
  40. 04c2d08 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  41. 8ec712b [maven-release-plugin] prepare release gogo-0.2.0 by Guillaume Nodet · 15 years ago
  42. 1ffed35 Fix NOTICE files in jars by Guillaume Nodet · 15 years ago
  43. 4689cc3 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  44. cf6fe21 [maven-release-plugin] prepare release gogo-0.2.0 by Guillaume Nodet · 15 years ago
  45. dc3b452 Revert to maven bundle plugin 1.4.3 for release by Guillaume Nodet · 15 years ago
  46. 44d9d02 [gogo] Remove include-resource header from the manifest by Guillaume Nodet · 15 years ago
  47. 26286af Try to work around FELIX-1262 for gogo by Guillaume Nodet · 15 years ago
  48. 116d291 Try to release gogo with the maven bundle plugin 2.0.0 by Guillaume Nodet · 15 years ago
  49. c070c8b Use snapshot of maven bundle plugin to work around FELIX-1262 by Guillaume Nodet · 15 years ago
  50. c9b3eb3 Add missing license / notice file in jars by Guillaume Nodet · 15 years ago
  51. ce2c5eb [maven-release-plugin] rollback the release of gogo-0.2.0 by Guillaume Nodet · 15 years ago
  52. 4971f79 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 15 years ago
  53. d7859e0 [maven-release-plugin] prepare release gogo-0.2.0 by Guillaume Nodet · 15 years ago
  54. 060f32b Fix release process by Guillaume Nodet · 15 years ago
  55. 5a60ee9 Fix gogo assembly by Guillaume Nodet · 15 years ago
  56. 1f85779 Add license / notice files, fix pom by Guillaume Nodet · 15 years ago
  57. bf69a13 Add a top level assembly by Guillaume Nodet · 15 years ago
  58. 46c90a9 Fix poms for release by Guillaume Nodet · 15 years ago
  59. ffb40cb FELIX-1526: rename <> operators to (), as this is more like bash. by Derek Baum · 15 years ago
  60. 69b9465 FELIX-1536: The ThreadIO should use inheritable thread locals in case a command spawns a thread by Guillaume Nodet · 15 years ago
  61. 4408497 stop duplicate error message for bad command. FELIX-1405 by Derek Baum · 15 years ago
  62. c485881 FELIX-1325: gogo doesn't report a command not found error unless an argument is supplied by Guillaume Nodet · 15 years ago
  63. be2e3e8 FELIX-1520: <> evaluated the command too many times by Guillaume Nodet · 15 years ago
  64. 23c14f4 removed redundant constructions from test cases. applied patch in FELIX-1505. by Derek Baum · 15 years ago
  65. 76876ba FELIX-1506 by Derek Baum · 15 years ago
  66. 155efd4 use session.err rather than System.err to write message added in FELIX-1405. by Derek Baum · 15 years ago
  67. f10f93c fix FELIX-1408 by Derek Baum · 15 years ago
  68. 85a2863 fix for FELIX-1405 by Derek Baum · 15 years ago
  69. 81cfcbb fix for FELIX-1403 by Derek Baum · 15 years ago
  70. f96484f Allow retrieving the command lazily by Guillaume Nodet · 15 years ago
  71. 7bcd086 Fix expansion by Guillaume Nodet · 15 years ago
  72. ea2947f Make sure to delegate all methods to the underlying print stream to avoid deadlocks (as the print stream classes are synchronized, but we only use a single instance for all threads) by Guillaume Nodet · 15 years ago
  73. 41a25f8 Fix small evaluation problems in gogo by Guillaume Nodet · 15 years ago
  74. 3034127 Better formatting, fix special values (true, false, null), fix -bash, ... parsing by Guillaume Nodet · 15 years ago
  75. 504a31b FELIX-1304: Better support for variables evaluation in arguments by Guillaume Nodet · 15 years ago
  76. 24230c1 Improve test for gogo commands by Guillaume Nodet · 15 years ago
  77. d8c88e0 Version should be 0.9.0-SNAPSHOT so the release version will be greater; by Richard S. Hall · 15 years ago
  78. c1d2d3f Renamed modules to remove redundancy in directory names. by Richard S. Hall · 15 years ago
  79. 0b118e6 Tried to update the launcher to use standard embedding and launching API. by Richard S. Hall · 15 years ago
  80. 4d5f91f Removed obsolete Felix properties. by Richard S. Hall · 15 years ago
  81. 6df57bf Add commands, fix parser, remove DS dependency, remove equinox support by Guillaume Nodet · 15 years ago
  82. 4f7b2df Rename module directories. by Richard S. Hall · 15 years ago
  83. 907d4b1 FELIX-1266: maven build for gogo by Guillaume Nodet · 15 years ago
  84. c35dd9e FELIX-1268: Reformat code according to felix conventions by Guillaume Nodet · 15 years ago
  85. fdd29bb FELIX-1267: Rename gogo package from aQute.* to org.apache.felix.gogo.* by Guillaume Nodet · 15 years ago
  86. 04a5637 FELIX-1266: Provide a maven build for gogo by Guillaume Nodet · 15 years ago
  87. b4e055d FELIX-946: Apply Derek Baum patch on gogo by Guillaume Nodet · 15 years ago
  88. af656a0 Initial commit of OSGi Shell contribution. (FELIX-946) by Richard S. Hall · 15 years ago