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