summaryrefslogtreecommitdiff
path: root/src/logging.c
Commit message (Expand)AuthorAge
* New upstream version 0.12.0Ruben Undheim2018-08-09
* Import Upstream version 0.11.0Thorsten Alteholz2018-05-15
* Import Upstream version 0.10.2Thorsten Alteholz2017-12-03
* New upstream version 0.9.6Thorsten Alteholz2017-03-08
* log: Add new DLSTATS log levelJacob Erlbeck2015-11-02
* logging: Implement subsecond resolution of extended timestampsJacob Erlbeck2015-03-18
* log: "logging level everything" is a badly named option.Holger Hans Peter Freyther2014-12-28
* logging: Call color only once and use the resultHolger Hans Peter Freyther2014-12-05
* logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther2014-12-05
* gtp: Add a global region for the gtp library of OpenGGSNHolger Hans Peter Freyther2014-12-04
* libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte2014-08-21
* logging: Copy the filter_fn and fix the IMSI filter in OpenBSCHolger Hans Peter Freyther2013-12-29
* Revert "Follow up fix for the log level "everything""Harald Welte2013-03-19
* Revert "Fix log level "everything" and make it equal to "debug""Harald Welte2013-03-19
* logging: add new log_targets_reopen() functionHarald Welte2013-03-18
* Follow up fix for the log level "everything"Holger Hans Peter Freyther2013-02-27
* Fix log level "everything" and make it equal to "debug"Harald Welte2013-02-19
* add some missing doxygen annotation for libosmocore functionsHarald Welte2013-01-11
* logging.c: Do not crash on empty category nameNico Golde2012-09-27
* logging: Introduce a print_filename flag for the logtargetHolger Hans Peter Freyther2012-09-11
* logging: Mark the log_info_cat pointer as constsHolger Hans Peter Freyther2012-09-11
* logging: Fix compile breakage introduced by the warning fixesHolger Hans Peter Freyther2012-07-12
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-18
* gsm/sms: Added DLSMS debuggingAndreas Eversberg2011-11-12
* Changed logging of LAPD from DLLAPDM to DLLAPDroot2011-10-10
* logging: add osmo_vlogp() as vararg / va_list compatible functionHarald Welte2011-08-31
* doxygen documentation for logging frameworkHarald Welte2011-08-17
* logging: fix parsing of logging mask (-d DMI case)Pablo Neira Ayuso2011-08-11
* use the 'L' prefix in debug names (DLINP instead of DINP)Harald Welte2011-07-29
* remove DLRSL and DLNM, we don't need themHarald Welte2011-07-21
* make sure we don't have namespace clashes between libraries and appsHarald Welte2011-07-19
* logging: add libosmo-abis logging subsystemsPablo Neira Ayuso2011-07-18
* fix against corrupted output in parallel loggingHarald Welte2011-07-02
* Fix the generation of the log_categories string + LAPDMHarald Welte2011-06-27
* logging: make sure to add the internal categories, as intendedHarald Welte2011-06-27
* add LAPDm code from osmocom-bb into libosmocoreHarald Welte2011-06-27
* logging: introduce library-internal logging categoriesHarald Welte2011-06-27
* logging: fix corrupted outputPablo Neira Ayuso2011-05-19
* logging: make sure the output is null-terminatedPablo Neira Ayuso2011-05-04
* logging: remove workaround now that _output() has been reworkedPablo Neira Ayuso2011-05-04
* logging: rework _output() functionPablo Neira Ayuso2011-05-04
* logging: several memory allocation belong to tall_log_ctx contextPablo Neira Ayuso2011-05-04
* logging: fix missing description of global loglevelPablo Neira Ayuso2011-05-04
* logging: Add the 'all' category back to the log level commandHolger Hans Peter Freyther2011-03-29
* utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.hPablo Neira Ayuso2011-03-28
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-23
* vty: integration with logging frameworkPablo Neira Ayuso2011-03-19
* LOGGING: configure logging from the vtyHarald Welte2011-02-18
* LOGGING: Pass the log level down to the log target output functionHarald Welte2011-02-17
* Make sure we don't user std{err,in,out} if they don't exist.Sylvain Munaut2010-09-17