1. c3b904a vty: Allow using hex representations in cmd numeric ranges by Pau Espin Pedrol · 4 years ago
  2. 079149e vty: command.c: Add assert by Pau Espin Pedrol · 2 years ago
  3. 34907fe revisit some calls of strtol(), stroul(), strtoull() by Neels Hofmeyr · 2 years, 10 months ago
  4. 0692916 vty: add vty_out_uptime() print the uptime to the vty by Alexander Couzens · 2 years, 10 months ago
  5. 95a03e5 vty: show uptime: use timespecsub by Oliver Smith · 3 years ago
  6. 8a482fd vty: add "shutdown" by Oliver Smith · 3 years ago
  7. 0c78bc6 vty: add "show pid" by Oliver Smith · 3 years ago
  8. d243c2a vty: add "show uptime" by Oliver Smith · 3 years ago
  9. eabc6fd vty: make function cmd_range_match() public by Philipp Maier · 3 years ago
  10. ebb6c1f vty: Implement missing public API host_config_file() by Pau Espin Pedrol · 3 years, 1 month ago
  11. c296e29 vty: Fix left shifting out of range on signed variable by Harald Welte · 3 years, 6 months ago
  12. 7031ac1 vty/command: add 'hidden only' VTY reference generation mode by Vadim Yanitskiy · 3 years, 7 months ago
  13. 0a2d9bd vty/command: fix: restrict the expert mode to the current session by Vadim Yanitskiy · 3 years, 8 months ago
  14. 6760845 vty/command: add CMD_ATTR_HIDDEN to CMD_ATTR_PUBLIC_MASK by Vadim Yanitskiy · 3 years, 8 months ago
  15. 4165d04 vty/command: introduce vty_dump_xml_ref_mode() by Vadim Yanitskiy · 3 years, 8 months ago
  16. efe1342 vty/command: make some 'struct cmd_element' pointers const by Vadim Yanitskiy · 3 years, 8 months ago
  17. 72b9088 vty: introduce the expert mode and a command to enable it by Vadim Yanitskiy · 3 years, 8 months ago
  18. 715a612 vty: Fix left shifting out of range on signed variable by Pau Espin Pedrol · 3 years, 9 months ago
  19. a5218ea command: add library command attribute for libosmo-abis by Philipp Maier · 3 years, 9 months ago
  20. f1fc9d3 vty: fix vty_dump_element(): do not print empty <attributes> by Vadim Yanitskiy · 3 years, 9 months ago
  21. ef4c597 vty/command: restrict the use of '.', '!', and '@' as flags by Vadim Yanitskiy · 3 years, 9 months ago
  22. 7e1a78f vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT} by Vadim Yanitskiy · 3 years, 9 months ago
  23. 75fec3a vty/command: print attribute flags in the output of 'list' by Vadim Yanitskiy · 3 years, 9 months ago
  24. 44c4d17 vty/command: introduce a command to list attributes by Vadim Yanitskiy · 3 years, 9 months ago
  25. 608b1a4 command: add library command attribute for libosmo-sccp by Philipp Maier · 3 years, 9 months ago
  26. c0745eb vty/command: introduce API for the library specific attributes by Vadim Yanitskiy · 3 years, 9 months ago
  27. 8e7c496 vty: use install_lib_element() and install_lib_element_ve() by Vadim Yanitskiy · 3 years, 9 months ago
  28. 99d5c2d vty/command: add CMD_ATTR_LIB_COMMAND and install() API wrappers by Vadim Yanitskiy · 3 years, 9 months ago
  29. ceb3b39 vty/command: add global command attribute CMD_ATTR_NODE_EXIT by Vadim Yanitskiy · 3 years, 9 months ago
  30. 7f6c87d vty/command: reflect global attributes in the XML reference by Vadim Yanitskiy · 3 years, 9 months ago
  31. 34e94f3 vty: print program specific attributes in the XML reference by Vadim Yanitskiy · 3 years, 10 months ago
  32. 478dd1b vty/command: cosmetic: swap i and j in vty_dump_element() by Vadim Yanitskiy · 3 years, 10 months ago
  33. b0bbd72 vty/command: fix switch / case coding style in vty_go_parent() by Vadim Yanitskiy · 3 years, 10 months ago
  34. 1d7ae15 vty/command: cosmetic: fix formatting of config_help_cmd by Vadim Yanitskiy · 3 years, 11 months ago
  35. 6f50e21 vty/command: cosmetic: simplify conditions in in config_list_cmd by Vadim Yanitskiy · 3 years, 11 months ago
  36. a184701 vty: Don't match negative values on purely positive ranges by Pau Espin Pedrol · 4 years ago
  37. 9fdc871 vty: Allow 64 bit values in numeric ranges if system supports it by Pau Espin Pedrol · 3 years, 11 months ago
  38. cf70aa0 enable vty xml dumping to stdout by Neels Hofmeyr · 4 years, 1 month ago
  39. d31de23 vty: track parent nodes also for telnet sessions by Neels Hofmeyr · 4 years, 8 months ago
  40. a0c8195 vty: Return error if cmd returns CMD_WARNING while reading cfg file by Pau Espin Pedrol · 4 years, 8 months ago
  41. 0fd0fe6 vty: Fix go_parent_cb not called for indented nodes at end of cfg file by Pau Espin Pedrol · 4 years, 9 months ago
  42. eda8b7b vty: Optionally Set/replace cfg file during cmd 'write file' by Pau Espin Pedrol · 4 years, 9 months ago
  43. 766f77c MAXPATHLEN set if not defined by Ruben Undheim · 6 years ago
  44. e1e1ec3 vty: Simplify char escaping in asciidoc output by Pau Espin Pedrol · 5 years ago
  45. 32e6710 vty: command.c: Fix: single-choice optional args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  46. 7e1b03f vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  47. 8930ace vty: command.c: Get rid of big indentation block by Pau Espin Pedrol · 5 years ago
  48. c17c6d6 command.c: Improve return check condition in cmd_execut_command_real() by Pau Espin Pedrol · 5 years ago
  49. 274ac4d vty: command.c: Get rid of huge indentation block by Pau Espin Pedrol · 5 years ago
  50. de89099 cosmetic: vty: command.c: Use upper case for enum match_type value names by Pau Espin Pedrol · 5 years ago
  51. 6df2e44 vty: command.c: Fix is_cmd_ambiguous() returning always 0 by Pau Espin Pedrol · 5 years ago
  52. 4742526 vty: command.c: Get rid of huge indentation block by Pau Espin Pedrol · 5 years ago
  53. f5781c9 vty/command.c: cosmetic: add missing curly brackets by Vadim Yanitskiy · 5 years ago
  54. 9ea9dd0 vty: enable tab-completion for optional-multi-choice args by Neels Hofmeyr · 5 years ago
  55. b55f4d2 vty: enable optional-multi-choice syntax: [(one|two)] by Neels Hofmeyr · 5 years ago
  56. c197809 vty: enable optional-multi-choice syntax: ([one]|[two]) by Neels Hofmeyr · 5 years ago
  57. 5398911 vty: omit HIDDEN from vty reference by Neels Hofmeyr · 6 years ago
  58. a7557fe vty list: fix deprecation/hidden bit logic by Neels Hofmeyr · 6 years ago
  59. cf8def2 vty reference: fix deprecation bit evaluation by Neels Hofmeyr · 6 years ago
  60. 5314c51 vty: fix use-after-free and memleaks in is_cmd_ambiguous() by Neels Hofmeyr · 6 years ago
  61. 4e0add2 vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy() by Neels Hofmeyr · 6 years ago
  62. f2d323e vty/command.c: talloc from tall_vty_cmd_ctx, not NULL by Neels Hofmeyr · 6 years ago
  63. 23a299f vty: Don't dump deprecated commands in XML export by Harald Welte · 6 years ago
  64. d65f3ea vty/command.c: write_config_file(): sanely compose temp path by Neels Hofmeyr · 6 years ago
  65. 3b68157 vty: set name for VIEW+ENABLE nodes, for VTY reference by Neels Hofmeyr · 7 years ago
  66. 453e37e VTY reference: use node names as section names by Neels Hofmeyr · 7 years ago
  67. f716277 VTY reference: do not list empty nodes by Neels Hofmeyr · 7 years ago
  68. 69054e2 vty XML export: avoid repeating common node commands for each node by Neels Hofmeyr · 7 years ago
  69. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  70. 0f7bcb5 vty: Fix bad use of vector_slot() by Pau Espin Pedrol · 7 years ago
  71. 74aa025 Revert "vty: Fix bad use of vector_slot()" by Neels Hofmeyr · 7 years ago
  72. e9e9e42 vty: Fix bad use of vector_slot() by Pau Espin Pedrol · 7 years ago
  73. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  74. 657c5b6 vty: derive node name from prompt, use as XML ids by Neels Hofmeyr · 7 years ago
  75. 0b723f6 vty: use internal node id for xml ids by Neels Hofmeyr · 7 years ago
  76. 00b5ed3 comment: describe indent_cmp() by Neels Hofmeyr · 7 years ago
  77. 4306363 fix vty regression: empty parent node by Neels Hofmeyr · 7 years ago
  78. 4a31ffa VTY: implicit node exit by de-indenting, not parent lookup by Neels Hofmeyr · 7 years ago
  79. d64b6ae VTY: interactive: never look for matching commands on parent node by Neels Hofmeyr · 7 years ago
  80. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  81. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  82. 49a0dec vty/command.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  83. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  84. addeaa3 vty: OSMO_ASSERT() if two identical commands are installed by Harald Welte · 7 years ago
  85. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  86. ad580ba add vty call show asciidoc: generate a documentation for counters by Alexander Couzens · 8 years ago
  87. a99d45a vty: Don't call exit() but rather use OSMO_ASSERT() by Harald Welte · 9 years ago
  88. 2b82c1c fix FSF address in sources/headers by Jaroslav Škarvada · 9 years ago
  89. a9e5252 vty: Change API to have node installation be done by int by Holger Hans Peter Freyther · 9 years ago
  90. 9f0f978 vty: Check with the application before writing the config by Holger Hans Peter Freyther · 10 years ago
  91. b3657e1 vty: Allow vty_go_parent() in all nodes. by Jacob Erlbeck · 11 years ago
  92. 2349721 vty: Replace 'enum node_type' by 'int' for last_node by Jacob Erlbeck · 11 years ago
  93. 0c987bd vty: Add vty_install_default() and use for the vty nodes by Jacob Erlbeck · 11 years ago
  94. 7eed053 vty: Refactored vty_go_parent(), 'end' and 'exit' by Jacob Erlbeck · 11 years ago
  95. 2442e09 vty: Rename is_config() to is_config_child() by Jacob Erlbeck · 11 years ago
  96. 047213b vty: Attempt to fix various meam leaks in the VTY lookup code by Holger Hans Peter Freyther · 11 years ago
  97. d17aa59 VTY: don't show HIDDEN or DEPRECATED vty commands in ? completion by Harald Welte · 11 years ago
  98. 80d30fe vty/command.c: Cosmetic cleanup by Harald Welte · 11 years ago
  99. 4d8eea4 vty: Do better filtering of arguments, optional args particularly by Sylvain Munaut · 11 years ago
  100. 8297c81 vty: Add xsd and a command that can generate the documentation. by Holger Hans Peter Freyther · 13 years ago