]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2009-02-20 Martin MaresLogging: Added configurable limits.
2009-02-20 Martin MaresLogging: Introduce LS_NUM_TYPES and use it.
2009-02-20 Martin MaresLogging: Let log_msg contain the current time as a...
2009-02-20 Martin MaresLogging: Implemented rate limiting based on the Token...
2009-02-20 Martin MaresLogging: L_SIGHANDLER should be really safe.
2009-02-19 Martin MaresLogging: Type-based filters and logging of type names...
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: Fatality of logging errors is configurable.
2009-02-19 Martin MaresLogging: The list of level names is consistent again.
2009-02-19 Martin MaresLogging: Fixed formatting when we have neither log_titl...
2009-02-19 Martin MaresLogging: Report logging errors.
2009-02-19 Martin MaresLogging: Fixed a bug in log_close_all().
2009-02-19 Martin MaresLogging: Let log handlers return errno upon error.
2009-02-19 Martin MaresLogging: Adapted the `logger' utility to the new number...
2009-02-19 Martin MaresLogging: Let the log level mask be configurable.
2009-02-19 Martin MaresConfig parser: Document :reset.
2009-02-19 Martin MaresConfig parser: Added a new operation `:reset', which...
2009-02-19 Martin MaresConfig parser: Let `:append' and `:prepend' on bitmaps...
2009-02-18 Martin MaresLogging: Cleaned up documentation.
2009-02-16 Martin MaresLogging: Let log_file() maintain proper use count of...
2009-02-16 Martin MaresLogging: Add log_configured() to set up the default...
2009-02-16 Martin MaresLogging: Precise timestamps and syslog PID flag are...
2009-02-16 Martin MaresLogging: Honor LSFMT_PID only when the PID is known.
2009-02-16 Martin MaresLogging: Let the default log format follow previous...
2009-02-16 Martin MaresLogging: Improved log-syslog.
2009-02-16 Martin MaresLogging: Mention closing logfiles before exec in the...
2009-02-15 Martin MaresLogging: Let log_close_all() ASSERT that all references...
2009-02-15 Martin MaresLogging: A rough sketch of the logging configuration.
2009-02-15 Michal VanerTypo in comment
2009-02-15 Michal Vanerucw. docs: document single-line doc. comments
2009-02-15 Michal Vanerdoc. system: Allow single-line comments before def
2009-02-15 Michal Vanerdoc. system: Escape hashes and underscores
2009-02-15 Michal Vanerdoc. system: Do not backslash name...
2009-02-15 Michal Vanerdoc. system: detect function pointer variables
2009-02-15 Michal VanerComment the magic extract functions
2009-02-14 Martin MaresLogging: Removed duplicate comments.
2009-02-14 Martin MaresDocs: Fixed a typo introduced by the previous commit.
2009-02-14 Martin MaresMore documentation of <ucw/lib.h> and <ucw/config.h>.
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: The first bits of documentation.
2009-02-14 Martin MaresLogging: Log file established log_file() is always...
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: Improved documentation of struct log_stream.
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: Cleanup of log-syslog.c.
2009-02-13 Martin MaresLogging: Fixed a silly bug in my cleanup of log_new_str...
2009-02-13 Martin MaresLogging: Clean up log-stream.c.
2009-02-13 Martin MaresLogging: Cleanup of log.c
2009-02-13 Martin MaresLogging: Use `uns' instead of `u32' to pass flags.
2009-02-13 Martin MaresLogging: The Great Shuffle
2009-02-12 Martin MaresLogging: Coding style cleanups.
2009-02-12 Martin MaresLogging: Added a toy main() and plugged in the Makefile.
2009-02-12 Martin MaresLogging: Fixed a typo.
2009-02-12 Martin MaresLogging: Whitespace cleanup before I start editing.
2009-02-12 Martin MaresLogging: Added the initial implementation of log streams
2009-02-12 Martin MaresImprove documentation of cf_reload().
2009-02-09 Martin MaresLibUCW: Let cf_reload() reload all configuration files.
2009-02-09 Martin MaresLibUCW: Added a function for assigning lists.
2009-02-09 Martin MaresFixed constness warnings in conf-test.
2009-02-09 Martin MaresBuild: Let CONFIG_SRC_DIR default to CONFIG_DIR.
2009-02-09 Martin MaresRemoved CONFIG_DIR, which got introduced by a mistake...
2009-02-05 Robert Spalekchanged OFFSETOF again
2009-02-05 Robert Spalekfix OFFSET_OF on 64-bit architectures
2009-02-04 Robert SpalekMerge branch 'master' into dev-lib
2009-02-04 Robert Spalekmake page_alloc(0) work
2009-02-04 Robert Spalekfix partmap_load(size=0), because mmap fails on that...
2009-02-04 Robert Spalekfix partmap_load() on amd64 with CONFIG_PARTMAP_IS_MMAP
2009-01-29 Pavel CharvatUCW mainloop: Accumulate the total time spent in poll...
2009-01-28 Pavel CharvatURLs: Fixed some broken comparisons of possibly signed...
2009-01-27 Pavel CharvatFixed accidentally modified files during the last merge.
2009-01-27 Pavel CharvatMerge branch 'v3.12.4'
2009-01-25 Martin MaresMoved setting of CONFIG_DIR to defaults.cfg.
2009-01-25 Martin MaresUCW Configure: Evaluate INSTALL_xxx at time of configur...
2009-01-25 Martin Maresclists: improve doc.
2009-01-25 Martin MaresSHA1: Added stream interface for the HMAC, too.
2009-01-16 Michal Vanerucw docs: language tweak
2009-01-11 Michal Vanerucw docs: hashtables
2008-12-16 Michal VanerRename CONFIG_LANG to CONFIG_LIBLANG
2008-12-16 Michal VanerFix config directory names in build system
2008-12-14 Michal Vanerucw docs: external sorter
2008-12-14 Michal Vanerucw docs: Array sorter
2008-12-14 Michal Vanerucw docs: Simple array sorter
2008-12-10 Pavel CharvatLibucw: Implemented HEAP_DECREASE. Fixed description...
2008-12-02 Pavel CharvatFixed a bug in mp_printf_append(). Thanks to Dan.
2008-11-30 Michal VanerRemove left-over NOP code
2008-11-30 Michal VanerBetter error message for missing fb-direct
2008-11-30 Michal VanerBetter names for direct IO switches
2008-11-30 Michal VanerDebug utilities have O_DIRECT hardcoded manually
2008-11-30 Martin MaresCosmetics.
2008-11-30 Michal VanerHandle when O_DIRECT is not available
next