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