fix against corrupted output in parallel logging
[osmocom-bb.git] / src / logging.c
2011-07-02 Harald Weltefix against corrupted output in parallel logging
2011-06-27 Harald WelteFix the generation of the log_categories string + LAPDM
2011-06-27 Harald Weltelogging: make sure to add the internal categories,...
2011-06-27 Harald Welteadd LAPDm code from osmocom-bb into libosmocore
2011-06-27 Harald Weltelogging: introduce library-internal logging categories
2011-05-19 Pablo Neira Ayusologging: fix corrupted output
2011-05-18 Pablo Neira Ayusologging: fix corrupted output
2011-05-04 Pablo Neira Ayusologging: make sure the output is null-terminated
2011-05-04 Pablo Neira Ayusologging: remove workaround now that _output() has been...
2011-05-04 Pablo Neira Ayusologging: rework _output() function
2011-05-04 Pablo Neira Ayusologging: several memory allocation belong to tall_log_c...
2011-05-04 Pablo Neira Ayusologging: fix missing description of global loglevel
2011-03-29 Holger Hans Peter... logging: Add the 'all' category back to the log level...
2011-03-28 Pablo Neira Ayusoutils: move OSMO_SNPRINT_RET() macro definition to...
2011-03-23 Pablo Neira Ayusoinclude: reorganize headers file to include/osmocom...
2011-03-19 Pablo Neira Ayusovty: integration with logging framework
2011-02-18 Harald WelteLOGGING: configure logging from the vty
2011-02-17 Harald WelteLOGGING: Pass the log level down to the log target...
2010-09-17 Sylvain MunautMake sure we don't user std{err,in,out} if they don...
2010-08-25 Harald Weltelogging: add log target logging into text file and...
2010-08-25 Harald Weltelogging: rename tgt_stdout to tgt_file
2010-07-30 Harald Weltelogging: Make sure we don't use "end of color" code...
2010-07-30 Harald Weltemove hexdump() from logging.c to utils.c
2010-05-25 Harald Welterename log_info to osmo_log_info to avoid namespace...
2010-05-25 Harald WelteCreate libosmovty as library from OpenBSC VTY functions
2010-05-11 Harald Weltelogging: add log_vty_{level,category}_string()
2010-05-11 Harald Weltelogging: introuduce log_level_str() to obtain the name...
2010-03-26 Harald Weltelogging: only compile stderr target if we actualy have...
2010-03-26 Harald Welteonly include strings.h if it is actually preent
2010-03-26 Harald Weltelogging: fix default initialization of per-category...
2010-03-26 Harald Welterename 'debug' interface to 'logging' interface