1.9.2
  1. aca2c72 Bump version: 1.8.0.252-13c29 → 1.9.0 by Pau Espin Pedrol · 9 months ago 1.9.0
  2. 6e7739f Allow 'configure <cr>' at VTY to enter config mode by Andreas Eversberg · 12 months ago
  3. e4b8473 vty: move struct vty_parent_node to private API by Neels Hofmeyr · 1 year, 1 month ago
  4. 67d84d2 vty: fix vty->index for implicit go_parent_node by Neels Hofmeyr · 1 year, 1 month ago
  5. 5f15e41 Bump version: 1.7.0.119-b31a-dirty → 1.8.0 by Pau Espin Pedrol · 1 year, 4 months ago osmith/1.8.1 1.8.0
  6. 88955fb Fix all references to config.h by Pau Espin Pedrol · 1 year, 5 months ago
  7. d4c3dc8 Move src/*.{c,h} to src/core/ by Pau Espin Pedrol · 1 year, 5 months ago
  8. ee7b8c5 libosmocore: Deprecate APIs telnet_init(_dynip)() by arehbein · 1 year, 6 months ago
  9. af35eb2 telnet_init_dynif: don't allow negative port by Max · 1 year, 6 months ago
  10. 6d26134 telnet_init_dynif: propagate error by Max · 1 year, 6 months ago
  11. 5b37642 vty: fix doc typo by Max · 1 year, 6 months ago
  12. e61d459 Support building with -Werror=strict-prototypes / -Werror=old-style-definition by Harald Welte · 1 year, 7 months ago
  13. c3b904a vty: Allow using hex representations in cmd numeric ranges by Pau Espin Pedrol · 3 years, 10 months ago
  14. a1584d2 Bump version: 1.6.0.132-0239-dirty → 1.7.0 by Pau Espin Pedrol · 2 years ago 1.7.0
  15. 079149e vty: command.c: Add assert by Pau Espin Pedrol · 2 years ago
  16. b17cc80 fsm_vty: use unsigned int when left-shifting 31 bits! by Harald Welte · 2 years, 1 month ago
  17. 8f25fd2 stats: don't try to save unknown stats reporter types by Harald Welte · 2 years, 1 month ago
  18. 3b007f8 vty: Add a 'skip-zero' version of 'show stats' and 'show rate-counters' by Harald Welte · 2 years, 2 months ago
  19. be5e838 Use internal <osmocom/core/talloc.h> everywhere by Vadim Yanitskiy · 2 years, 1 month ago
  20. c17546f vty: Support platforms that don't support pthread_getname_np() by Harald Welte · 2 years, 2 months ago
  21. e1a0aaa libosmovty: Link libosmovty against libpthread by Harald Welte · 2 years, 2 months ago
  22. 2f4186a VTY: implement 'no log gsmtap [HOSTNAME]' command by Vadim Yanitskiy · 2 years, 5 months ago
  23. b1ef8f5 select: gather statistics for TCP connections by Philipp Maier · 2 years, 6 months ago
  24. 04bfb71 treewide: remove FSF address by Oliver Smith · 2 years, 6 months ago
  25. e6987e9 VTY: enable talloc introspection for OTC_GLOBAL by Vadim Yanitskiy · 2 years, 6 months ago
  26. 52a38b4 tests/tdef: rename the binaries to end with '_test' by Vadim Yanitskiy · 2 years, 7 months ago
  27. c7deaf2 Bump version: 1.5.1.282-ab5e-dirty → 1.6.0 by Pau Espin Pedrol · 2 years, 7 months ago 1.6.0
  28. 52a5c11 stats: clarify error messages in cfg_no_stats_reporter_{statsd,log} by Vadim Yanitskiy · 2 years, 7 months ago
  29. d6b0059 stats: don't mark reporter as 'disable' beforehand by Vadim Yanitskiy · 2 years, 7 months ago
  30. 4f1c4e3 stats: cosmetic: print 'stats interval' before the reporters by Vadim Yanitskiy · 2 years, 7 months ago
  31. bfc8377 stats: allow configuring reporter's name in the VTY by Vadim Yanitskiy · 2 years, 7 months ago
  32. b72867f logging: Change stderr + file target to use non-blocking write by Harald Welte · 3 years, 8 months ago
  33. 34907fe revisit some calls of strtol(), stroul(), strtoull() by Neels Hofmeyr · 2 years, 9 months ago
  34. e90c717 refactor stat_item: get rid of FIFO and "skipped" error by Neels Hofmeyr · 2 years, 9 months ago
  35. 0692916 vty: add vty_out_uptime() print the uptime to the vty by Alexander Couzens · 2 years, 9 months ago
  36. 11a58a1 vty: allow flushing by Eric · 2 years, 9 months ago
  37. 923cb84 vty 'stats reset': do not reset stat_items by Neels Hofmeyr · 2 years, 10 months ago
  38. 053ad96 vty: clear screen with ^L by Oliver Smith · 2 years, 11 months ago
  39. 95a03e5 vty: show uptime: use timespecsub by Oliver Smith · 2 years, 11 months ago
  40. 8a482fd vty: add "shutdown" by Oliver Smith · 2 years, 11 months ago
  41. 0c78bc6 vty: add "show pid" by Oliver Smith · 2 years, 11 months ago
  42. d243c2a vty: add "show uptime" by Oliver Smith · 2 years, 11 months ago
  43. eabc6fd vty: make function cmd_range_match() public by Philipp Maier · 3 years ago
  44. 8158882 stats_vty: Improve generation of osmo counters by Daniel Willmann · 3 years ago
  45. e9fd81a stats_vty: also show rate counter group name (if present) by Vadim Yanitskiy · 3 years ago
  46. 09f075f stat,rate_ctr: Allow setting group name and use it at report time by Pau Espin Pedrol · 3 years ago
  47. 645aec8 vty: Introduce API vty_read_config_filep by Pau Espin Pedrol · 3 years, 1 month ago
  48. ebb6c1f vty: Implement missing public API host_config_file() by Pau Espin Pedrol · 3 years, 1 month ago
  49. 4b46b7e vty/logging: logp: properly handle library specific sub-systems by Vadim Yanitskiy · 3 years, 2 months ago
  50. 2d1a9fa vty/logging: ensure consistent '%' prefix for warnings by Vadim Yanitskiy · 3 years, 2 months ago
  51. ad34465 vty/logging: use consistent quiting in warning messages by Vadim Yanitskiy · 3 years, 2 months ago
  52. f286fdc Bump version: 1.4.0.535-e387-dirty → 1.5.0 by Pau Espin Pedrol · 3 years, 3 months ago 1.5.0
  53. 662d10d logging: Allow prefixing thread ID to each log line by Pau Espin Pedrol · 3 years, 4 months ago
  54. 8d6ca69 logging_vty: Fix saving of "logging print file .. last" by Harald Welte · 3 years, 4 months ago
  55. cec4bbe vty/fsm_vty: Add vty_out_fsm2() + vty_out_fsm_inst2() with prefix by Harald Welte · 3 years, 5 months ago
  56. c296e29 vty: Fix left shifting out of range on signed variable by Harald Welte · 3 years, 5 months ago
  57. 7031ac1 vty/command: add 'hidden only' VTY reference generation mode by Vadim Yanitskiy · 3 years, 7 months ago
  58. 64c67bb vty: Mark cpu_sched_vty commands with attr immediate by Pau Espin Pedrol · 3 years, 7 months ago
  59. 0a2d9bd vty/command: fix: restrict the expert mode to the current session by Vadim Yanitskiy · 3 years, 7 months ago
  60. 6760845 vty/command: add CMD_ATTR_HIDDEN to CMD_ATTR_PUBLIC_MASK by Vadim Yanitskiy · 3 years, 7 months ago
  61. 4165d04 vty/command: introduce vty_dump_xml_ref_mode() by Vadim Yanitskiy · 3 years, 7 months ago
  62. efe1342 vty/command: make some 'struct cmd_element' pointers const by Vadim Yanitskiy · 3 years, 8 months ago
  63. 72b9088 vty: introduce the expert mode and a command to enable it by Vadim Yanitskiy · 3 years, 8 months ago
  64. e7bf435 logging: introduce 'systemd-journal' target by Vadim Yanitskiy · 3 years, 9 months ago
  65. 5bc9f38 cosmetic: vty: Fix trailing whitespace by Pau Espin Pedrol · 3 years, 8 months ago
  66. 715a612 vty: Fix left shifting out of range on signed variable by Pau Espin Pedrol · 3 years, 8 months ago
  67. a5218ea command: add library command attribute for libosmo-abis by Philipp Maier · 3 years, 8 months ago
  68. f1fc9d3 vty: fix vty_dump_element(): do not print empty <attributes> by Vadim Yanitskiy · 3 years, 8 months ago
  69. ef4c597 vty/command: restrict the use of '.', '!', and '@' as flags by Vadim Yanitskiy · 3 years, 8 months ago
  70. 7e1a78f vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT} by Vadim Yanitskiy · 3 years, 8 months ago
  71. 75fec3a vty/command: print attribute flags in the output of 'list' by Vadim Yanitskiy · 3 years, 8 months ago
  72. 44c4d17 vty/command: introduce a command to list attributes by Vadim Yanitskiy · 3 years, 8 months ago
  73. 608b1a4 command: add library command attribute for libosmo-sccp by Philipp Maier · 3 years, 8 months ago
  74. c0745eb vty/command: introduce API for the library specific attributes by Vadim Yanitskiy · 3 years, 8 months ago
  75. 8e7c496 vty: use install_lib_element() and install_lib_element_ve() by Vadim Yanitskiy · 3 years, 8 months ago
  76. 99d5c2d vty/command: add CMD_ATTR_LIB_COMMAND and install() API wrappers by Vadim Yanitskiy · 3 years, 8 months ago
  77. ceb3b39 vty/command: add global command attribute CMD_ATTR_NODE_EXIT by Vadim Yanitskiy · 3 years, 8 months ago
  78. f94355d vty: check for reserved flags in application specific attributes by Vadim Yanitskiy · 3 years, 8 months ago
  79. 024e195 vty: check for duplicate flags in application specific attributes by Vadim Yanitskiy · 3 years, 8 months ago
  80. e4d9a2c logging_vty: set osmo_stderr_target to NULL on "no log stderr" by Harald Welte · 3 years, 8 months ago
  81. 7f6c87d vty/command: reflect global attributes in the XML reference by Vadim Yanitskiy · 3 years, 8 months ago
  82. 349d348 vty: cosmetic: fix missing curly braces in vty_describe_command() by Vadim Yanitskiy · 3 years, 9 months ago
  83. f909d33 vty: cosmetic: s/width/cmd_width/g in vty_describe_command() by Vadim Yanitskiy · 3 years, 9 months ago
  84. aade232 vty: cosmetic: drop redundant 'break' statements by Vadim Yanitskiy · 3 years, 9 months ago
  85. 34e94f3 vty: print program specific attributes in the XML reference by Vadim Yanitskiy · 3 years, 10 months ago
  86. e0ed147 vty: fix 'Unsigned compared against 0' generate_cpu_hex_mask() by Vadim Yanitskiy · 3 years, 9 months ago
  87. 62be97e vty: Fix cpu-sched VTY node name by Pau Espin Pedrol · 3 years, 10 months ago
  88. 478dd1b vty/command: cosmetic: swap i and j in vty_dump_element() by Vadim Yanitskiy · 3 years, 10 months ago
  89. b0bbd72 vty/command: fix switch / case coding style in vty_go_parent() by Vadim Yanitskiy · 3 years, 10 months ago
  90. dde3272 vty cpu sched: do not assert if sched impossible by Eric · 3 years, 10 months ago
  91. 1d7ae15 vty/command: cosmetic: fix formatting of config_help_cmd by Vadim Yanitskiy · 3 years, 10 months ago
  92. 6f50e21 vty/command: cosmetic: simplify conditions in in config_list_cmd by Vadim Yanitskiy · 3 years, 10 months ago
  93. eb6882f vty: Introduce support to set cpu-affinity and scheduler policy by Pau Espin Pedrol · 3 years, 10 months ago
  94. a184701 vty: Don't match negative values on purely positive ranges by Pau Espin Pedrol · 3 years, 10 months ago
  95. 9fdc871 vty: Allow 64 bit values in numeric ranges if system supports it by Pau Espin Pedrol · 3 years, 10 months ago
  96. 1a1de33 stats: Add stats commands related to testing by Daniel Willmann · 3 years, 11 months ago
  97. bebec21 vty: Avoid ultra-long multi-line strings cluttering talloc reports by Harald Welte · 3 years, 11 months ago
  98. cf70aa0 enable vty xml dumping to stdout by Neels Hofmeyr · 4 years, 1 month ago
  99. dfebf40 stats: Support regular stats flush by Alexander Chemeris · 4 years, 1 month ago
  100. 161adee stats: Move cfg_stats_interval_cmd() function. by Alexander Chemeris · 4 years, 1 month ago