summaryrefslogtreecommitdiffstats
path: root/src/logging.c
Commit message (Expand)AuthorAgeFilesLines
* add DLMGCP logging category for libosmo-mgcpNeels Hofmeyr2017-07-181-0/+5
* Fix warnings: tolower() and similar require ucharPau Espin Pedrol2017-06-231-2/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-6/+6
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-33/+33
* update/extend doxygen documentationHarald Welte2017-06-121-0/+1
* src/logging.c: Fix EMBEDDED buildHarald Welte2017-05-151-1/+1
* vty: cleanup logging functionsMax2017-05-091-11/+12
* logging: Add log_info_cat for DLSS7/DLSCCP/DLSUA/DLM3UAHarald Welte2017-04-031-0/+20
* logging: fail gracefully if log_info() was not calledHarald Welte2017-03-161-0/+21
* logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2017-02-231-8/+8
* logging: centrally define ctx and filter indexesNeels Hofmeyr2017-02-221-7/+14
* disable various code if building for bare-iron embeddedHarald Welte2017-01-231-0/+6
* fix logging: log_set_category_filter() for internal DL* logging catsNeels Hofmeyr2016-12-121-1/+2
* fix logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2016-12-121-0/+5
* fix logging: also catch first out-of-bounds logging catNeels Hofmeyr2016-12-121-1/+3
* fix logging: redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr2016-12-121-1/+8
* import oap message parsing / encoding from openbsc.git; AGPL->GPLHarald Welte2016-12-111-0/+5
* fix: DLGSUP logging category "unusable"Neels Hofmeyr2016-12-111-0/+5
* Implement GSMTAP log targetHarald Welte2016-12-091-2/+2
* logging: Extend log_target with call-back for un-formatted log lineHarald Welte2016-12-021-1/+4
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-221-1/+2
* misc: Some spelling errors correctedRuben Undheim2016-05-251-1/+1
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-10/+47
* Add log_fini() function to release all memory allocated by logging frameworkHarald Welte2016-05-051-0/+15
* logging.c: assert category_token allocation (CID #57871)Neels Hofmeyr2016-04-161-0/+1
* logging: Remove unused variable after recent changesHolger Hans Peter Freyther2016-02-291-1/+0
* logging: Move the filter check up as wellHolger Hans Peter Freyther2016-02-291-11/+9
* logging: Remove some code duplicationHolger Hans Peter Freyther2016-02-291-37/+37
* log: Add log_check_level functionJacob Erlbeck2016-02-291-0/+39
* log: Add new DLSTATS log levelJacob Erlbeck2015-11-021-0/+5
* logging: Implement subsecond resolution of extended timestampsJacob Erlbeck2015-03-181-4/+7
* log: "logging level everything" is a badly named option.Holger Hans Peter Freyther2014-12-281-1/+1
* logging: Call color only once and use the resultHolger Hans Peter Freyther2014-12-051-1/+1
* logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther2014-12-051-1/+49
* gtp: Add a global region for the gtp library of OpenGGSNHolger Hans Peter Freyther2014-12-041-0/+5
* libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte2014-08-211-0/+5
* logging: Copy the filter_fn and fix the IMSI filter in OpenBSCHolger Hans Peter Freyther2013-12-291-0/+1
* Revert "Follow up fix for the log level "everything""Harald Welte2013-03-191-3/+0
* Revert "Fix log level "everything" and make it equal to "debug""Harald Welte2013-03-191-1/+1
* logging: add new log_targets_reopen() functionHarald Welte2013-03-181-0/+20
* Follow up fix for the log level "everything"Holger Hans Peter Freyther2013-02-271-0/+3
* Fix log level "everything" and make it equal to "debug"Harald Welte2013-02-191-1/+1
* add some missing doxygen annotation for libosmocore functionsHarald Welte2013-01-111-0/+9
* logging.c: Do not crash on empty category nameNico Golde2012-09-271-5/+7
* logging: Introduce a print_filename flag for the logtargetHolger Hans Peter Freyther2012-09-111-5/+17
* logging: Mark the log_info_cat pointer as constsHolger Hans Peter Freyther2012-09-111-2/+3
* logging: Fix compile breakage introduced by the warning fixesHolger Hans Peter Freyther2012-07-121-4/+4
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* gsm/sms: Added DLSMS debuggingAndreas Eversberg2011-11-121-0/+6
* Changed logging of LAPD from DLLAPDM to DLLAPDroot2011-10-101-3/+3