]> mj.ucw.cz Git - libucw.git/history - ucw/log.c
Merge branch 'dev-xml-ns'
[libucw.git] / ucw / log.c
2014-06-04 Pavel CharvatMerge branch 'master' into table
2014-06-04 Pavel CharvatMerge branch 'master' into dev-sizet
2014-06-03 Tomas VallaMerge branch 'dev-uint'
2014-06-02 Tomas VallaRenamed uns -> uint
2014-05-07 Pavel CharvatBuild: Silenced several compilation warnings on some...
2014-04-28 Tomas Vallaasserts: Added ASSERT_MSG to print a debug msg together...
2014-02-04 Pavel CharvatMerge branch 'master' of ssh://jabberwock.ucw.cz/projec...
2014-02-04 Martin MaresLogging: Stream filters are permitted to modify log...
2014-01-14 Martin MaresMerge branch 'master' into dev-opt
2014-01-14 Pavel CharvatLibUCW: Fixed a stupid typo in the UCW_DIE_BY_ABORT...
2014-01-14 Pavel CharvatLibUCW: Implemented UCW_DIE_BY_ABORT environment switch.
2012-02-11 Martin MaresUse #include <ucw/...> instead of "ucw/..." (and simila...
2012-02-11 Martin MaresMerge branch 'dev-trans'
2011-03-29 Pavel Charvat* Fixed several bugs in fastbufs. * Implemented vdie...
2010-07-13 Martin MaresLogger: Shut up re-initialization warning of GCC 4.3
2009-04-07 Robert SpalekMerge branch 'dev-lib'
2009-03-24 Martin MaresLibucw: Fixed a bug in logging of 8-bit characters.
2009-02-20 Martin MaresLogging: Let log_msg contain the current time as a...
2009-02-20 Martin MaresLogging: L_SIGHANDLER should be really safe.
2009-02-19 Martin MaresLogging: Fixed a bug in formatting of types.
2009-02-19 Martin MaresLogging: Implemented message types.
2009-02-19 Martin MaresLogging: Fixed formatting when we have neither log_titl...
2009-02-19 Martin MaresLogging: Report logging errors.
2009-02-16 Martin MaresLogging: Honor LSFMT_PID only when the PID is known.
2009-02-16 Martin MaresLogging: Improved log-syslog.
2009-02-14 Martin MaresLogging: Fix log_close_all().
2009-02-14 Martin MaresLogging: Documentation and minor cleanups of headers.
2009-02-14 Martin MaresLogging: Added log_set_format() and log_default_stream().
2009-02-13 Martin MaresLogging: Introduce inheritance of log_stream's.
2009-02-13 Martin MaresLogging: LOG_STREAM_DEFAULT is no longer needed.
2009-02-13 Martin MaresLogging: Introduce use counts on streams.
2009-02-13 Martin MaresLogging: Use LOG_STREAM_DEFAULT to refer to the default...
2009-02-13 Martin MaresLogging: Introduced struct log_msg.
2009-02-13 Martin MaresLogging: Rewritten the log-file module to implement...
2009-02-13 Martin MaresLogging: Clean up log-stream.c.
2009-02-13 Martin MaresLogging: Cleanup of log.c
2009-02-13 Martin MaresLogging: The Great Shuffle
2009-01-27 Pavel CharvatMerge branch 'v3.12.4'
2008-11-16 Martin MaresMerge branch 'master' into dev-lib
2008-07-14 Martin MaresThe big move. Step #1: Move whole lib/ to ucw/.