1. 32e6710 vty: command.c: Fix: single-choice optional args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  2. 7e1b03f vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  3. 14aadd5 vty: tests: Verify incomplete optional parameters are passed to vty funcs by Pau Espin Pedrol · 5 years ago
  4. 6df2e44 vty: command.c: Fix is_cmd_ambiguous() returning always 0 by Pau Espin Pedrol · 5 years ago
  5. 8c9befe vty_transcript_test.vty: add choice auto-complete tests by Vadim Yanitskiy · 5 years ago
  6. b55f4d2 vty: enable optional-multi-choice syntax: [(one|two)] by Neels Hofmeyr · 5 years ago
  7. c197809 vty: enable optional-multi-choice syntax: ([one]|[two]) by Neels Hofmeyr · 5 years ago
  8. faa49e2 add generic vty_transcript_test.c, vty_transcript_test.vty by Neels Hofmeyr · 5 years ago
  9. 5314c51 vty: fix use-after-free and memleaks in is_cmd_ambiguous() by Neels Hofmeyr · 6 years ago
  10. a829b45 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  11. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  12. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  13. b022c86 vty_test: add artificial node levels for better testing by Neels Hofmeyr · 7 years ago
  14. 4306363 fix vty regression: empty parent node by Neels Hofmeyr · 7 years ago
  15. 4a31ffa VTY: implicit node exit by de-indenting, not parent lookup by Neels Hofmeyr · 7 years ago
  16. d64b6ae VTY: interactive: never look for matching commands on parent node by Neels Hofmeyr · 7 years ago
  17. c65c5b4 vty: cleanup logging functions by Max · 7 years ago
  18. be37fb7 stats/test: Add tests to check VTY configuration by Jacob Erlbeck · 9 years ago
  19. ca6602f vty/test: Refactor vty creation/deletion into separate functions by Jacob Erlbeck · 9 years ago
  20. adc900e stats/vty: Add stats configuration by Jacob Erlbeck · 9 years ago
  21. 2c9168c vty: Make vty_event dispatch signals and use it in the testcase by Holger Hans Peter Freyther · 11 years ago
  22. 6ef71b0 vty: Fix compiler warning in the test by Holger Hans Peter Freyther · 11 years ago
  23. 0c987bd vty: Add vty_install_default() and use for the vty nodes by Jacob Erlbeck · 11 years ago
  24. cd195fa vty: Support multi-char separators and end strings by Jacob Erlbeck · 11 years ago
  25. ae15a2c vty: Fix misusage of snprintf in vty/utils.c by Jacob Erlbeck · 11 years ago