1. b855c19 heredoc << support by Guillaume Nodet · 9 years ago
  2. c420b5a Formatting by Guillaume Nodet · 9 years ago
  3. cfd8da9 Support for here-string by Guillaume Nodet · 9 years ago
  4. f50e5f7 Fix redirection with variables by Guillaume Nodet · 9 years ago
  5. a428b32 Formatting / jdk8 by Guillaume Nodet · 9 years ago
  6. 6142cf3 Avoid possible exceptions with isTty by Guillaume Nodet · 9 years ago
  7. 1b58b18 Clean a bit the Job, introduce a Process interface by Guillaume Nodet · 9 years ago
  8. d19550f Fix gosh profile script by Guillaume Nodet · 9 years ago
  9. 2a6fb82 Add a continue command, similar to break by Guillaume Nodet · 9 years ago
  10. ab48cb6 Always to multios, correctly support duplication of file descriptors’ channel by Guillaume Nodet · 9 years ago
  11. 3fbf657 Make sure parmv is not an ArgList and parms always is by Guillaume Nodet · 9 years ago
  12. dbf2979 Improve procedural, add loop break command by Guillaume Nodet · 9 years ago
  13. 7e0c224 Formatting by Guillaume Nodet · 9 years ago
  14. 14c6764 Remove unsupported date options by Guillaume Nodet · 9 years ago
  15. 867af8d Fix regression introduced by raw variables by Guillaume Nodet · 9 years ago
  16. 90e3383 Add a test for isTty when capturing by Guillaume Nodet · 9 years ago
  17. 1b97383 Support varargs correctly when passing a java array by Guillaume Nodet · 9 years ago
  18. 768164f Support for java array expansion by Guillaume Nodet · 9 years ago
  19. b1b8f4f Support for raw variables by Guillaume Nodet · 9 years ago
  20. f4ee4a6 Improve ls output on non terminals, add -1 and -C flags by Guillaume Nodet · 9 years ago
  21. 6e599c7 Use lambda by Guillaume Nodet · 9 years ago
  22. 794532d Fix telnet / ssh by Guillaume Nodet · 9 years ago
  23. f4facdd Configure the expander correctly by Guillaume Nodet · 9 years ago
  24. ecbddee Fix prompt due to quote handling by Guillaume Nodet · 9 years ago
  25. c170eb3 Convert to junit4 by Guillaume Nodet · 9 years ago
  26. e1ce836 Fix imports by Guillaume Nodet · 9 years ago
  27. 014369f Add support for brace expansion and fix pattern support by Guillaume Nodet · 9 years ago
  28. 5cc4a2b Add a @Before to test to avoid having to clear the vars for each test by Guillaume Nodet · 9 years ago
  29. 57b6a71 Fix possible exception by Guillaume Nodet · 9 years ago
  30. 5bda284 Add a test for jobids by Guillaume Nodet · 9 years ago
  31. 0cde303 Fix escaping in getName() by Guillaume Nodet · 9 years ago
  32. bbe8291 Fix duplicate computation of regex by Guillaume Nodet · 9 years ago
  33. ad92f9b Move empty argument removal at the end by Guillaume Nodet · 9 years ago
  34. 0daa2fd Make sure we capture the output of evaluation if there’s no explicit result by Guillaume Nodet · 9 years ago
  35. a06be8c Add u, p, s, j, f, F flags by Guillaume Nodet · 9 years ago
  36. 3f1fca5 Add jobs commands help by Guillaume Nodet · 9 years ago
  37. d0e3b9d Add q, Q, V, # flags Simplify code a bit by Guillaume Nodet · 9 years ago
  38. 4f0dcb5 Fix capitalizing by Guillaume Nodet · 9 years ago
  39. 7caf55c Remove old code by Guillaume Nodet · 9 years ago
  40. ac68eb0 Add sorting by Guillaume Nodet · 9 years ago
  41. 07d0c84 Improve pattern matching by Guillaume Nodet · 9 years ago
  42. e8e41c5 Add file name generation, fix quote behaviors by Guillaume Nodet · 9 years ago
  43. a6ae54f Improve parameter expansion by Guillaume Nodet · 9 years ago
  44. 3809b58 Add a date command by Guillaume Nodet · 9 years ago
  45. dcd07ff Fix recent jline3 changes by Guillaume Nodet · 9 years ago
  46. c4ed17b Add head, tail, clear, wc by Guillaume Nodet · 9 years ago
  47. 6ac8455 Fix posix by Guillaume Nodet · 9 years ago
  48. 750f177 Simplify multios by Guillaume Nodet · 9 years ago
  49. a60215e Add isTty and error to access pipes from the public api by Guillaume Nodet · 9 years ago
  50. 90e8165 Point to the correct runtime version by Guillaume Nodet · 9 years ago
  51. ace5396 Fix posix functions by Guillaume Nodet · 9 years ago
  52. 0a96116 Fix OSGi headers by Guillaume Nodet · 9 years ago
  53. 8923666 Clean up a bit by Guillaume Nodet · 9 years ago
  54. 6295d56 Add a bit of javadoc by Guillaume Nodet · 9 years ago
  55. 1fd93a7 Add job control by Guillaume Nodet · 9 years ago
  56. 6782b6d Fix parser by Guillaume Nodet · 9 years ago
  57. 3d45a7a Fix styling a bit by Guillaume Nodet · 9 years ago
  58. 7abd533 Better support for streams Better ls implementation by Guillaume Nodet · 9 years ago
  59. ef58ab2 Fix input redirection by Guillaume Nodet · 9 years ago
  60. 3f6889a Add a small test for redirections by Guillaume Nodet · 9 years ago
  61. 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
  62. 36d1c79 Use CommandSession.currentDir() by Guillaume Nodet · 9 years ago
  63. f738827 Support redirections Work in progress (missing support for &&, || and &) by Guillaume Nodet · 9 years ago
  64. 9743103 Add a JLine based shell by Guillaume Nodet · 9 years ago
  65. 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
  66. d2dabb3 Fix gogo shell build by Guillaume Nodet · 9 years ago
  67. cccd1fd [FELIX-5218] fileinstall: Removed files should no longer be considered changed. by Guillaume Nodet · 9 years ago
  68. 4f65982 [FELIX-5217] fileinstall: Improve WatcherScanner performance by Guillaume Nodet · 9 years ago
  69. 4a60744 FELIX-4009 : maven bundle plugin should be integrated directly with eclipse. Apply patch from Stefan Seifert by Carsten Ziegeler · 9 years ago
  70. 17e9482 FELIX-5207 : Flexible Customizer for 'Enable Proxy/Load Balancer Connection'. Apply slightly modified patch from Antonio Sanso by Carsten Ziegeler · 9 years ago
  71. 31a9d13 FELIX-5207 : Flexible Customizer for 'Enable Proxy/Load Balancer Connection'. Apply slightly modified patch from Antonio Sanso by Carsten Ziegeler · 9 years ago
  72. 4ffad5d FELIX-4009 : maven bundle plugin should be integrated directly with eclipse. Apply patch from Stefan Seifert by Carsten Ziegeler · 9 years ago
  73. a5866a1 FELIX-5205 eliminate obvious source of IllegalStateException in dto fetching by David Jencks · 9 years ago
  74. 317652a FELIX-5211 provide appropriate Provide/Require-Capability headers for config admin. Also update the service description by David Jencks · 9 years ago
  75. f41c6b2 FELIX-5209 get the system bundle by location not id by David Jencks · 9 years ago
  76. c7fc12c [FELIX-4871] The felix framework logger can't be used with reflection anymore by Guillaume Nodet · 9 years ago
  77. f85e7e3 [FELIX-5204] Support using cached urls for bundle SourceCode by Guillaume Nodet · 9 years ago
  78. dedbcb5 Use BundleRevisionImpl instead of BundleRevision in fields to avoid casts by Guillaume Nodet · 9 years ago
  79. ad8c753 Change BundleRevisionImpl#bundle to BundleImpl by Guillaume Nodet · 9 years ago
  80. 098586b Replaced canceled r7 release by r8. by Pierre De Rop · 9 years ago
  81. 6053171 Added license files for lambda library. by Pierre De Rop · 9 years ago
  82. e07665b Fixed thrown exception when a bundle does not contain expected license files. by Pierre De Rop · 9 years ago
  83. 47cec58 Fixed typo. by Pierre De Rop · 9 years ago
  84. 13ff144 Updated license files to 2016. by Pierre De Rop · 9 years ago
  85. dfe72a1 Incremented dmRelease to r8. by Pierre De Rop · 9 years ago
  86. d6ef098 FELIX-5203 : Remove unused org.apache.felix.http.debug configuration property. Apply patch from Chris Pilsworth by Carsten Ziegeler · 9 years ago
  87. 86cd6dc FELIX-5195 Provide-Capability not being processed for Resources by A. J. David Bosschaert · 9 years ago
  88. c2252a6 FELIX-5202 code reformat using template by David Jencks · 9 years ago
  89. 818286f FELIX-5202 Improve use of correct bundle based on global extender setting by David Jencks · 9 years ago
  90. bc9dfb8 use java8. by Pierre De Rop · 9 years ago
  91. 1381441 Updated java8 version to be used when building. by Pierre De Rop · 9 years ago
  92. ca38ede Fixed release process: once the tagged version is created, then release the necessary bundles under bndtools before running the "gradlew makeStaging" command. by Pierre De Rop · 9 years ago
  93. 8d8cea0 Turn off baselining by default. by Pierre De Rop · 9 years ago
  94. f1afb44 Removes Include-Resource header in order to reduce binary diff between same bundles. by Pierre De Rop · 9 years ago
  95. 6e0d11a Updated dm release to r7 by Pierre De Rop · 9 years ago
  96. 9ddcd3d Use component.getClassName() when checking default dependency mode. by Pierre De Rop · 9 years ago
  97. 3076794 FELIX-5201: Improved getClassName() method: check if the factory instance is a class name or is an object which provides a toString() method. by Pierre De Rop · 9 years ago
  98. 603359a Finished to apply the recommendations made by Jan Willen regarding the new dm-lambda library. by Pierre De Rop · 9 years ago
  99. c3e905f FELIX-5177: use configuration type. by Pierre De Rop · 9 years ago
  100. 5140732 FELIX-4689: Added a new method in the component context which allows to invoke callbacks with a flag by Pierre De Rop · 9 years ago