]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
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...
2003-11-22 Martin MaresAdded very simple functions for emulating a fastbuf...
2003-11-17 Robert Spalek1. db/catalog.gz ---> db/catalog
2003-11-15 Martin MaresA better function for hashing integers (the old multipl...
2003-11-13 Robert SpalekI decided to turn off cf/url-equiv for indexation....
2003-11-06 Tomas VallaAdded some headers to avoid confusion of our own develo...
2003-11-05 Martin MaresAdded special mode for sorting of regular files.
2003-11-05 Martin Maresbbcopy() can be asked to copy the rest of the input...
2003-11-05 Martin MaresUndefine all the parameter macros at the end. (The...
2003-11-03 Robert Spalekpage_size -> PAGE_SIZE
2003-11-03 Tomas VallaAnd do not forget .cvsignore, of course.
2003-11-03 Robert Spalek- giant class flag moved from attributes to card-notes
2003-11-03 Robert Spalekthis could never have worked
2003-11-03 Tomas VallaCVS should ignore files created by compiling Ulimit
2003-11-03 Tomas Vallato supress annoying warning messages during make clean
2003-11-02 Robert SpalekINDEX_VERSION fixed
2003-10-31 Robert Spalekindexer rewritten to generate redirect brackets
2003-10-25 Tomas VallaPerl module for setting ulimits.
2003-10-25 Robert Spalekintroduced type bitarray_t
2003-10-25 Martin MaresWe don't need this in v3.0.
2003-10-19 Martin MaresForgot to add fb-limfd.
2003-10-19 Martin MaresReplaced the "orig_len" field in bucket headers which...
2003-10-19 Martin MaresAdded fastbuf backend for reading from file descriptors...
2003-10-19 Martin MaresToo much copying and pasting :-)
2003-10-15 Martin MaresGood luck, v3.0!
2003-10-15 Martin MaresUpdated version numbers.
2003-10-11 Martin MaresAdded UTF8_SKIP_BWD.
2003-10-11 Martin MaresOops, forgot the values.
2003-10-11 Martin MaresNew tables generated from UnicodeData 4.0.1 using the...
2003-10-11 Martin MaresSeveral improvements to the unicode library:
2003-10-11 Martin MaresDon't forget the ligtable.
2003-10-11 Martin MaresConstified.
2003-10-11 Martin MaresAdded a table of compatibility ligature expansions.
2003-10-11 Martin MaresAdded const to chartype tables. Also removed _c_collate...
2003-10-11 Martin MaresOne more :)
2003-10-11 Martin MaresExpect the unicode data directory to be linked to by...
2003-10-11 Martin MaresUpdated to new names of scripts.
2003-10-11 Martin MaresRenamed unisplit to gen-basic.
2003-10-11 Martin MaresRenamed tabgen to gen-charconv.
2003-10-11 Martin MaresRenamed mkunacc to gen-unacc.
next