]> mj.ucw.cz Git - libucw.git/history - ucw/log-file.c
Tests: xtypes-test sets an explicit timezone
[libucw.git] / ucw / log-file.c
2015-02-13 Martin MaresMerge branch 'dev-xml-ns'
2015-02-13 Martin MaresMerge branch 'dev-xml'
2015-02-12 Martin MaresLogging: log_new_fd to fd=2 also prevents stderr from...
2015-02-12 Martin MaresLogging: Added log_drop_stderr().
2014-06-26 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-26 Martin MaresLogger: Fixed use of unitialized flags
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
2012-02-11 Martin MaresUse #include <ucw/...> instead of "ucw/..." (and simila...
2012-02-11 Martin MaresMerge branch 'dev-trans'
2012-02-09 Martin MaresMoved ucw/lfs.h to ucw/io.h
2012-01-07 Martin MaresLogging: Use log_set_default_stream().
2009-02-21 Martin MaresLogging: Let log_new_file() and log_new_fd() accept...
2009-02-19 Martin MaresLogging: Let log handlers return errno upon error.
2009-02-16 Martin MaresLogging: Let log_file() maintain proper use count of...
2009-02-14 Martin MaresLogging: Removed duplicate comments.
2009-02-14 Martin MaresLogging: Documentation and minor cleanups of headers.
2009-02-14 Martin MaresLogging: Log file established log_file() is always...
2009-02-13 Martin MaresLogging: Introduce inheritance of log_stream's.
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: log_new_file() keeps its own copy of the path.
2009-02-13 Martin MaresLogging: Implemented log_switch().
2009-02-13 Martin MaresLogging: Introduced struct log_msg.
2009-02-13 Martin MaresLogging: Resurrected the log_file() interface.
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: Use `uns' instead of `u32' to pass flags.
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-22 Michal VanerLibucw: Replace obsolete log calls by msg.
2008-07-19 Michal VanerLibucw: Change sh_ prefix to ucw_.
2008-07-14 Martin MaresThe big move. Step #1: Move whole lib/ to ucw/.