1. f5781c9 vty/command.c: cosmetic: add missing curly brackets by Vadim Yanitskiy · 5 years ago
  2. 581a34d tdef: Fix license: GPLv2+ instead of AGPLv3+ by Harald Welte · 5 years ago
  3. 1fcdd0d Bump version: 1.0.1.143-cc72c → 1.1.0 by Pau Espin Pedrol · 5 years ago 1.1.0
  4. 6305300 add vty_is_active() by Neels Hofmeyr · 5 years ago
  5. d79ccc6 add osmo_str_startswith() by Neels Hofmeyr · 5 years ago
  6. 3d81147 vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp() by Vadim Yanitskiy · 5 years ago
  7. bd6968a vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heap by Vadim Yanitskiy · 5 years ago
  8. 1688699 select: Rename BSC_FD_* constants to OSMO_FD_* by Harald Welte · 5 years ago
  9. 54f5f4d vty/tdef_vty.c: drop redundant comparison by Vadim Yanitskiy · 5 years ago
  10. 5734bff represent negative T-timers as Osmocom-specific X-timers by Neels Hofmeyr · 5 years ago
  11. 0fd615f add osmo_tdef API, originally adopted from osmo-bsc T_def by Neels Hofmeyr · 5 years ago
  12. c1aa178 vty api: add vty_out_va() by Neels Hofmeyr · 5 years ago
  13. 8d04f95 vty telnet: consistently never change nodes upon CTRL-C by Neels Hofmeyr · 5 years ago
  14. 9ea9dd0 vty: enable tab-completion for optional-multi-choice args by Neels Hofmeyr · 5 years ago
  15. b55f4d2 vty: enable optional-multi-choice syntax: [(one|two)] by Neels Hofmeyr · 5 years ago
  16. c197809 vty: enable optional-multi-choice syntax: ([one]|[two]) by Neels Hofmeyr · 5 years ago
  17. a0c1cba Bump version: 0.12.0.128-8dfde → 1.0.0 by Harald Welte · 5 years ago 1.0.0
  18. 34d54b2 Fix VTY documentation error introduced in "bind" VTY port change by Harald Welte · 6 years ago
  19. 99ae401 vty: Make TCP port configurable and introduce telnet_init_default by Holger Hans Peter Freyther · 6 years ago
  20. d8d0ef6 vty: The telnet interface is TCP only. Fix the comments by Holger Hans Peter Freyther · 6 years ago
  21. 84eb1ab make 'show rate-counters' show group index by Stefan Sperling · 6 years ago
  22. 7c75ffb stop printing group description in vty_out_rate_ctr_group_fmt() by Stefan Sperling · 6 years ago
  23. 7a2ec6e vty: adjust telnet log by Max · 6 years ago
  24. 2e0a945 vty.c: Set vty->fd to -1 after closing the FD by Harald Welte · 6 years ago
  25. e8e4322 telnet_interface: avoid double-close of fd() by Harald Welte · 6 years ago
  26. ea6f519 vty logging: fix crash when missing 'logging enable' by Neels Hofmeyr · 6 years ago
  27. 0d67f48 logging_vty: Ensure writing well-formed config files by Harald Welte · 6 years ago
  28. 5398911 vty: omit HIDDEN from vty reference by Neels Hofmeyr · 6 years ago
  29. a7557fe vty list: fix deprecation/hidden bit logic by Neels Hofmeyr · 6 years ago
  30. cf8def2 vty reference: fix deprecation bit evaluation by Neels Hofmeyr · 6 years ago
  31. 28fc078 logging vty: add 'logging level set-all <level>' by Neels Hofmeyr · 6 years ago
  32. 9540c24 logging vty: deprecate 'all', introduce 'force-all' by Neels Hofmeyr · 6 years ago
  33. 098038a logging vty: write: check logging levels validity by Neels Hofmeyr · 6 years ago
  34. 7e0686c logging vty: deprecate the 'everything' keyword by Neels Hofmeyr · 6 years ago
  35. ba0762d logging vty: rewrite 'logging level' vty cmd generation by Neels Hofmeyr · 6 years ago
  36. 7c74989 add osmo_str_tolower() and _toupper() with test by Neels Hofmeyr · 6 years ago
  37. 77ae45d log: add 'last' option to 'logging print file' by Neels Hofmeyr · 6 years ago
  38. b3a9820 vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 release by Pau Espin Pedrol · 6 years ago
  39. 893e49e vty/vty.c: fix bug in vty_config_write by Mykola Shchetinin · 6 years ago
  40. baed917 vty/vty.c: remove dead unused tall_bsc_ctx by Vadim Yanitskiy · 6 years ago
  41. 4986505 ctrl/vty: fsm: use correct element when iterating over fsm->proc.children by Alexander Couzens · 6 years ago
  42. 924ef0b Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0 by Pau Espin Pedrol · 6 years ago 0.12.0
  43. d51c98e logging_vty: Simplify code in config_write_log_single by Pau Espin Pedrol · 6 years ago
  44. d910a35 stats_vty: Add asciidoc sections between the different counters by Daniel Willmann · 6 years ago
  45. ab383e6 vty: initialize termios before using it by Alexander Couzens · 6 years ago
  46. 5314c51 vty: fix use-after-free and memleaks in is_cmd_ambiguous() by Neels Hofmeyr · 6 years ago
  47. 4e0add2 vty: cosmetic: cmd_deopt(): use talloc_strndup(), not memcpy() by Neels Hofmeyr · 6 years ago
  48. f2d323e vty/command.c: talloc from tall_vty_cmd_ctx, not NULL by Neels Hofmeyr · 6 years ago
  49. 11eb4b5 vty: Add logging_vty_add_deprecated_subsys by Harald Welte · 6 years ago
  50. 23a299f vty: Don't dump deprecated commands in XML export by Harald Welte · 6 years ago
  51. 4df2251 remove unused argument from pad_append_ctr() helper function by Stefan Sperling · 6 years ago
  52. 73b7fa6 Add a 'show rate-counters' VTY command. by Stefan Sperling · 6 years ago
  53. 97d3da2 introduce vty_out_rate_ctr_group_fmt() function by Stefan Sperling · 6 years ago
  54. 13154ff Bump version: 0.10.2.284-bc47-dirty → 0.11.0 by Pau Espin Pedrol · 6 years ago 0.11.0
  55. d65f3ea vty/command.c: write_config_file(): sanely compose temp path by Neels Hofmeyr · 6 years ago
  56. a2501a2 VTY: Don't welcome the user to the "control" interface, if it's VTY by Harald Welte · 6 years ago
  57. cc81722 ensure VTY commands don't segfault if an FSM has no event names by Stefan Sperling · 6 years ago
  58. 218c4de ensure that osmo_fsm vty commands are only installed once by Stefan Sperling · 6 years ago
  59. 408a900 talloc_ctx_vty: Fix help strings (missing \n at end of line) by Harald Welte · 6 years ago
  60. 22772cc vty: fix 'logging print file' output by Neels Hofmeyr · 6 years ago
  61. c6fd245 logging vty: add 'logging print file (0|1|basename)' cmd by Neels Hofmeyr · 6 years ago
  62. bd7bd39 logging: separate the '<000b>' subsys from filename logging by Neels Hofmeyr · 6 years ago
  63. 886e548 logging: add ability to log the log-level with API and vty by Neels Hofmeyr · 6 years ago
  64. 2f153b5 Use 127.0.0.1 for GSMTAP logging by default by Max · 7 years ago
  65. 84ea2e0 logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL() by Neels Hofmeyr · 7 years ago
  66. 3b68157 vty: set name for VIEW+ENABLE nodes, for VTY reference by Neels Hofmeyr · 7 years ago
  67. 453e37e VTY reference: use node names as section names by Neels Hofmeyr · 7 years ago
  68. f716277 VTY reference: do not list empty nodes by Neels Hofmeyr · 7 years ago
  69. 69054e2 vty XML export: avoid repeating common node commands for each node by Neels Hofmeyr · 7 years ago
  70. 06dbdf5 vty: show asciidoc counters: don't create an empty table for osmo_counters by Alexander Couzens · 7 years ago
  71. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  72. 0f7bcb5 vty: Fix bad use of vector_slot() by Pau Espin Pedrol · 7 years ago
  73. 74aa025 Revert "vty: Fix bad use of vector_slot()" by Neels Hofmeyr · 7 years ago
  74. ba1059c Move additional libraries to appropriate place by Max · 7 years ago
  75. faee5de Tag/Release version 0.10.0 by Harald Welte · 7 years ago 0.10.0
  76. e9e9e42 vty: Fix bad use of vector_slot() by Pau Espin Pedrol · 7 years ago
  77. 8c64825 [doc] Don't add libosmovty bits to libosmocore groups by Harald Welte · 7 years ago
  78. 216338c Rename 'statistics.c' to 'counter.c' by Harald Welte · 7 years ago
  79. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  80. 463deef VTY: implement talloc context introspection command by Vadim Yanitskiy · 7 years ago
  81. 5584a14 vty/vty.c: do not bind vty context to application's one by Vadim Yanitskiy · 7 years ago
  82. 657c5b6 vty: derive node name from prompt, use as XML ids by Neels Hofmeyr · 7 years ago
  83. 0b723f6 vty: use internal node id for xml ids by Neels Hofmeyr · 7 years ago
  84. 00b5ed3 comment: describe indent_cmp() by Neels Hofmeyr · 7 years ago
  85. 4306363 fix vty regression: empty parent node by Neels Hofmeyr · 7 years ago
  86. 4a31ffa VTY: implicit node exit by de-indenting, not parent lookup by Neels Hofmeyr · 7 years ago
  87. d64b6ae VTY: interactive: never look for matching commands on parent node by Neels Hofmeyr · 7 years ago
  88. 03516d6 cosmetic: clarify language in vty read error by Keith · 7 years ago
  89. ed0eda2 Ignore broken everything log level by Max · 7 years ago
  90. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  91. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  92. 49a0dec vty/command.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  93. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  94. 7165880 Update doxygen main page for libosmo{core,gsm,vty} by Harald Welte · 7 years ago
  95. c65c5b4 vty: cleanup logging functions by Max · 7 years ago
  96. a81055d fix spelling in API docu, command reply, logging, descriptions by Thorsten Alteholz · 7 years ago
  97. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  98. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  99. 3419391 fsm: Add VTY introspection of osmo_fsm and their instances by Harald Welte · 7 years ago
  100. addeaa3 vty: OSMO_ASSERT() if two identical commands are installed by Harald Welte · 7 years ago