]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
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 "[]".
2003-12-23 Tomas VallaAllow modules to change the log title, second attempt.
2003-12-22 Tomas VallaOther modules shoud be able to modify the log title.
2003-12-15 Martin MaresAnother debugging switch: dump core on fatal errors.
2003-12-15 Martin MaresThe debugging memory allocator is now enabled by DEBUG_...
2003-12-11 Robert Spalekdeleted comment about fprecog
2003-12-07 Martin MaresImproved and cleaned up the bucket library. The origina...
2003-12-03 Robert Spalekindex version reverted to v2.6 subversion 2, because...
2003-12-02 Robert Spalekindex version incremented due to lexmap.h change
2003-11-29 Martin MaresOne more item type: u64.
2003-11-29 Martin MaresTwo improvements to the configuration language:
2003-11-26 Robert Spalekno need to cut www-prefix twice
2003-11-25 Robert Spalekdo not replace target url-equiv
2003-11-22 Martin MaresReplaced obuck_fetch_end() by bclose() (which is a...
next