1. f1fc9d3 vty: fix vty_dump_element(): do not print empty <attributes> by Vadim Yanitskiy · 3 years, 9 months ago
  2. ef4c597 vty/command: restrict the use of '.', '!', and '@' as flags by Vadim Yanitskiy · 3 years, 9 months ago
  3. 7e1a78f vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT} by Vadim Yanitskiy · 3 years, 9 months ago
  4. 75fec3a vty/command: print attribute flags in the output of 'list' by Vadim Yanitskiy · 3 years, 9 months ago
  5. 44c4d17 vty/command: introduce a command to list attributes by Vadim Yanitskiy · 3 years, 9 months ago
  6. 608b1a4 command: add library command attribute for libosmo-sccp by Philipp Maier · 3 years, 9 months ago
  7. c0745eb vty/command: introduce API for the library specific attributes by Vadim Yanitskiy · 3 years, 9 months ago
  8. 8e7c496 vty: use install_lib_element() and install_lib_element_ve() by Vadim Yanitskiy · 3 years, 9 months ago
  9. 99d5c2d vty/command: add CMD_ATTR_LIB_COMMAND and install() API wrappers by Vadim Yanitskiy · 3 years, 9 months ago
  10. ceb3b39 vty/command: add global command attribute CMD_ATTR_NODE_EXIT by Vadim Yanitskiy · 3 years, 9 months ago
  11. f94355d vty: check for reserved flags in application specific attributes by Vadim Yanitskiy · 3 years, 9 months ago
  12. 024e195 vty: check for duplicate flags in application specific attributes by Vadim Yanitskiy · 3 years, 9 months ago
  13. e4d9a2c logging_vty: set osmo_stderr_target to NULL on "no log stderr" by Harald Welte · 3 years, 9 months ago
  14. 7f6c87d vty/command: reflect global attributes in the XML reference by Vadim Yanitskiy · 3 years, 9 months ago
  15. 349d348 vty: cosmetic: fix missing curly braces in vty_describe_command() by Vadim Yanitskiy · 3 years, 9 months ago
  16. f909d33 vty: cosmetic: s/width/cmd_width/g in vty_describe_command() by Vadim Yanitskiy · 3 years, 9 months ago
  17. aade232 vty: cosmetic: drop redundant 'break' statements by Vadim Yanitskiy · 3 years, 9 months ago
  18. 34e94f3 vty: print program specific attributes in the XML reference by Vadim Yanitskiy · 3 years, 11 months ago
  19. e0ed147 vty: fix 'Unsigned compared against 0' generate_cpu_hex_mask() by Vadim Yanitskiy · 3 years, 10 months ago
  20. 62be97e vty: Fix cpu-sched VTY node name by Pau Espin Pedrol · 3 years, 11 months ago
  21. 478dd1b vty/command: cosmetic: swap i and j in vty_dump_element() by Vadim Yanitskiy · 3 years, 11 months ago
  22. b0bbd72 vty/command: fix switch / case coding style in vty_go_parent() by Vadim Yanitskiy · 3 years, 11 months ago
  23. dde3272 vty cpu sched: do not assert if sched impossible by Eric · 3 years, 11 months ago
  24. 1d7ae15 vty/command: cosmetic: fix formatting of config_help_cmd by Vadim Yanitskiy · 3 years, 11 months ago
  25. 6f50e21 vty/command: cosmetic: simplify conditions in in config_list_cmd by Vadim Yanitskiy · 3 years, 11 months ago
  26. eb6882f vty: Introduce support to set cpu-affinity and scheduler policy by Pau Espin Pedrol · 4 years ago
  27. a184701 vty: Don't match negative values on purely positive ranges by Pau Espin Pedrol · 4 years ago
  28. 9fdc871 vty: Allow 64 bit values in numeric ranges if system supports it by Pau Espin Pedrol · 4 years ago
  29. 1a1de33 stats: Add stats commands related to testing by Daniel Willmann · 4 years ago
  30. bebec21 vty: Avoid ultra-long multi-line strings cluttering talloc reports by Harald Welte · 4 years ago
  31. cf70aa0 enable vty xml dumping to stdout by Neels Hofmeyr · 4 years, 2 months ago
  32. dfebf40 stats: Support regular stats flush by Alexander Chemeris · 4 years, 2 months ago
  33. 161adee stats: Move cfg_stats_interval_cmd() function. by Alexander Chemeris · 4 years, 2 months ago
  34. df4f608 tdef_vty: do not enforce enum 'node_type' in osmo_tdef_vty_groups_init() by Vadim Yanitskiy · 4 years, 5 months ago
  35. 57d1118 logging_vty.c: Avoid acquiring log tgt lock in logging level cmd when not needed by Pau Espin Pedrol · 4 years, 6 months ago
  36. 2862f90 Bump version: 1.2.0.108-c6a8-dirty → 1.3.0 by Pau Espin Pedrol · 4 years, 6 months ago 1.3.0
  37. 7a35b78 libosmovty: simplify condition checking vty->fd in vty_close() by Vadim Yanitskiy · 4 years, 7 months ago
  38. 54df08e libosmovty: properly initialize vty->fd in vty_new() by Vadim Yanitskiy · 4 years, 7 months ago
  39. d31de23 vty: track parent nodes also for telnet sessions by Neels Hofmeyr · 4 years, 8 months ago
  40. 02f25ea logging/vty: fix: do not close stderr in vty_close() by Vadim Yanitskiy · 4 years, 8 months ago
  41. b639b4d logging/vty: fix vty_read_file(): do not write warnings to stdin by Vadim Yanitskiy · 4 years, 8 months ago
  42. 4abda9e logging/vty: fix: actually ignore deprecated logging commands by Vadim Yanitskiy · 4 years, 8 months ago
  43. 75c242e logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys() by Vadim Yanitskiy · 4 years, 8 months ago
  44. 1581c49 logging/vty: do not print deprecated logging commands to stdout by Vadim Yanitskiy · 4 years, 8 months ago
  45. a0c8195 vty: Return error if cmd returns CMD_WARNING while reading cfg file by Pau Espin Pedrol · 4 years, 8 months ago
  46. 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
  47. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 10 months ago
  48. eda8b7b vty: Optionally Set/replace cfg file during cmd 'write file' by Pau Espin Pedrol · 4 years, 9 months ago
  49. 0cbe8f0 tdef: Introduce min_val and max_val fields by Pau Espin Pedrol · 4 years, 10 months ago
  50. 766f77c MAXPATHLEN set if not defined by Ruben Undheim · 6 years ago
  51. f8fe48e fix: vty crash by logging during VTY_CLOSED event handling by Neels Hofmeyr · 4 years, 10 months ago
  52. 0c2a46d vty: Register logp cmd next to logging commands by Pau Espin Pedrol · 4 years, 11 months ago
  53. d0b3b9e add vty logp command to echo on all log targets by Neels Hofmeyr · 5 years ago
  54. 922d276 Bump version: 1.1.0.107-afce-dirty → 1.2.0 by Pau Espin Pedrol · 5 years ago 1.2.0
  55. c21ba15 Get rid of osmo_str_tolower() use inside libosmocore code by Pau Espin Pedrol · 5 years ago
  56. 8c00f9d vty/vty.c: the command buffer can be accessed directly by Vadim Yanitskiy · 5 years ago
  57. 757dea8 vty/vty.c: fix vty_read(): prevent further heap-buffer overrun by Vadim Yanitskiy · 5 years ago
  58. 74b6ff0 vty/telnet_interface.c: log connection accept() / close() events by Vadim Yanitskiy · 5 years ago
  59. 5c4b985 vty/logging_vty.c: fix writing of 'print category-hex' by Vadim Yanitskiy · 5 years ago
  60. a9a8ea5 vty/telnet_interface.c: avoid unneeded initialization by Vadim Yanitskiy · 5 years ago
  61. 0ba3573 vty/telnet_interface.c: use DLGLOBAL logging sub-system by Vadim Yanitskiy · 5 years ago
  62. 6f3bbd4 stats_vty: Add verb to sentence for show asciidoc counters by Daniel Willmann · 5 years ago
  63. e1e1ec3 vty: Simplify char escaping in asciidoc output by Pau Espin Pedrol · 5 years ago
  64. 18e019e vty: Remove trailing whitespace in output from show asciidoc by Pau Espin Pedrol · 5 years ago
  65. 32e6710 vty: command.c: Fix: single-choice optional args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  66. 7e1b03f vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  67. 8930ace vty: command.c: Get rid of big indentation block by Pau Espin Pedrol · 5 years ago
  68. c17c6d6 command.c: Improve return check condition in cmd_execut_command_real() by Pau Espin Pedrol · 5 years ago
  69. 274ac4d vty: command.c: Get rid of huge indentation block by Pau Espin Pedrol · 5 years ago
  70. de89099 cosmetic: vty: command.c: Use upper case for enum match_type value names by Pau Espin Pedrol · 5 years ago
  71. 6df2e44 vty: command.c: Fix is_cmd_ambiguous() returning always 0 by Pau Espin Pedrol · 5 years ago
  72. 4742526 vty: command.c: Get rid of huge indentation block by Pau Espin Pedrol · 5 years ago
  73. f5781c9 vty/command.c: cosmetic: add missing curly brackets by Vadim Yanitskiy · 5 years ago
  74. 581a34d tdef: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  75. 1fcdd0d Bump version: 1.0.1.143-cc72c → 1.1.0 by Pau Espin Pedrol · 5 years ago 1.1.0
  76. 6305300 add vty_is_active() by Neels Hofmeyr · 5 years ago
  77. d79ccc6 add osmo_str_startswith() by Neels Hofmeyr · 5 years ago
  78. 3d81147 vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp() by Vadim Yanitskiy · 5 years ago
  79. bd6968a vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heap by Vadim Yanitskiy · 5 years ago
  80. 1688699 select: Rename BSC_FD_* constants to OSMO_FD_* by Harald Welte · 5 years ago
  81. 54f5f4d vty/tdef_vty.c: drop redundant comparison by Vadim Yanitskiy · 5 years ago
  82. 5734bff represent negative T-timers as Osmocom-specific X-timers by Neels Hofmeyr · 5 years ago
  83. 0fd615f add osmo_tdef API, originally adopted from osmo-bsc T_def by Neels Hofmeyr · 5 years ago
  84. c1aa178 vty api: add vty_out_va() by Neels Hofmeyr · 5 years ago
  85. 8d04f95 vty telnet: consistently never change nodes upon CTRL-C by Neels Hofmeyr · 5 years ago
  86. 9ea9dd0 vty: enable tab-completion for optional-multi-choice args by Neels Hofmeyr · 5 years ago
  87. b55f4d2 vty: enable optional-multi-choice syntax: [(one|two)] by Neels Hofmeyr · 5 years ago
  88. c197809 vty: enable optional-multi-choice syntax: ([one]|[two]) by Neels Hofmeyr · 5 years ago
  89. a0c1cba Bump version: 0.12.0.128-8dfde → 1.0.0 by Harald Welte · 5 years ago 1.0.0
  90. 34d54b2 Fix VTY documentation error introduced in "bind" VTY port change by Harald Welte · 6 years ago
  91. 99ae401 vty: Make TCP port configurable and introduce telnet_init_default by Holger Hans Peter Freyther · 6 years ago
  92. d8d0ef6 vty: The telnet interface is TCP only. Fix the comments by Holger Hans Peter Freyther · 6 years ago
  93. 84eb1ab make 'show rate-counters' show group index by Stefan Sperling · 6 years ago
  94. 7c75ffb stop printing group description in vty_out_rate_ctr_group_fmt() by Stefan Sperling · 6 years ago
  95. 7a2ec6e vty: adjust telnet log by Max · 6 years ago
  96. 2e0a945 vty.c: Set vty->fd to -1 after closing the FD by Harald Welte · 6 years ago
  97. e8e4322 telnet_interface: avoid double-close of fd() by Harald Welte · 6 years ago
  98. ea6f519 vty logging: fix crash when missing 'logging enable' by Neels Hofmeyr · 6 years ago
  99. 0d67f48 logging_vty: Ensure writing well-formed config files by Harald Welte · 6 years ago
  100. 5398911 vty: omit HIDDEN from vty reference by Neels Hofmeyr · 6 years ago