1. 8c64825 [doc] Don't add libosmovty bits to libosmocore groups by Harald Welte · 7 years ago
  2. 216338c Rename 'statistics.c' to 'counter.c' by Harald Welte · 7 years ago
  3. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  4. 463deef VTY: implement talloc context introspection command by Vadim Yanitskiy · 7 years ago
  5. 5584a14 vty/vty.c: do not bind vty context to application's one by Vadim Yanitskiy · 7 years ago
  6. 657c5b6 vty: derive node name from prompt, use as XML ids by Neels Hofmeyr · 7 years ago
  7. 0b723f6 vty: use internal node id for xml ids by Neels Hofmeyr · 7 years ago
  8. 00b5ed3 comment: describe indent_cmp() by Neels Hofmeyr · 7 years ago
  9. 4306363 fix vty regression: empty parent node by Neels Hofmeyr · 7 years ago
  10. 4a31ffa VTY: implicit node exit by de-indenting, not parent lookup by Neels Hofmeyr · 7 years ago
  11. d64b6ae VTY: interactive: never look for matching commands on parent node by Neels Hofmeyr · 7 years ago
  12. 03516d6 cosmetic: clarify language in vty read error by Keith · 7 years ago
  13. ed0eda2 Ignore broken everything log level by Max · 7 years ago
  14. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  15. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  16. 49a0dec vty/command.c: drop useless assignment by Vadim Yanitskiy · 7 years ago
  17. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  18. 7165880 Update doxygen main page for libosmo{core,gsm,vty} by Harald Welte · 7 years ago
  19. c65c5b4 vty: cleanup logging functions by Max · 7 years ago
  20. a81055d fix spelling in API docu, command reply, logging, descriptions by Thorsten Alteholz · 7 years ago
  21. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  22. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  23. 3419391 fsm: Add VTY introspection of osmo_fsm and their instances by Harald Welte · 7 years ago
  24. addeaa3 vty: OSMO_ASSERT() if two identical commands are installed by Harald Welte · 7 years ago
  25. 4e72ee0 Catch-up with git version tags by Max · 8 years ago
  26. fd9ec3b Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]' by Neels Hofmeyr · 8 years ago
  27. aa00f99 Implement GSMTAP log target by Harald Welte · 8 years ago
  28. 4a1cb09 telnet_interface: Handle osmo_fd_register() eror return code by Harald Welte · 8 years ago
  29. 55363a9 vty: Skip printing non-initialized log categories by Daniel Willmann · 8 years ago
  30. eb604cf vty/show asciidoc: counters: improve table headers by Alexander Couzens · 8 years ago
  31. e052dc2 vty/show asciidoc: add user readable description of the version by Alexander Couzens · 8 years ago
  32. 3e432e1 vty/osmo_counter: use name if description is NULL by Alexander Couzens · 8 years ago
  33. 55dc2ed log telnet bind address and port by Neels Hofmeyr · 8 years ago
  34. 8e2f7e8 add osmo_gettimeofday as a shim around gettimeofday by Neels Hofmeyr · 8 years ago
  35. 898e1d8 vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1" by Neels Hofmeyr · 8 years ago
  36. f624c33 vty: Fix documentation of 'show asciidoc counters' VTY command by Harald Welte · 8 years ago
  37. ad580ba add vty call show asciidoc: generate a documentation for counters by Alexander Couzens · 8 years ago
  38. 96172f0 vty: add bind command for telnet vty line by Neels Hofmeyr · 8 years ago
  39. d56c3cb vty: Use NULL to have a null pointer instead of '\0' by Holger Hans Peter Freyther · 9 years ago
  40. af5bad5 stat: Explicitly support stat_items without unit by Jacob Erlbeck · 9 years ago
  41. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 9 years ago
  42. a99d45a vty: Don't call exit() but rather use OSMO_ASSERT() by Harald Welte · 9 years ago
  43. 2b82c1c fix FSF address in sources/headers by Jaroslav Škarvada · 9 years ago
  44. 8348194 stats: Document the level in show stats level options by Holger Hans Peter Freyther · 9 years ago
  45. 59b90bc stats/vty: Add selective show stats command by Jacob Erlbeck · 9 years ago
  46. 8649d57 misc: Prepare the release of libosmocore 0.9.0 by Holger Hans Peter Freyther · 9 years ago 0.9.0
  47. 8f0374f stats: Fix handling of the no mtu command by Holger Hans Peter Freyther · 9 years ago
  48. bc9d9ac stats: Limit reporting by class id by Jacob Erlbeck · 9 years ago
  49. fc9533d stats: Add osmo_ name prefix to identifiers by Jacob Erlbeck · 9 years ago
  50. bc4f7ae stats: Add log reporter by Jacob Erlbeck · 9 years ago
  51. ed197fd stats: Make net config optional by Jacob Erlbeck · 9 years ago
  52. 4aa1177 stats: Add missing mtu command to 'write' output by Jacob Erlbeck · 9 years ago
  53. d01acfc stats: Support statsd Multi-Metric Packets by Jacob Erlbeck · 9 years ago
  54. b1dbfb4 stats: Implement timer based reporting by Jacob Erlbeck · 9 years ago
  55. adc900e stats/vty: Add stats configuration by Jacob Erlbeck · 9 years ago
  56. 45513e6 stats/vty: Add stats_vty.c by Jacob Erlbeck · 9 years ago
  57. 7211fe1 stat/vty: Add vty_out_statistics_full to show all statistics by Jacob Erlbeck · 9 years ago
  58. aec583f stat/vty: Use the iterator algorithms to show ctrg and statg by Jacob Erlbeck · 9 years ago
  59. 738d9e2 stats: Add vty_out_stat_item_group by Jacob Erlbeck · 9 years ago
  60. d452a48 Prepare new upstream release by Holger Hans Peter Freyther · 9 years ago 0.8.3
  61. a9e5252 vty: Change API to have node installation be done by int by Holger Hans Peter Freyther · 9 years ago
  62. 7893346 vty: Fix writing the logging of category by Michael McTernan · 9 years ago
  63. 879acef vty: Fix typo in the state creation by Holger Hans Peter Freyther · 9 years ago
  64. 25aeab7 Prepare a new libosmocore release by Holger Hans Peter Freyther · 9 years ago 0.8.0
  65. 2d6ad13 logging: Make it possible to print category/subsys and timestamps by Holger Hans Peter Freyther · 10 years ago
  66. 9f0f978 vty: Check with the application before writing the config by Holger Hans Peter Freyther · 10 years ago
  67. 20144f7 vty/vector.c: Use string.h, not memory.h by Harald Welte · 10 years ago
  68. 78a870e remove references to u_long type, use 'unsigned long' instead by Harald Welte · 10 years ago
  69. 7b74dda remove references to u_char type, use 'unsigned char' instead by Harald Welte · 10 years ago
  70. 9ffeb97 build: remove unused all_includes and use AM_CPPFLAGS by Jan Engelhardt · 11 years ago
  71. 96af786 misc: Look into the build directory for generated files by Holger Hans Peter Freyther · 10 years ago
  72. fb84f32 logging: Add ability to save/print current log filters by Harald Welte · 11 years ago
  73. 336915a prepare for 0.7.0 release by Harald Welte · 10 years ago 0.7.0
  74. eb55e6a write_queue: Use EBADF instead of EBABDFD for portability by Holger Hans Peter Freyther · 10 years ago
  75. 77ab2f7 vty: Avoid use-after-free in VTY telnet interface by Daniel Willmann · 10 years ago
  76. 2c9168c vty: Make vty_event dispatch signals and use it in the testcase by Holger Hans Peter Freyther · 11 years ago
  77. b3657e1 vty: Allow vty_go_parent() in all nodes. by Jacob Erlbeck · 11 years ago
  78. 2349721 vty: Replace 'enum node_type' by 'int' for last_node by Jacob Erlbeck · 11 years ago
  79. 0c987bd vty: Add vty_install_default() and use for the vty nodes by Jacob Erlbeck · 11 years ago
  80. 7eed053 vty: Refactored vty_go_parent(), 'end' and 'exit' by Jacob Erlbeck · 11 years ago
  81. 2442e09 vty: Rename is_config() to is_config_child() by Jacob Erlbeck · 11 years ago
  82. cd195fa vty: Support multi-char separators and end strings by Jacob Erlbeck · 11 years ago
  83. ae15a2c vty: Fix misusage of snprintf in vty/utils.c by Jacob Erlbeck · 11 years ago
  84. 6a75d16 vty: Fix logically dead code in the description handling by Holger Hans Peter Freyther · 11 years ago
  85. 047213b vty: Attempt to fix various meam leaks in the VTY lookup code by Holger Hans Peter Freyther · 11 years ago
  86. 1a02cfc logging_vty: Fix segfault un unused entries in log_info_cat array of app by Harald Welte · 11 years ago
  87. 6d2d4d6 logging_vty: Print 'log filter all' info in 'show logging vty' by Harald Welte · 11 years ago
  88. 45cdaa0 cygwin: Link many libraries with -no-undefined to create a dll by Holger Hans Peter Freyther · 11 years ago
  89. 3309a43 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  90. efd2bd6 Revert "Added a ring buffer log target to store the last N log messages." by Holger Hans Peter Freyther · 11 years ago
  91. 7337722 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  92. d17aa59 VTY: don't show HIDDEN or DEPRECATED vty commands in ? completion by Harald Welte · 11 years ago
  93. 80d30fe vty/command.c: Cosmetic cleanup by Harald Welte · 11 years ago
  94. 4d8eea4 vty: Do better filtering of arguments, optional args particularly by Sylvain Munaut · 12 years ago
  95. 5689a3b build: Don't use the deprecated INCLUDES in the various Makefile.am by Sylvain Munaut · 12 years ago
  96. 8ec7f90 logging: Make sure to install standard "end" command in VTY node by Harald Welte · 12 years ago
  97. 2da47f1 logging: Don't forget to save "logging filter all 1" by Harald Welte · 12 years ago
  98. 314c010 vty: Address compiler warning about the const qualifier by Holger Hans Peter Freyther · 12 years ago
  99. b321b93 vty: Address compiler warning about tolower by Holger Hans Peter Freyther · 12 years ago
  100. fab0ae9 import vty_cmd_string_from_valstr() from osmo-bts by Harald Welte · 12 years ago