1. a0c8195 vty: Return error if cmd returns CMD_WARNING while reading cfg file by Pau Espin Pedrol · 4 years, 8 months ago
  2. 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
  3. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 10 months ago
  4. eda8b7b vty: Optionally Set/replace cfg file during cmd 'write file' by Pau Espin Pedrol · 4 years, 9 months ago
  5. 0cbe8f0 tdef: Introduce min_val and max_val fields by Pau Espin Pedrol · 4 years, 10 months ago
  6. 766f77c MAXPATHLEN set if not defined by Ruben Undheim · 6 years ago
  7. f8fe48e fix: vty crash by logging during VTY_CLOSED event handling by Neels Hofmeyr · 4 years, 10 months ago
  8. 0c2a46d vty: Register logp cmd next to logging commands by Pau Espin Pedrol · 4 years, 11 months ago
  9. d0b3b9e add vty logp command to echo on all log targets by Neels Hofmeyr · 5 years ago
  10. 922d276 Bump version: 1.1.0.107-afce-dirty → 1.2.0 by Pau Espin Pedrol · 5 years ago 1.2.0
  11. c21ba15 Get rid of osmo_str_tolower() use inside libosmocore code by Pau Espin Pedrol · 5 years ago
  12. 8c00f9d vty/vty.c: the command buffer can be accessed directly by Vadim Yanitskiy · 5 years ago
  13. 757dea8 vty/vty.c: fix vty_read(): prevent further heap-buffer overrun by Vadim Yanitskiy · 5 years ago
  14. 74b6ff0 vty/telnet_interface.c: log connection accept() / close() events by Vadim Yanitskiy · 5 years ago
  15. 5c4b985 vty/logging_vty.c: fix writing of 'print category-hex' by Vadim Yanitskiy · 5 years ago
  16. a9a8ea5 vty/telnet_interface.c: avoid unneeded initialization by Vadim Yanitskiy · 5 years ago
  17. 0ba3573 vty/telnet_interface.c: use DLGLOBAL logging sub-system by Vadim Yanitskiy · 5 years ago
  18. 6f3bbd4 stats_vty: Add verb to sentence for show asciidoc counters by Daniel Willmann · 5 years ago
  19. e1e1ec3 vty: Simplify char escaping in asciidoc output by Pau Espin Pedrol · 5 years ago
  20. 18e019e vty: Remove trailing whitespace in output from show asciidoc by Pau Espin Pedrol · 5 years ago
  21. 32e6710 vty: command.c: Fix: single-choice optional args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  22. 7e1b03f vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty func by Pau Espin Pedrol · 5 years ago
  23. 8930ace vty: command.c: Get rid of big indentation block by Pau Espin Pedrol · 5 years ago
  24. c17c6d6 command.c: Improve return check condition in cmd_execut_command_real() by Pau Espin Pedrol · 5 years ago
  25. 274ac4d vty: command.c: Get rid of huge indentation block by Pau Espin Pedrol · 5 years ago
  26. de89099 cosmetic: vty: command.c: Use upper case for enum match_type value names by Pau Espin Pedrol · 5 years ago
  27. 6df2e44 vty: command.c: Fix is_cmd_ambiguous() returning always 0 by Pau Espin Pedrol · 5 years ago
  28. 4742526 vty: command.c: Get rid of huge indentation block by Pau Espin Pedrol · 5 years ago
  29. f5781c9 vty/command.c: cosmetic: add missing curly brackets by Vadim Yanitskiy · 5 years ago
  30. 581a34d tdef: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  31. 1fcdd0d Bump version: 1.0.1.143-cc72c → 1.1.0 by Pau Espin Pedrol · 5 years ago 1.1.0
  32. 6305300 add vty_is_active() by Neels Hofmeyr · 5 years ago
  33. d79ccc6 add osmo_str_startswith() by Neels Hofmeyr · 5 years ago
  34. 3d81147 vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp() by Vadim Yanitskiy · 5 years ago
  35. bd6968a vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heap by Vadim Yanitskiy · 5 years ago
  36. 1688699 select: Rename BSC_FD_* constants to OSMO_FD_* by Harald Welte · 5 years ago
  37. 54f5f4d vty/tdef_vty.c: drop redundant comparison by Vadim Yanitskiy · 5 years ago
  38. 5734bff represent negative T-timers as Osmocom-specific X-timers by Neels Hofmeyr · 5 years ago
  39. 0fd615f add osmo_tdef API, originally adopted from osmo-bsc T_def by Neels Hofmeyr · 5 years ago
  40. c1aa178 vty api: add vty_out_va() by Neels Hofmeyr · 5 years ago
  41. 8d04f95 vty telnet: consistently never change nodes upon CTRL-C by Neels Hofmeyr · 5 years ago
  42. 9ea9dd0 vty: enable tab-completion for optional-multi-choice args by Neels Hofmeyr · 5 years ago
  43. b55f4d2 vty: enable optional-multi-choice syntax: [(one|two)] by Neels Hofmeyr · 5 years ago
  44. c197809 vty: enable optional-multi-choice syntax: ([one]|[two]) by Neels Hofmeyr · 5 years ago
  45. a0c1cba Bump version: 0.12.0.128-8dfde → 1.0.0 by Harald Welte · 5 years ago 1.0.0
  46. 34d54b2 Fix VTY documentation error introduced in "bind" VTY port change by Harald Welte · 6 years ago
  47. 99ae401 vty: Make TCP port configurable and introduce telnet_init_default by Holger Hans Peter Freyther · 6 years ago
  48. d8d0ef6 vty: The telnet interface is TCP only. Fix the comments by Holger Hans Peter Freyther · 6 years ago
  49. 84eb1ab make 'show rate-counters' show group index by Stefan Sperling · 6 years ago
  50. 7c75ffb stop printing group description in vty_out_rate_ctr_group_fmt() by Stefan Sperling · 6 years ago
  51. 7a2ec6e vty: adjust telnet log by Max · 6 years ago
  52. 2e0a945 vty.c: Set vty->fd to -1 after closing the FD by Harald Welte · 6 years ago
  53. e8e4322 telnet_interface: avoid double-close of fd() by Harald Welte · 6 years ago
  54. ea6f519 vty logging: fix crash when missing 'logging enable' by Neels Hofmeyr · 6 years ago
  55. 0d67f48 logging_vty: Ensure writing well-formed config files by Harald Welte · 6 years ago
  56. 5398911 vty: omit HIDDEN from vty reference by Neels Hofmeyr · 6 years ago
  57. a7557fe vty list: fix deprecation/hidden bit logic by Neels Hofmeyr · 6 years ago
  58. cf8def2 vty reference: fix deprecation bit evaluation by Neels Hofmeyr · 6 years ago
  59. 28fc078 logging vty: add 'logging level set-all <level>' by Neels Hofmeyr · 6 years ago
  60. 9540c24 logging vty: deprecate 'all', introduce 'force-all' by Neels Hofmeyr · 6 years ago
  61. 098038a logging vty: write: check logging levels validity by Neels Hofmeyr · 6 years ago
  62. 7e0686c logging vty: deprecate the 'everything' keyword by Neels Hofmeyr · 6 years ago
  63. ba0762d logging vty: rewrite 'logging level' vty cmd generation by Neels Hofmeyr · 6 years ago
  64. 7c74989 add osmo_str_tolower() and _toupper() with test by Neels Hofmeyr · 6 years ago
  65. 77ae45d log: add 'last' option to 'logging print file' by Neels Hofmeyr · 6 years ago
  66. b3a9820 vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 release by Pau Espin Pedrol · 6 years ago
  67. 893e49e vty/vty.c: fix bug in vty_config_write by Mykola Shchetinin · 6 years ago
  68. baed917 vty/vty.c: remove dead unused tall_bsc_ctx by Vadim Yanitskiy · 6 years ago
  69. 4986505 ctrl/vty: fsm: use correct element when iterating over fsm->proc.children by Alexander Couzens · 6 years ago
  70. 924ef0b Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0 by Pau Espin Pedrol · 6 years ago 0.12.0
  71. d51c98e logging_vty: Simplify code in config_write_log_single by Pau Espin Pedrol · 6 years ago
  72. d910a35 stats_vty: Add asciidoc sections between the different counters by Daniel Willmann · 6 years ago
  73. ab383e6 vty: initialize termios before using it by Alexander Couzens · 6 years ago
  74. 5314c51 vty: fix use-after-free and memleaks in is_cmd_ambiguous() by Neels Hofmeyr · 6 years ago
  75. 4e0add2 vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy() by Neels Hofmeyr · 6 years ago
  76. f2d323e vty/command.c: talloc from tall_vty_cmd_ctx, not NULL by Neels Hofmeyr · 6 years ago
  77. 11eb4b5 vty: Add logging_vty_add_deprecated_subsys by Harald Welte · 6 years ago
  78. 23a299f vty: Don't dump deprecated commands in XML export by Harald Welte · 6 years ago
  79. 4df2251 remove unused argument from pad_append_ctr() helper function by Stefan Sperling · 6 years ago
  80. 73b7fa6 Add a 'show rate-counters' VTY command. by Stefan Sperling · 6 years ago
  81. 97d3da2 introduce vty_out_rate_ctr_group_fmt() function by Stefan Sperling · 6 years ago
  82. 13154ff Bump version: 0.10.2.284-bc47-dirty → 0.11.0 by Pau Espin Pedrol · 6 years ago 0.11.0
  83. d65f3ea vty/command.c: write_config_file(): sanely compose temp path by Neels Hofmeyr · 6 years ago
  84. a2501a2 VTY: Don't welcome the user to the "control" interface, if it's VTY by Harald Welte · 6 years ago
  85. cc81722 ensure VTY commands don't segfault if an FSM has no event names by Stefan Sperling · 6 years ago
  86. 218c4de ensure that osmo_fsm vty commands are only installed once by Stefan Sperling · 6 years ago
  87. 408a900 talloc_ctx_vty: Fix help strings (missing \n at end of line) by Harald Welte · 6 years ago
  88. 22772cc vty: fix 'logging print file' output by Neels Hofmeyr · 6 years ago
  89. c6fd245 logging vty: add 'logging print file (0|1|basename)' cmd by Neels Hofmeyr · 6 years ago
  90. bd7bd39 logging: separate the '<000b>' subsys from filename logging by Neels Hofmeyr · 6 years ago
  91. 886e548 logging: add ability to log the log-level with API and vty by Neels Hofmeyr · 6 years ago
  92. 2f153b5 Use 127.0.0.1 for GSMTAP logging by default by Max · 6 years ago
  93. 84ea2e0 logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL() by Neels Hofmeyr · 7 years ago
  94. 3b68157 vty: set name for VIEW+ENABLE nodes, for VTY reference by Neels Hofmeyr · 7 years ago
  95. 453e37e VTY reference: use node names as section names by Neels Hofmeyr · 7 years ago
  96. f716277 VTY reference: do not list empty nodes by Neels Hofmeyr · 7 years ago
  97. 69054e2 vty XML export: avoid repeating common node commands for each node by Neels Hofmeyr · 7 years ago
  98. 06dbdf5 vty: show asciidoc counters: don't create an empty table for osmo_counters by Alexander Couzens · 7 years ago
  99. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  100. 0f7bcb5 vty: Fix bad use of vector_slot() by Pau Espin Pedrol · 7 years ago