]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2004-06-15 Robert Spalek- lizard.c split into lizard.c and lizard-safe.c
2004-06-15 Robert Spalek- low-level safe version of lizard_decompress() put...
2004-06-14 Robert Spalekprint a fancy message when SIGSEGV is caught at the...
2004-06-14 Robert Spalektested the wrapper guarding the safe decompression
2004-06-14 Robert Spalekadded a wrapper for safe decompression (the page behind...
2004-06-14 Robert Spaleklizzard -> lizard
2004-06-14 Robert Spalekimproved the test tool, now it is easy to verify the...
2004-06-14 Robert Spalekadded lizzard
2004-06-14 Robert Spalekupdated the maximum prolong-factor
2004-06-14 Robert Spaleksped up approximately 6 times:
2004-06-14 Robert Spalekdebugged, now it is fully functional:
2004-06-11 Robert Spalekimplemented fast compression and decompression routines
2004-05-31 Martin MaresImproved cvslog script.
2004-05-10 Martin MaresWhen processing the `-S' option, work on a copy, so...
2004-05-10 Martin MaresRemoved redundant <stdarg.h>.
2004-05-10 Martin MaresSplit logging functions to two files to avoid linking...
2004-05-10 Martin MaresThe logger now exports the name of the current log...
2004-05-10 Martin Maresstralloc -> strdup.
2004-05-10 Martin MaresAdded xstrdup() and new logging functions.
2004-05-10 Martin MaresAdded functions for manual control of log switching...
2004-05-10 Martin Marescfg_stralloc() -> cfg_strdup() and use mp_strdup()...
2004-05-10 Martin MaresRenamed stralloc() to xstrdup() to be consistent with...
2004-05-10 Martin MaresOops, this worked only by a chance.
2004-05-03 Martin MaresAdded the new pool-str module.
2004-05-03 Martin MaresAdded mp_strcat() and mp_multicat().
2004-04-20 Martin MaresFixed the comment.
2004-04-19 Robert Spalek- 0x08 (BACKSPACE) is a blank character and it is accep...
2004-04-18 Martin MaresChanged locking rules. Scans and appends can peacefully...
2004-04-16 Martin MaresWhen logging to a file, redirect fd1 to the log file...
2004-04-10 Martin MaresMulti-part objects (with header and body separated...
2004-04-10 Martin MaresGot tired by repeating the same `gather pieces from...
2004-04-10 Martin MaresAdded a simple test.
2004-04-10 Martin MaresAdd new modules.
2004-04-10 Martin MaresUse format_exit_status(). One more ASSERT.
2004-04-10 Martin MaresIncluding <stdarg.h> in lib/lib.h enables us to finally...
2004-04-10 Martin MaresAdded exitstatus and runcmd functions. Finally decided...
2004-04-10 Martin MaresAdded a couple of functions for running of external...
2004-04-10 Martin MaresAdded a new module for formatting of process exit statu...
2004-04-10 Martin MaresAdded one more check.
2004-04-08 Martin MaresMore enhancement to the main loop library: Export all...
2004-04-08 Martin MaresRead and write functions accept void pointers instead...
2004-04-07 Martin MaresAdded a universal main loop with timers, file descripto...
2004-03-20 Martin MaresInterface to our own regex library.
2004-03-20 Martin MaresBetter explanation.
2004-03-20 Martin MaresAfter another couple of hours spent digging in regular...
2004-03-20 Martin MaresOne more deadly testcase.
2004-03-18 Martin MaresAdded configuration options for libpcre.
2004-03-15 Martin MaresConverted regex module testing to the new test framework.
2004-03-15 Martin MaresAdded a very simple utility for performing unit tests...
2004-03-14 Martin MaresOur regex functions are now able to interface to old...
2004-03-13 Martin MaresMake regex-t compile.
2004-03-13 Martin MaresWelcome to v3.2 world on the mainline :)
2004-03-12 Martin MaresSeek to end of an empty fbmem stream needs a special...
2004-03-08 Robert SpalekCtrl-L is marked blank
2004-03-02 Martin MaresWhen we try to create a temporary file and it already...
2004-02-29 Martin MaresBumped the version number to 3.1.
2004-02-28 Martin MaresAdded REV_COMPARE(x,y) which is equivalent to COMPARE...
2004-02-28 Martin Mares`buckettools -c' now uses fastbufs for output.
2004-02-28 Martin MaresHopefully finally sorted out the "http://www.xyz.cz...
2004-02-27 Martin MaresHmmm, COMPILE_ASSERT is a better name.
2004-02-27 Martin MaresAdded CPP_ASSERT.
2004-02-25 Martin MaresForgot to add this one.
2004-02-25 Martin MaresCleaned up the ancient chartype functions: kicked out...
2004-02-25 Martin MaresRemoved hopefully all implicit dependencies on file...
2004-02-24 Martin MaresCF_USAGE_TAB can be used to insert more tabs to the...
2004-02-24 Martin MaresAdded mp_strdup().
2004-02-24 Martin MaresBlank lines are considered separators, not terminators...
2004-02-24 Martin Mares"http://hell.org?xyz" really is a valid URL. Also check...
2004-02-18 Martin MaresMoved struct card_prints to index.h, because it's used...
2004-02-16 Martin MaresDeclare variables for library names in the top-level...
2004-02-15 Martin MaresIntroduced COMPARE macro for use in sorter callbacks.
2004-02-15 Martin MaresDon't forget to load config file.
2004-02-15 Martin MaresAdded testing routines for URL key calculator.
2004-02-10 Martin MaresSupply default element swapping macro.
2004-02-05 Martin MaresAny non-zero value enables an option. (Allows CONFIG_NU...
2004-02-05 Martin MaresNested conditionals were processed incorrectly. Also...
2004-01-29 Martin MaresAdded STRINGIFY macro.
2004-01-25 Martin MaresIf `-S' or `-C' is given after some other options ...
2004-01-23 Martin MaresIP access lists now accept both netmasks and prefix...
2004-01-22 Martin MaresHours have 3600 seconds, days have 1440 minutes :)
2004-01-22 Martin MaresAdded "hour" and "day" units.
2004-01-22 Martin MaresMD5 didn't work on big-endian machines, because it...
2004-01-22 Martin MaresUse int instead of pid_t. At the first glance, this...
2004-01-19 Robert Spalektypo fixed
2004-01-17 Martin MaresReverted the locking back to original unsafe (but in...
2004-01-16 Martin MaresReplacing of buckets during shakedown didn't work.
2004-01-16 Martin MaresUse obuck_bucket_size() whereever possible.
2004-01-16 Martin MaresAdd obuck_bucket_size().
2004-01-16 Martin MaresUse brewind() where appropriate.
2004-01-16 Martin MaresThe combination of bflush() with bsetpos() to the begin...
2004-01-11 Martin Maresobuck_predict_last_oid() can be made safe easily.
2004-01-11 Martin MaresRewritten shake down of bucket file.
2004-01-11 Martin MaresDon't create large bit arrays on stack. (The default...
2004-01-10 Martin MaresGLUE_ again.
2004-01-10 Martin MaresUse GLUE_ instead of HASH_GLUE.
2004-01-10 Martin MaresAdded GLUE and GLUE_ macros.
2004-01-10 Martin MaresWhen pre-sorting a regular file, use lib/arraysort...
2004-01-10 Martin MaresUse HASH_USE_POOL for configuration space allocations.
2004-01-10 Martin MaresAdded HASH_AUTO_POOL option.
2003-12-23 Tomas VallaDo not print "[]".
next