1. 54c5ed1 Revert "Follow up fix for the log level "everything"" by Harald Welte · 11 years ago
  2. 9b18670 Revert "Fix log level "everything" and make it equal to "debug"" by Harald Welte · 11 years ago
  3. 4de854d logging: add new log_targets_reopen() function by Harald Welte · 11 years ago
  4. a6428d2 Follow up fix for the log level "everything" by Holger Hans Peter Freyther · 11 years ago
  5. cd6ed82 Fix log level "everything" and make it equal to "debug" by Harald Welte · 11 years ago
  6. de6e498 add some missing doxygen annotation for libosmocore functions by Harald Welte · 12 years ago
  7. 0262d3f logging.c: Do not crash on empty category name by Nico Golde · 12 years ago
  8. db15336 logging: Introduce a print_filename flag for the logtarget by Holger Hans Peter Freyther · 12 years ago
  9. 06f6455 logging: Mark the log_info_cat pointer as consts by Holger Hans Peter Freyther · 12 years ago
  10. fb4bfc2 logging: Fix compile breakage introduced by the warning fixes by Holger Hans Peter Freyther · 12 years ago
  11. dca7d2c doc: Fix the Doxygen section endings by Sylvain Munaut · 12 years ago
  12. c626da9 gsm/sms: Added DLSMS debugging by Andreas Eversberg · 13 years ago
  13. 8a996b4 Changed logging of LAPD from DLLAPDM to DLLAPD by root · 13 years ago
  14. 36c5a3e logging: add osmo_vlogp() as vararg / va_list compatible function by Harald Welte · 13 years ago
  15. 18fc465 doxygen documentation for logging framework by Harald Welte · 13 years ago
  16. 300e78d logging: fix parsing of logging mask (-d DMI case) by Pablo Neira Ayuso · 13 years ago
  17. 087e113 use the 'L' prefix in debug names (DLINP instead of DINP) by Harald Welte · 13 years ago
  18. 95f7eb2 remove DLRSL and DLNM, we don't need them by Harald Welte · 13 years ago
  19. 892e621 make sure we don't have namespace clashes between libraries and apps by Harald Welte · 13 years ago
  20. 199f377 logging: add libosmo-abis logging subsystems by Pablo Neira Ayuso · 13 years ago
  21. da127cb fix against corrupted output in parallel logging by Harald Welte · 13 years ago
  22. ce9fec3 Fix the generation of the log_categories string + LAPDM by Harald Welte · 13 years ago
  23. 9fe1652 logging: make sure to add the internal categories, as intended by Harald Welte · 13 years ago
  24. 1f0b8c2 add LAPDm code from osmocom-bb into libosmocore by Harald Welte · 13 years ago 0.3.3
  25. b43bc04 logging: introduce library-internal logging categories by Harald Welte · 13 years ago
  26. dd93bf4 logging: fix corrupted output by Pablo Neira Ayuso · 13 years ago
  27. 534ba81 logging: make sure the output is null-terminated by Pablo Neira Ayuso · 13 years ago
  28. 81e9636 logging: remove workaround now that _output() has been reworked by Pablo Neira Ayuso · 13 years ago
  29. 7503fb8 logging: rework _output() function by Pablo Neira Ayuso · 13 years ago
  30. f1fae4d logging: several memory allocation belong to tall_log_ctx context by Pablo Neira Ayuso · 13 years ago
  31. d6b5195 logging: fix missing description of global loglevel by Pablo Neira Ayuso · 13 years ago
  32. 952a18e logging: Add the 'all' category back to the log level command by Holger Hans Peter Freyther · 13 years ago
  33. 3abad6a utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.h by Pablo Neira Ayuso · 13 years ago
  34. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  35. 04139f1 vty: integration with logging framework by Pablo Neira Ayuso · 13 years ago 0.1.31
  36. 2822296 LOGGING: configure logging from the vty by Harald Welte · 13 years ago
  37. 76e72ab LOGGING: Pass the log level down to the log target output function by Harald Welte · 13 years ago
  38. af5ee34 Make sure we don't user std{err,in,out} if they don't exist. by Sylvain Munaut · 14 years ago
  39. 3086c39 logging: add log target logging into text file and log target destroy function by Harald Welte · 14 years ago
  40. 0083cd3 logging: rename tgt_stdout to tgt_file by Harald Welte · 14 years ago
  41. a439a3a logging: Make sure we don't use "end of color" code if colors are turned off by Harald Welte · 14 years ago
  42. 40481e8 move hexdump() from logging.c to utils.c by Harald Welte · 14 years ago
  43. 4ebdf74 rename log_info to osmo_log_info to avoid namespace clash with app by Harald Welte · 14 years ago
  44. 3fb0b6f Create libosmovty as library from OpenBSC VTY functions by Harald Welte · 14 years ago
  45. 7638af9 logging: add log_vty_{level,category}_string() by Harald Welte · 14 years ago 0.1.6
  46. 9ac2225 logging: introuduce log_level_str() to obtain the name of a log level by Harald Welte · 14 years ago
  47. a3b844c logging: only compile stderr target if we actualy have stderr by Harald Welte · 14 years ago
  48. 01fd5cb only include strings.h if it is actually preent by Harald Welte · 14 years ago
  49. cc6313c logging: fix default initialization of per-category loglevels by Harald Welte · 14 years ago
  50. 3ae2758 rename 'debug' interface to 'logging' interface by Harald Welte · 14 years ago 0.1.2[Renamed (67%) from src/debug.c]
  51. faadfe2 debug: remove unneeded 'number' member of 'struct debug_info_cat' by Harald Welte · 14 years ago
  52. d788f66 debug.c: fix no-color-printing in case .color = NULL by Harald Welte · 14 years ago
  53. 4a2bb9e Import 'debug' support from OpenBSC into libosmocore by Harald Welte · 14 years ago