1. 6142cf3 Avoid possible exceptions with isTty by Guillaume Nodet · 9 years ago
  2. 1b58b18 Clean a bit the Job, introduce a Process interface by Guillaume Nodet · 9 years ago
  3. d19550f Fix gosh profile script by Guillaume Nodet · 9 years ago
  4. 2a6fb82 Add a continue command, similar to break by Guillaume Nodet · 9 years ago
  5. ab48cb6 Always to multios, correctly support duplication of file descriptors’ channel by Guillaume Nodet · 9 years ago
  6. 3fbf657 Make sure parmv is not an ArgList and parms always is by Guillaume Nodet · 9 years ago
  7. dbf2979 Improve procedural, add loop break command by Guillaume Nodet · 9 years ago
  8. 7e0c224 Formatting by Guillaume Nodet · 9 years ago
  9. 14c6764 Remove unsupported date options by Guillaume Nodet · 9 years ago
  10. 867af8d Fix regression introduced by raw variables by Guillaume Nodet · 9 years ago
  11. 90e3383 Add a test for isTty when capturing by Guillaume Nodet · 9 years ago
  12. 1b97383 Support varargs correctly when passing a java array by Guillaume Nodet · 9 years ago
  13. 768164f Support for java array expansion by Guillaume Nodet · 9 years ago
  14. b1b8f4f Support for raw variables by Guillaume Nodet · 9 years ago
  15. f4ee4a6 Improve ls output on non terminals, add -1 and -C flags by Guillaume Nodet · 9 years ago
  16. 6e599c7 Use lambda by Guillaume Nodet · 9 years ago
  17. 794532d Fix telnet / ssh by Guillaume Nodet · 9 years ago
  18. f4facdd Configure the expander correctly by Guillaume Nodet · 9 years ago
  19. ecbddee Fix prompt due to quote handling by Guillaume Nodet · 9 years ago
  20. c170eb3 Convert to junit4 by Guillaume Nodet · 9 years ago
  21. e1ce836 Fix imports by Guillaume Nodet · 9 years ago
  22. 014369f Add support for brace expansion and fix pattern support by Guillaume Nodet · 9 years ago
  23. 5cc4a2b Add a @Before to test to avoid having to clear the vars for each test by Guillaume Nodet · 9 years ago
  24. 57b6a71 Fix possible exception by Guillaume Nodet · 9 years ago
  25. 5bda284 Add a test for jobids by Guillaume Nodet · 9 years ago
  26. 0cde303 Fix escaping in getName() by Guillaume Nodet · 9 years ago
  27. bbe8291 Fix duplicate computation of regex by Guillaume Nodet · 9 years ago
  28. ad92f9b Move empty argument removal at the end by Guillaume Nodet · 9 years ago
  29. 0daa2fd Make sure we capture the output of evaluation if there’s no explicit result by Guillaume Nodet · 9 years ago
  30. a06be8c Add u, p, s, j, f, F flags by Guillaume Nodet · 9 years ago
  31. 3f1fca5 Add jobs commands help by Guillaume Nodet · 9 years ago
  32. d0e3b9d Add q, Q, V, # flags Simplify code a bit by Guillaume Nodet · 9 years ago
  33. 4f0dcb5 Fix capitalizing by Guillaume Nodet · 9 years ago
  34. 7caf55c Remove old code by Guillaume Nodet · 9 years ago
  35. ac68eb0 Add sorting by Guillaume Nodet · 9 years ago
  36. 07d0c84 Improve pattern matching by Guillaume Nodet · 9 years ago
  37. e8e41c5 Add file name generation, fix quote behaviors by Guillaume Nodet · 9 years ago
  38. a6ae54f Improve parameter expansion by Guillaume Nodet · 9 years ago
  39. 3809b58 Add a date command by Guillaume Nodet · 9 years ago
  40. dcd07ff Fix recent jline3 changes by Guillaume Nodet · 9 years ago
  41. c4ed17b Add head, tail, clear, wc by Guillaume Nodet · 9 years ago
  42. 6ac8455 Fix posix by Guillaume Nodet · 9 years ago
  43. 750f177 Simplify multios by Guillaume Nodet · 9 years ago
  44. a60215e Add isTty and error to access pipes from the public api by Guillaume Nodet · 9 years ago
  45. 90e8165 Point to the correct runtime version by Guillaume Nodet · 9 years ago
  46. ace5396 Fix posix functions by Guillaume Nodet · 9 years ago
  47. 0a96116 Fix OSGi headers by Guillaume Nodet · 9 years ago
  48. 8923666 Clean up a bit by Guillaume Nodet · 9 years ago
  49. 6295d56 Add a bit of javadoc by Guillaume Nodet · 9 years ago
  50. 1fd93a7 Add job control by Guillaume Nodet · 9 years ago
  51. 6782b6d Fix parser by Guillaume Nodet · 9 years ago
  52. 3d45a7a Fix styling a bit by Guillaume Nodet · 9 years ago
  53. 7abd533 Better support for streams Better ls implementation by Guillaume Nodet · 9 years ago
  54. ef58ab2 Fix input redirection by Guillaume Nodet · 9 years ago
  55. 3f6889a Add a small test for redirections by Guillaume Nodet · 9 years ago
  56. b8506b3 Do not print the error again, as it’s now printed by the pipe to its error stream by Guillaume Nodet · 9 years ago
  57. 36d1c79 Use CommandSession.currentDir() by Guillaume Nodet · 9 years ago
  58. f738827 Support redirections Work in progress (missing support for &&, || and &) by Guillaume Nodet · 9 years ago
  59. 9743103 Add a JLine based shell by Guillaume Nodet · 9 years ago
  60. 338d236 Improve gogo parser to fully parse the command line instead of skipping inner constructs such as arrays or closures, and report missing terminators by Guillaume Nodet · 9 years ago
  61. d2dabb3 Fix gogo shell build by Guillaume Nodet · 9 years ago
  62. 90e9c91 FELIX-3494 - suppress printing of motd by Jan Willem Janssen · 9 years ago
  63. 8bf70bb FELIX-4345 - listen to both IPv4 & IPv6 when ip is empty: by Jan Willem Janssen · 9 years ago
  64. 79c5e81 FELIX-4375 - cleanup. by Jan Willem Janssen · 9 years ago
  65. a2f331c FELIX-4375 - improve stream handling: by Jan Willem Janssen · 9 years ago
  66. 1f5ba5a Some cleanups / typos fixed. by Jan Willem Janssen · 9 years ago
  67. 1c4abd5 FELIX-5077 / FELIX-3331 - more reliable shutdown by Jan Willem Janssen · 9 years ago
  68. 412602e FELIX-5077 / FELIX-3331 - more reliable shutdown by Jan Willem Janssen · 9 years ago
  69. a6731a3 FELIX-5135: remove unwillingly committed file by Guillaume Nodet · 9 years ago
  70. 6577ec9 FELIX-5135: Synchronize DirectoryWatcher Properties with FileInstall. by Guillaume Nodet · 9 years ago
  71. ad751c9a FELIX-4970: add scm to the gogo pom. Closes #28. by Benson Margulies · 9 years ago
  72. 756b801 [maven-release-plugin] prepare for next development iteration by A. J. David Bosschaert · 9 years ago
  73. bafcd82 [maven-release-plugin] prepare release org.apache.felix.gogo.command-0.16.0 by A. J. David Bosschaert · 9 years ago
  74. 254a7b6 Prepare for release. by A. J. David Bosschaert · 9 years ago
  75. d6cf118 [maven-release-plugin] prepare for next development iteration by A. J. David Bosschaert · 9 years ago
  76. 301bc9d [maven-release-plugin] prepare release org.apache.felix.gogo.shell-0.12.0 by A. J. David Bosschaert · 9 years ago
  77. 8d53f28 Prepare for release. by A. J. David Bosschaert · 9 years ago
  78. eb40630 FELIX-5009: allow relative pathnames for gogo install and update. by David Jencks · 9 years ago
  79. e6982a4 FELIX-5008: suppress CommandSession from help messages. by David Jencks · 9 years ago
  80. 3d65ebb [FELIX-5021] Use the system bundle to find bundles to look at for shell and info wiring commands by David Jencks · 9 years ago
  81. 6c8121b FELIX-4969 make cd work with absolute paths. Thanks to Benson Margulies. by David Jencks · 9 years ago
  82. adfad51 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 10 years ago
  83. e246646 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.16.2 by Guillaume Nodet · 10 years ago
  84. e8ff688 [FELIX-4671] Fix regression by Guillaume Nodet · 10 years ago
  85. c79899f [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 10 years ago
  86. 2e99ef8 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.16.0 by Guillaume Nodet · 10 years ago
  87. ded91d9 Add changelog for gogo runtime by Guillaume Nodet · 10 years ago
  88. 30685a3 [FELIX-4783] ConcurrentModificationException when stopping gogo by Guillaume Nodet · 10 years ago
  89. 6e4a400 [FELIX-4783] ConcurrentModificationException when stopping gogo by Guillaume Nodet · 10 years ago
  90. c2f20da Remove “CLOSING SESSION” message printed to stdout by Guillaume Nodet · 10 years ago
  91. a803509 FELIX-4671: Provide an expression parser by Guillaume Nodet · 10 years ago
  92. 6d71b52 FELIX-4679 - Revert patch for FELIX-4671: by Jan Willem Janssen · 10 years ago
  93. b5013f7 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 10 years ago
  94. f8ee040 [maven-release-plugin] prepare release org.apache.felix.gogo.runtime-0.14.0 by Guillaume Nodet · 10 years ago
  95. 68e0d16 Messed up with the changelog by Guillaume Nodet · 10 years ago
  96. 19aab88 Update change log by Guillaume Nodet · 10 years ago
  97. 4b8202b [FELIX-4671] Provide an expression parser by Guillaume Nodet · 10 years ago
  98. 029e710 [FELIX-4637] Gogo can't cope without several commands with defined service.ranking by Guillaume Nodet · 10 years ago
  99. 866af51 FELIX-4529 look for gosh_profile in bundle at /ext to allow fragment to over-ride. by Derek Baum · 10 years ago
  100. fa038ad Fix copyright and NOTICE by Guillaume Nodet · 10 years ago