1. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/common/debug.c]
  2. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/debug.c]
  3. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  4. 3d73e0d nat: Register a debug region for the nat. by Holger Hans Peter Freyther · 14 years ago
  5. d92f9af debug: Make GPRS params non-const to avoid compiler warning by Holger Hans Peter Freyther · 14 years ago
  6. d9a55f6 [GPRS] BSSGP: Add VTY for configuration and inpection by Harald Welte · 14 years ago
  7. 8be8c8f [GPRS] NS: Allow filtering of log messages by NSVC / NSEI by Harald Welte · 14 years ago
  8. 3bac9a8 VTY / logging: Fix subscriber context / imsi filtering by Harald Welte · 14 years ago
  9. b2e4918 [GPRS] Add debug sections for LLC and SNDCP by Harald Welte · 14 years ago
  10. f171a6e debug/logging: more verbose descriptions by Harald Welte · 14 years ago
  11. 6b72cdf [gprs] Add new 'NS' and 'BSSGP' logging categories by Harald Welte · 14 years ago
  12. 2977d67 GPRS: add DGPRS to new debug api by Harald Welte · 14 years ago
  13. 332442d debug: ensure no overlap between LOG_FILTER_ALL and FLT_IMSI by Harald Welte · 14 years ago
  14. dc5062b move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  15. bb7bc11 debug: Make the global target loglevel overwrite the category level by Holger Hans Peter Freyther · 14 years ago
  16. 8e9559d debug: Use the right enum value for the ref counting group. by Holger Hans Peter Freyther · 14 years ago
  17. 2e411c7 value_string functions and some RSL related stuff has moved to libosmocore by Harald Welte · 14 years ago
  18. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  19. f6f2ef9 move get_string_value() und get_value_string() into debug.c by Harald Welte · 15 years ago
  20. b79bdd9 [debug] add new 'logging level' command to set loglevel more user friendly by Harald Welte (local) · 15 years ago
  21. 8410597 [debug] Change the default log level to LOGL_NOTICE by Harald Welte · 15 years ago
  22. d0c1914 [debug] Introduce DREF debug category for reference counting by Harald Welte · 15 years ago
  23. ae1f159 Converrt the database later to use DEBUGP/LOGP instead of stderr by Harald Welte · 15 years ago
  24. 7ed2529 debug: add missing va_end() by Harald Welte · 15 years ago
  25. aa8989c debug: workaround for strange va_list corruption bug by Harald Welte · 15 years ago
  26. aa6c9ca debug: make sure we always zero-terminate after snprintf() by Harald Welte · 15 years ago
  27. 61cc306 debug: Fix typo DMM -> DNM (we don't need DMM twice) by Harald Welte · 15 years ago
  28. b61e3b2 Import the new logging architecture by Holger Hans Peter Freyther · 15 years ago
  29. 5e68183 handover: disable default-printing of every measurement report by Harald Welte · 15 years ago
  30. 8d77b95 [handover] first functional handover implementation by Harald Welte · 15 years ago
  31. ff5fa4e [debug] Add a debug area for the MGCP code of On Waves by Holger Hans Peter Freyther · 15 years ago
  32. 32201c5 [debug] Add a debug area for MSC by Holger Hans Peter Freyther · 15 years ago
  33. ed0a47b [debug] Add a debug area for SCCP by Holger Hans Peter Freyther · 15 years ago
  34. e78074e [debug] Make the hexdump parameter const by Holger Hans Peter Freyther · 15 years ago
  35. 10d0e67 add new DMEAS debug category for measurement reporting by Harald Welte · 15 years ago
  36. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from src/debug.c]
  37. d3ff51d don't prefix every line with timestamp, this saves some screen real estate by Harald Welte · 15 years ago
  38. 3770b76 debug: Fix the definition on DMM (Andreas Eversberg) by Holger Freyther · 15 years ago
  39. c1d2aae RSL should not be called RSSL in the debug definition (Andreas Eversberg) by Harald Welte · 15 years ago
  40. c125a68 A new debug flag is introduced: "DMNCC". MNCC is the Mobile Network Call by Harald Welte · 15 years ago
  41. edb3778 * Add support for multiple ip.access nanoBTS at one BSC by Harald Welte · 15 years ago
  42. 3cc4bf5 make hexdump return a 'char *' rather than printing by itself by Harald Welte · 15 years ago
  43. ba59baf remove subchan_demux debug statements, add DMUX commandline parsing by Harald Welte · 15 years ago
  44. 6ddd168 introduce new "DEBUGPC" macro for continuing on the same line without prefix of file/line/time by Harald Welte · 15 years ago
  45. b60fa59 add DMI and DMIB debug= commandline option parsing by Harald Welte · 15 years ago
  46. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 15 years ago
  47. b0f4793 export debug_flags by Harald Welte · 15 years ago
  48. d35b6a7 debug: Create a region for Paging Command by Harald Welte · 16 years ago
  49. 10d06f6 Add coloring for SMS debug messages by Daniel Willmann · 16 years ago
  50. e9a8261 hack to write TS2 frames to a file by Harald Welte · 16 years ago
  51. b332f61 Use getopt in the bsc_hack to parse options by Holger Freyther · 16 years ago
  52. 5ee72ee Prefix debug symbols with debug_ to reduce the namesapce pollution by Holger Freyther · 16 years ago
  53. 7c03e4c Assign colors to the different categories by Holger Freyther · 16 years ago
  54. d546e31 Add code to parse a debug category string by Holger Freyther · 16 years ago
  55. 32636e8 Move the debug code to a separate debug.c by Holger Freyther · 16 years ago