]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2002-05-16 Robert Spaleksign mismatch fixed
2002-05-16 Robert Spalekfixed missing includes
2002-04-28 Martin MaresRemoved partial support for LFS on Linuxes with pre...
2002-04-28 Martin MaresAdded bitsig_free().
2002-04-25 Martin MaresImplemented base-224 encoder and decoder.
2002-04-21 Martin MaresFinally I realized why we were using secondary sorting...
2002-04-20 Martin MaresForgot to commit this one during the "search by age...
2002-04-20 Martin MaresAdded secondary sorting (i.e., breaking ties when two...
2002-04-20 Martin MaresAdded support for indexing/searching by custom attributes.
2002-04-06 Martin MaresAdded .cvsignore files for all pieces of source which...
2002-04-06 Martin MaresAll configuration options (except for custom attributes...
2002-04-06 Martin MaresAdded a generic universal multi-purpose magical hash...
2002-03-29 Martin MaresAdded a library module for generation of cryptographica...
2002-03-29 Martin MaresNo longer need to handle undefined MAP_FAILED.
2002-03-29 Martin MaresAdded CT_INCOMPLETE_SECTION which is equivalent to...
2002-01-31 Martin MaresAdded a reference to the original article.
2002-01-31 Martin MaresAdded a data structure for very efficient probabilistic...
2002-01-21 Martin MaresDevelopment branch is now called 2.2a.
2002-01-14 Robert Spalekempty section of configuration item forbidden
2002-01-13 Martin MaresDon't call the callback function twice when deleting...
2002-01-11 Martin MaresAdded "sql" to the list of protocol names.
2002-01-09 Milan VancuraInitial version of SQL gathering utility gsql added.
2001-12-16 Martin MaresClarified comments.
2001-12-16 Martin MaresAdded url_auto_canonicalize().
2001-12-15 Martin Maresdb-rebuild replaced by db-tool which allows not only...
2001-12-15 Martin MaresNew version of the SDBM library.
2001-12-15 Martin Maresbgetw() returns int instead of word, so it's possible
2001-12-02 Martin MaresRewrote the profiler. Each module can now choose its...
2001-12-02 Martin MaresAdded CPU and OS type defines.
2001-12-01 Martin MaresAdded a Poor Man's Profiler :-)
2001-11-02 Martin MaresHEAP_DELETE: Copy the `pos' parameter to a temporary...
2001-10-12 Martin MaresLog file names are now allowed to contain strftime...
2001-10-05 Martin MaresMoved all customizable parts of configuration and index...
2001-10-05 Martin MaresInsert is now capable of inserting a sequence of blank...
2001-09-27 Robert Spalekurl_component_separators has a default value "" to...
2001-09-27 Robert Spalekurl_has_repeated_component() fully implemented and...
2001-09-26 Robert Spalekadded skeleton of not yet implemented function url_has_...
2001-09-26 Robert Spalekdie() called with string containing newlines replaced...
2001-09-26 Robert SpalekCF_USAGE printed (description of -S and -C parameters)
2001-09-26 Robert Spalekadded CF_USAGE
2001-09-06 Robert Spalektypo fixed
2001-09-02 Martin MaresAdded I/O functions on addr_int_t.
2001-09-02 Martin MaresAdded CPU_64BIT_POINTERS.
2001-09-01 Martin MaresAdded shakedown, but don't use it on real gatherer...
2001-09-01 Martin MaresAdded function for shaking down the bucket file.
2001-08-30 Martin MaresAdded new charsets: windows-1250 and x-cork.
2001-08-29 Martin MaresBetter encapsulation of the ipaccess filter.
2001-08-29 Martin MaresAdded generic functions for IP address access lists.
2001-08-14 Robert Spalekbugfix
2001-05-13 Martin MaresMinor optimization of GET_TAGGED_CHAR.
2001-04-10 Martin MaresAudited TODO list and bumped version number to 2.0.
2001-04-10 Martin MaresRelax the accent match rules of "auto" accent mode...
2001-04-10 Martin MaresURL words split to two categories with different weights.
2001-04-08 Martin MaresAdded URLWORD search specifier.
2001-03-30 Martin MaresAdded indexing of URL words (partially ported from...
2001-03-30 Martin MaresCleanup of word type name macros.
2001-03-30 Martin MaresCured memory leak.
2001-03-30 Martin MaresCupcase() works even for non-letters, so there is no...
2001-03-30 Robert Spalek<ctype.h> dependency deleted
2001-03-30 Robert Spalektest audited
2001-03-30 Robert Spaleksyntax of regular expessions changed to extended
2001-03-30 Robert Spalekrx_compile() can now compile with IGNORING CASE enabled too
2001-03-30 Robert Spalekcards.c printed tags converted tolower
2001-03-30 Robert Spalekadded WT_NAMES from WORD_TYPE_NAMES temporarily, MJ...
2001-03-27 Martin MaresMapping of zero-length files returns just a random...
2001-03-27 Martin MaresAdded optional work-arounds for path underflows and...
2001-03-27 Martin MaresAdded ASSERT checks for tag byte syntax. Didn't find...
2001-03-27 Martin MaresLoad the default config file on first non-config option...
2001-03-27 Martin MaresRemoved tempfile functions (nobody uses them and they...
2001-03-27 Martin MaresAdded ABS macro.
2001-03-27 Martin MaresRemoved FIXME.
2001-03-27 Martin MaresSlow case of b(get|put)_utf8 no longer inline.
2001-03-22 Robert SpalekCVS repository cleaned up a bit:
2001-03-19 Martin MaresOops, endianity problem in reference files.
2001-03-17 Martin MaresBetter setproctitle() inspired by sendmail's one.
2001-03-17 Martin MaresDefine setproctitle() and use it for gatherer thread...
2001-03-16 Martin MaresMoved generic heap macros to heap.h.
2001-03-15 Martin MaresChanged locking mechanism of the bucket library to...
2001-03-15 Martin MaresUse sh_ftruncate() instead of ftruncate().
2001-03-15 Martin MaresBuckettool converted to standard command line parsing,
2001-03-15 Martin MaresBucket file name and I/O buffer size are no longer...
2001-03-10 Martin MaresAdded macro for fetching of u32's aligned on 2-byte...
2001-03-09 Martin MaresSome typecasts due to LFS.
2001-03-07 Martin MaresCreated a new include for efficient access to unaligned...
2001-03-07 Martin MaresRemoved old incarnation of CLAMP.
2001-03-07 Martin MaresAdded a couple of useful macros: MIN, MAX, CLAMP, ARRAY...
2001-03-07 Martin MaresAdded sh_mmap().
2001-03-07 Martin Maresopen -> sh_open
2001-03-07 Martin MaresUse sh_open instead of open.
2001-03-07 Martin MaresDon't crash when the last fragment is of zero length.
2001-03-06 Martin MaresThe StringMap file contains an end marker pointing...
2001-03-05 Martin MaresIntroduced obuck_get_pos(), converted gatherd limits...
2001-03-05 Robert Spalekbugfix
2001-03-05 Martin MaresRemoved cf_read() and cf_default_*().
2001-03-05 Robert Spalekobuck_size() deleted
2001-03-05 Robert Spalekcf_default_init() replaced by direct access to cfdeffil...
2001-03-04 Robert Spalekcf_default_{init,done} interface used instead cf_read
2001-03-04 Robert Spalekadded cf_default_{init,done} for setting the default...
2001-03-04 Robert Spalekadded obuck_size() returning the size of bucket file...
2001-03-03 Martin MaresMoved fp_hash() to index.h.
next