]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2010-07-13 Martin MaresCleanup: Removed build/installer
2010-06-18 Martin MaresUCW: Cosmetic cleanups of strtonum holmes-import
2010-06-18 Pavel Charvatlibucw: Fixed infinite recursion in str_to_int().
2010-06-16 Pavel Charvatmainloop: Small fixes in hooks.
2010-06-16 Pavel Charvatmainloop: Optimized heaps in timers.
2010-06-16 Pavel Charvatmainloop: Rewritten timers from clist to heap.
2010-06-16 Pavel Charvatmainloop: Improved deletion and insertion of hooks.
2010-06-16 Pavel Charvatmainloop: Fixed possible infinite timeouts.
2010-06-02 Martin MaresFixed a typo in the list of includes. Has anybody compi...
2010-05-14 Daniel FialaTypo.
2010-05-14 Daniel Fialastrtonum: Fixed minor errors.
2010-05-11 Daniel FialaAdded functions for conversions from string to uns...
2010-02-18 Pavel Charvatlibucw: Implemented Loging.Stream.FileDesc.
2009-11-23 Martin MaresUCW::CGI -- fixed a bug in parsing of boundaries
2009-10-15 Michal VanerOprava URL v authors
2009-09-16 Martin MaresFixed bugs in sorter docs.
2009-07-04 Pavel CharvatImproved building of centrum-sherlock-* packages.
2009-06-02 Daniel FialaAdded MAX_WORD_BYTES and MAX_WORD_CHARS to ucw/autoconf.h .
2009-06-01 Daniel FialaMade ucw/unaligned.h compatible with the worst programm...
2009-05-25 Pavel CharvatIncreased the version number of the developement branch.
2009-05-06 Pavel CharvatDefined the position independent version of libcharset.
2009-04-29 Pavel CharvatJust fixed a comment in libimages.
2009-04-29 Pavel CharvatDo not leave any colorspace conversions to libjpeg...
2009-04-29 Pavel CharvatStore thumbnails in the YCbCr colorspace.
2009-04-13 Martin MaresO_CLOEXEC is not always available on Linux, too
2009-04-11 Robert Spalekmove strnlen() to ucw/string.c
2009-04-11 Robert Spalekadd strnlen() which isn't available on Darwin
2009-04-11 Robert Spalekmake mainloop.c work on Darwin, where O_CLOEXEC is...
2009-04-07 Robert Spalekversion number changed to 4.0
2009-04-07 Robert SpalekMerge branch 'dev-lib'
2009-03-24 Martin MaresLibucw: Fixed a bug in logging of 8-bit characters.
2009-03-09 Michal VanerMake selfpipe read/write errors nonfatal
2009-03-08 Michal VanerFix the selfpipe in mainloop
2009-03-07 Michal VanerSolved mainloop race by selfpipe
2009-03-07 Martin MaresConfigure: Check for pkg-config before using it.
2009-03-04 Martin MaresConfig: Fixed an error message text.
2009-03-04 Martin MaresConfig: When cf_getopt() reports an error, do not commi...
2009-02-22 Martin MaresUpdated years in all README's.
2009-02-22 Martin MaresForgot to update SHERLOCK_VERSION.
2009-02-22 Martin MaresConfig: If cf_def_file is NULL, initialize the configur...
2009-02-21 Martin MaresLogging: Following streams by stderr is now configurable.
2009-02-21 Martin MaresLogging: A minor optimization of log_apply_limits().
2009-02-21 Martin MaresLogging: Let log_new_file() and log_new_fd() accept...
2009-02-21 Martin MaresLogging: Save the config file we use for testing of...
2009-02-21 Martin MaresLogging: Document the configuration file.
2009-02-21 Martin MaresLogging: Documented the rate limiters.
2009-02-21 Martin MaresLogging: Write a note when some messages fall victim...
2009-02-21 Martin MaresLogging: Let TBF report the number of dropped messages.
2009-02-21 Martin MaresLogging: Add a couple of comments.
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().
next