1. 9ea9dd0 vty: enable tab-completion for optional-multi-choice args by Neels Hofmeyr · 5 years ago
  2. b55f4d2 vty: enable optional-multi-choice syntax: [(one|two)] by Neels Hofmeyr · 5 years ago
  3. c197809 vty: enable optional-multi-choice syntax: ([one]|[two]) by Neels Hofmeyr · 5 years ago
  4. 5398911 vty: omit HIDDEN from vty reference by Neels Hofmeyr · 6 years ago
  5. a7557fe vty list: fix deprecation/hidden bit logic by Neels Hofmeyr · 6 years ago
  6. cf8def2 vty reference: fix deprecation bit evaluation by Neels Hofmeyr · 6 years ago
  7. 5314c51 vty: fix use-after-free and memleaks in is_cmd_ambiguous() by Neels Hofmeyr · 6 years ago
  8. 4e0add2 vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy() by Neels Hofmeyr · 6 years ago
  9. f2d323e vty/command.c: talloc from tall_vty_cmd_ctx, not NULL by Neels Hofmeyr · 6 years ago
  10. 23a299f vty: Don't dump deprecated commands in XML export by Harald Welte · 6 years ago
  11. d65f3ea vty/command.c: write_config_file(): sanely compose temp path by Neels Hofmeyr · 6 years ago
  12. 3b68157 vty: set name for VIEW+ENABLE nodes, for VTY reference by Neels Hofmeyr · 7 years ago
  13. 453e37e VTY reference: use node names as section names by Neels Hofmeyr · 7 years ago
  14. f716277 VTY reference: do not list empty nodes by Neels Hofmeyr · 7 years ago
  15. 69054e2 vty XML export: avoid repeating common node commands for each node by Neels Hofmeyr · 7 years ago
  16. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  17. 0f7bcb5 vty: Fix bad use of vector_slot() by Pau Espin Pedrol · 7 years ago
  18. 74aa025 Revert "vty: Fix bad use of vector_slot()" by Neels Hofmeyr · 7 years ago
  19. e9e9e42 vty: Fix bad use of vector_slot() by Pau Espin Pedrol · 7 years ago
  20. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  21. 657c5b6 vty: derive node name from prompt, use as XML ids by Neels Hofmeyr · 7 years ago
  22. 0b723f6 vty: use internal node id for xml ids by Neels Hofmeyr · 7 years ago
  23. 00b5ed3 comment: describe indent_cmp() by Neels Hofmeyr · 7 years ago
  24. 4306363 fix vty regression: empty parent node by Neels Hofmeyr · 7 years ago
  25. 4a31ffa VTY: implicit node exit by de-indenting, not parent lookup by Neels Hofmeyr · 7 years ago
  26. d64b6ae VTY: interactive: never look for matching commands on parent node by Neels Hofmeyr · 7 years ago
  27. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  28. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  29. 49a0dec vty/command.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  30. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  31. addeaa3 vty: OSMO_ASSERT() if two identical commands are installed by Harald Welte · 7 years ago
  32. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  33. ad580ba add vty call show asciidoc: generate a documentation for counters by Alexander Couzens · 8 years ago
  34. a99d45a vty: Don't call exit() but rather use OSMO_ASSERT() by Harald Welte · 9 years ago
  35. 2b82c1c fix FSF address in sources/headers by Jaroslav Škarvada · 9 years ago
  36. a9e5252 vty: Change API to have node installation be done by int by Holger Hans Peter Freyther · 9 years ago
  37. 9f0f978 vty: Check with the application before writing the config by Holger Hans Peter Freyther · 10 years ago
  38. b3657e1 vty: Allow vty_go_parent() in all nodes. by Jacob Erlbeck · 11 years ago
  39. 2349721 vty: Replace 'enum node_type' by 'int' for last_node by Jacob Erlbeck · 11 years ago
  40. 0c987bd vty: Add vty_install_default() and use for the vty nodes by Jacob Erlbeck · 11 years ago
  41. 7eed053 vty: Refactored vty_go_parent(), 'end' and 'exit' by Jacob Erlbeck · 11 years ago
  42. 2442e09 vty: Rename is_config() to is_config_child() by Jacob Erlbeck · 11 years ago
  43. 047213b vty: Attempt to fix various meam leaks in the VTY lookup code by Holger Hans Peter Freyther · 11 years ago
  44. d17aa59 VTY: don't show HIDDEN or DEPRECATED vty commands in ? completion by Harald Welte · 11 years ago
  45. 80d30fe vty/command.c: Cosmetic cleanup by Harald Welte · 11 years ago
  46. 4d8eea4 vty: Do better filtering of arguments, optional args particularly by Sylvain Munaut · 12 years ago
  47. 8297c81 vty: Add xsd and a command that can generate the documentation. by Holger Hans Peter Freyther · 13 years ago
  48. dca7d2c doc: Fix the Doxygen section endings by Sylvain Munaut · 12 years ago
  49. 738f133 vty: Add a function to write the current config to a file. by Holger Hans Peter Freyther · 12 years ago
  50. e881b1b doxygen: split VTY configuration in multiple files by Harald Welte · 13 years ago
  51. 7acb30c doxygen: Add (partial) VTY API documentation by Harald Welte · 13 years ago
  52. 95b2b47 get rid of non-ANSI function declarations missing (void) by Harald Welte · 13 years ago
  53. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  54. 2822296 LOGGING: configure logging from the vty by Harald Welte · 13 years ago
  55. 8304b1e vty: Everything <= CONFIG_NODE is not a child of config by Holger Hans Peter Freyther · 14 years ago
  56. 3e85e8d vty: Handle nodes part of the lib in the lib, for the rest call the callback by Holger Hans Peter Freyther · 14 years ago 0.1.19
  57. 8f09f01 vty: Add a new callback to let code decide if it is a config node or not by Holger Hans Peter Freyther · 14 years ago
  58. 50cfb78 vty: Move the assumption of the config nodes into a function by Holger Hans Peter Freyther · 14 years ago
  59. 33f0fc3 [VTY] add support for numeric ranges with negative numbers by Andreas Eversberg · 14 years ago
  60. 237f624 [VTY] Introduce "struct vty_app_info" for vty_init() function by Harald Welte · 14 years ago
  61. 3fb0b6f Create libosmovty as library from OpenBSC VTY functions by Harald Welte · 14 years ago