1. 88955fb Fix all references to config.h by Pau Espin Pedrol · 1 year, 5 months ago
  2. e61d459 Support building with -Werror=strict-prototypes / -Werror=old-style-definition by Harald Welte · 1 year, 8 months ago
  3. 2f4186a VTY: implement 'no log gsmtap [HOSTNAME]' command by Vadim Yanitskiy · 2 years, 6 months ago
  4. 04bfb71 treewide: remove FSF address by Oliver Smith · 2 years, 7 months ago
  5. b72867f logging: Change stderr + file target to use non-blocking write by Harald Welte · 3 years, 9 months ago
  6. 4b46b7e vty/logging: logp: properly handle library specific sub-systems by Vadim Yanitskiy · 3 years, 3 months ago
  7. 2d1a9fa vty/logging: ensure consistent '%' prefix for warnings by Vadim Yanitskiy · 3 years, 3 months ago
  8. ad34465 vty/logging: use consistent quiting in warning messages by Vadim Yanitskiy · 3 years, 3 months ago
  9. 662d10d logging: Allow prefixing thread ID to each log line by Pau Espin Pedrol · 3 years, 4 months ago
  10. 8d6ca69 logging_vty: Fix saving of "logging print file .. last" by Harald Welte · 3 years, 5 months ago
  11. e7bf435 logging: introduce 'systemd-journal' target by Vadim Yanitskiy · 3 years, 10 months ago
  12. 8e7c496 vty: use install_lib_element() and install_lib_element_ve() by Vadim Yanitskiy · 3 years, 9 months ago
  13. e4d9a2c logging_vty: set osmo_stderr_target to NULL on "no log stderr" by Harald Welte · 3 years, 9 months ago
  14. bebec21 vty: Avoid ultra-long multi-line strings cluttering talloc reports by Harald Welte · 4 years ago
  15. 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
  16. 4abda9e logging/vty: fix: actually ignore deprecated logging commands by Vadim Yanitskiy · 4 years, 7 months ago
  17. 75c242e logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys() by Vadim Yanitskiy · 4 years, 7 months ago
  18. 1581c49 logging/vty: do not print deprecated logging commands to stdout by Vadim Yanitskiy · 4 years, 7 months ago
  19. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 10 months ago
  20. 0c2a46d vty: Register logp cmd next to logging commands by Pau Espin Pedrol · 4 years, 10 months ago
  21. d0b3b9e add vty logp command to echo on all log targets by Neels Hofmeyr · 5 years ago
  22. c21ba15 Get rid of osmo_str_tolower() use inside libosmocore code by Pau Espin Pedrol · 5 years ago
  23. 5c4b985 vty/logging_vty.c: fix writing of 'print category-hex' by Vadim Yanitskiy · 5 years ago
  24. ea6f519 vty logging: fix crash when missing 'logging enable' by Neels Hofmeyr · 6 years ago
  25. 0d67f48 logging_vty: Ensure writing well-formed config files by Harald Welte · 6 years ago
  26. 28fc078 logging vty: add 'logging level set-all <level>' by Neels Hofmeyr · 6 years ago
  27. 9540c24 logging vty: deprecate 'all', introduce 'force-all' by Neels Hofmeyr · 6 years ago
  28. 098038a logging vty: write: check logging levels validity by Neels Hofmeyr · 6 years ago
  29. 7e0686c logging vty: deprecate the 'everything' keyword by Neels Hofmeyr · 6 years ago
  30. ba0762d logging vty: rewrite 'logging level' vty cmd generation by Neels Hofmeyr · 6 years ago
  31. 7c74989 add osmo_str_tolower() and _toupper() with test by Neels Hofmeyr · 6 years ago
  32. 77ae45d log: add 'last' option to 'logging print file' by Neels Hofmeyr · 6 years ago
  33. d51c98e logging_vty: Simplify code in config_write_log_single by Pau Espin Pedrol · 6 years ago
  34. 11eb4b5 vty: Add logging_vty_add_deprecated_subsys by Harald Welte · 6 years ago
  35. 22772cc vty: fix 'logging print file' output by Neels Hofmeyr · 6 years ago
  36. c6fd245 logging vty: add 'logging print file (0|1|basename)' cmd by Neels Hofmeyr · 6 years ago
  37. bd7bd39 logging: separate the '<000b>' subsys from filename logging by Neels Hofmeyr · 6 years ago
  38. 886e548 logging: add ability to log the log-level with API and vty by Neels Hofmeyr · 6 years ago
  39. 2f153b5 Use 127.0.0.1 for GSMTAP logging by default by Max · 6 years ago
  40. 84ea2e0 logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL() by Neels Hofmeyr · 7 years ago
  41. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  42. 8c64825 [doc] Don't add libosmovty bits to libosmocore groups by Harald Welte · 7 years ago
  43. f4f23bd vty: install 'exit', 'end',... commands on *all* nodes by Neels Hofmeyr · 7 years ago
  44. ed0eda2 Ignore broken everything log level by Max · 7 years ago
  45. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  46. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  47. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  48. c65c5b4 vty: cleanup logging functions by Max · 7 years ago
  49. a81055d fix spelling in API docu, command reply, logging, descriptions by Thorsten Alteholz · 7 years ago
  50. 8b86cd7 logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* by Neels Hofmeyr · 7 years ago
  51. 812ba6d logging: centrally define ctx and filter indexes by Neels Hofmeyr · 7 years ago
  52. fd9ec3b Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]' by Neels Hofmeyr · 8 years ago
  53. aa00f99 Implement GSMTAP log target by Harald Welte · 8 years ago
  54. 55363a9 vty: Skip printing non-initialized log categories by Daniel Willmann · 8 years ago
  55. 7893346 vty: Fix writing the logging of category by Michael McTernan · 9 years ago
  56. 879acef vty: Fix typo in the state creation by Holger Hans Peter Freyther · 9 years ago
  57. 2d6ad13 logging: Make it possible to print category/subsys and timestamps by Holger Hans Peter Freyther · 10 years ago
  58. fb84f32 logging: Add ability to save/print current log filters by Harald Welte · 11 years ago
  59. 0c987bd vty: Add vty_install_default() and use for the vty nodes by Jacob Erlbeck · 11 years ago
  60. 6a75d16 vty: Fix logically dead code in the description handling by Holger Hans Peter Freyther · 11 years ago
  61. 1a02cfc logging_vty: Fix segfault un unused entries in log_info_cat array of app by Harald Welte · 11 years ago
  62. 6d2d4d6 logging_vty: Print 'log filter all' info in 'show logging vty' by Harald Welte · 11 years ago
  63. 3309a43 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  64. efd2bd6 Revert "Added a ring buffer log target to store the last N log messages." by Holger Hans Peter Freyther · 11 years ago
  65. 7337722 Added a ring buffer log target to store the last N log messages. by Katerina Barone-Adesi · 11 years ago
  66. 8ec7f90 logging: Make sure to install standard "end" command in VTY node by Harald Welte · 12 years ago
  67. 2da47f1 logging: Don't forget to save "logging filter all 1" by Harald Welte · 12 years ago
  68. c9b3e06 vty: Document the .TEXT of the description by Holger Hans Peter Freyther · 12 years ago
  69. a4463fd vty: Provide documentation for all logging facilities by Holger Hans Peter Freyther · 13 years ago
  70. 146d1d3 vty: Provide logging set-log-mask, deprecate set log mask by Holger Hans Peter Freyther · 13 years ago
  71. ff0670e vty: Fix a memory leak in the vty description command by Holger Hans Peter Freyther · 13 years ago
  72. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  73. 04139f1 vty: integration with logging framework by Pablo Neira Ayuso · 13 years ago 0.1.31
  74. de79cee LOGGING: Use host.app_info->name instead of FIXME by Harald Welte · 13 years ago
  75. a62648b LOGGING: remove duplicated code between vty-logging and cfg-logging by Harald Welte · 13 years ago
  76. 6b43103 LOGGING: Add missing 'nat' subsystem by Harald Welte · 13 years ago
  77. 2822296 LOGGING: configure logging from the vty by Harald Welte · 13 years ago
  78. 76e72ab LOGGING: Pass the log level down to the log target output function by Harald Welte · 13 years ago
  79. 549fbb8 logging: Add isup,m2ua,pcap from the cellmgr. by Holger Hans Peter Freyther · 13 years ago
  80. 4ebdf74 rename log_info to osmo_log_info to avoid namespace clash with app by Harald Welte · 14 years ago
  81. 3fb0b6f Create libosmovty as library from OpenBSC VTY functions by Harald Welte · 14 years ago