]> mj.ucw.cz Git - libucw.git/history - ucw/log-file.c
Logging: Let log_close_all() ASSERT that all references are gone.
[libucw.git] / ucw / log-file.c
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/.