]> mj.ucw.cz Git - libucw.git/history - lib
Added CPP_ASSERT.
[libucw.git] / lib /
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-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-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-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 const to chartype tables. Also removed _c_collate...
2003-10-10 Martin MaresExport cfpool -- sometimes it's much convenient to...
2003-10-03 Martin MaresThese files have been obsoleted by the new customizatio...
2003-10-03 Martin MaresSearch for custom.h at the right place.
2003-10-02 Martin MaresAdded a hook for indexing custom string types.
2003-09-27 Martin MaresAdded a lot of missing #include <alloca.h>'s.
2003-09-23 Martin MaresAdded a set of functions for sliding window mmapping...
2003-09-17 Martin MaresReplaced enums by #define's in definitions of word...
2003-08-10 Tomas VallaRecognition of variable types in parse_args is now...
2003-07-20 Tomas VallaAdded 'array' feature to handle multiple variable occur...
2003-07-10 Tomas VallaJust to make it more comfortable.
2003-07-09 Tomas VallaPatch to allow processing of multiple occurences of...
2003-06-30 Martin MaresSeveral changes mixed to one commit (sorry, the CVS...
2003-06-30 Martin MaresDefine CONFIG_CONTEXTS whenever we use contexts.
2003-06-30 Martin MaresAdd GET_U8 and PUT_U8 for completeness.
2003-06-20 Robert Spaleka little bugfix of the test-tool
2003-06-20 Robert Spalekone test has been meanwhile adjusted
2003-06-20 Robert SpalekI have meanwhile fiddled a little with #include's after...
2003-06-18 Martin MaresFix bug in traversing of empty heap.
2003-06-18 Martin MaresTweak the binomial heaps a bit to make them easier...
2003-06-18 Martin MaresAdded a very simple generic implementation of binomial...
2003-06-18 Martin Mares<...> => "...".
2003-06-18 Martin MaresCasting addresses to longs is not portable, use addr_in...
2003-06-18 Martin MaresCorrected a couple of comments.
2003-06-18 Martin MaresRemoved duplicate definition of DEBUG and a couple...
2003-06-18 Martin MaresMinor changes to the RB-tree code:
next