]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
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.
2001-03-03 Martin MaresDefine FASTBUF_BYTES_PER_(O|P).
2001-03-03 Martin MaresAdded indexer names for word and string type classes.
2001-03-03 Martin MaresDefined which string classes contain URL's and which...
2001-03-02 Robert Spalekadded
2001-03-02 Martin MaresUpdated the charset conversion library to UniCode 3.0.
2001-03-02 Martin MaresReplaced <sys/time.h> by <time.h> where appropriate.
2001-03-01 Martin MaresFixed bug in generating UTF-8 for codes >= 0x800.
2001-03-01 Martin MaresDefined a GET_TAGGED_CHAR macro to read our internal...
2001-02-23 Martin MaresGenerate index cards.
2001-02-23 Martin MaresIndexing of strings.
2001-02-22 Martin MaresSome more chewer work...
2001-02-20 Martin MaresAdded bgets0().
2001-02-20 Martin MaresAdded a useful macro for value clamping.
2001-02-19 Martin MaresOops, breadb() was wrong.
2001-02-19 Martin MaresAdded breadb() which acts just like bread(), but die...
2001-02-16 Martin MaresSORT_DELETE_INPUT works even with SORT_INPUT_FB.
2001-02-16 Martin MaresDeclare fingerprints as 12 bytes, not 3 u32's.
2001-02-16 Martin MaresAdded #define PACKED __attribute__((packed)).
2001-02-16 Martin MaresAdded merger.
2001-02-16 Martin MaresAdded unmapping and writeable mappings.
2001-02-16 Martin MaresScanner improvements: create redirect backlinks, detect...
2001-02-15 Martin MaresTesting programs are not build by default.
2001-02-15 Martin MaresAdded URL fingerprints.
2001-02-15 Martin MaresAdded bputs0() -- put a null-terminated string.
2001-02-10 Martin MaresShut up warnings.
2001-02-09 Robert Spalekadded cf_item_count()
2001-02-09 Robert Spalekdeleted unused variable prog
2001-02-09 Robert Spalekadded sort-test
2001-02-04 Martin MaresNext version of the sorter -- both presorting and unify...
2001-02-04 Robert Spalekcf_get_item added
2001-02-04 Martin MaresFirst version of the sorter. No presorting phase yet.
2001-02-04 Martin MaresAdded "is_temp_file" attribute which causes automatic...
2001-01-28 Martin MaresDon't log pid until log_fork() is called.
2001-01-28 Martin MaresAdded __attribute__((format...)) to declaration of...
2001-01-26 Martin Maresoid's above OBUCK_OID_FIRST_SPECIAL are reserved for...
2001-01-26 Martin Maresobj_add_attr() now returns head of the attribute value...
2001-01-26 Martin MaresAdded log_fork() which should be called after fork...
2001-01-25 Martin MaresUse xmalloc_zero().
2001-01-25 Martin MaresNewlines and carriage returns are considered blanks...
2001-01-23 Martin MaresWord type 0 is reserved.
2001-01-21 Robert Spalekdeclaration cosmetic fix
2001-01-21 Martin MaresHTML parser basically works. A *lot* of things still...
2001-01-21 Robert Spalekmemory pool for everything about configuration added
2001-01-21 Martin MaresAdded the genhash utility (simple gperf replacement).
2001-01-21 Martin MaresAdded functions for reading/writing UTF-8 characters...
2001-01-21 Martin MaresCreated a header which will contain description of...
2001-01-21 Martin MaresAdded "direct buffer I/O" interface for those who want...
2001-01-21 Martin MaresUse xmalloc_zero() instead of xmalloc() followed by...
2001-01-21 Martin MaresUse xmalloc_zero() instead of xmalloc(), thus squashing...
2001-01-21 Martin MaresIntroduced mp_alloc_zero().
2001-01-21 Martin MaresIntroduced xmalloc_zero().
2001-01-17 Martin MaresExported conversions between internal character codes...
2001-01-15 Martin MaresFixed a couple of bugs.
2001-01-15 Robert Spalekrewritten, enhanced, updated, fixed
2001-01-15 Martin MaresAdded an explanatory comment.
2001-01-14 Martin MaresGuards, guards!
2001-01-14 Martin MaresRemember to link object.o to the library. :)
2001-01-14 Martin MaresAdd sh_time_t type.
2001-01-14 Martin MaresAllow bclose(NULL).
next