]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2002-08-23 Martin MaresAdded a Perl module for parsing options and configuration.
2002-08-23 Martin MaresAllow SEEK_END. (I plan to rewrite seek in fbmem stream...
2002-08-21 Martin MaresDeleted the .SECONDARY hack -- (1) it only patched...
2002-08-20 Martin MaresSplit bdirect_read to prepare and commit part (similarl...
2002-08-20 Martin MaresTabs are legal in attribute values.
2002-08-20 Martin MaresForgot to decrease URL_PROTO_MAX when deleting sql...
2002-08-20 Martin MaresIf not debugging, compile at least ASSERT(0) as call...
2002-08-20 Martin MaresOops, forgot WT_FILE there.
2002-08-20 Martin MaresNeed a cast if sh_off_t is short.
2002-08-20 Martin MaresForgot WT_LINK.
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-08-20 Martin MaresFinally found the cause of make remaking unnecessary...
2002-08-19 Martin MaresDeleted too much.
2002-08-19 Martin MaresSite compression turned to a configurable feature.
2002-08-18 Martin MaresMoved customizations for Centrum to centrum/custom.
2002-08-18 Martin MaresAfter discussing the future of the SQL gatherer module...
2002-08-17 Martin MaresCut-and-paste comments :-)
2002-07-17 Martin MaresFailed ASSERT now dumps core.
2002-07-17 Martin MaresOops, a memory leak in the presorter.
2002-07-16 Martin MaresExpand shell metacharacters (most importantly "~")...
2002-07-16 Martin MaresNo more a development version.
2002-07-16 Martin MaresAdded an "install" target.
2002-07-12 Martin MaresOops, forgot a ')'.
2002-07-12 Martin MaresWORD_TYPES_HIDDEN shouldn't be considered META by default.
2002-07-10 Robert Spalekadded v?xprintf() functions, they will be used in the...
2002-07-10 Robert SpalekHASH_WANT_FIND_NEXT fixed and its declaration changed
2002-07-10 Robert Spalekadded the capability of hashing/finding more records...
2002-07-06 Martin MaresIncrease line buffer sizes to 4096 bytes. Current gathe...
2002-07-05 Martin MaresDue to a bug, the "fsck" mode was unable to fix broken...
2002-07-05 Martin MaresWhen an inconsistency is encountered while shaking...
2002-06-27 Martin MaresWhen moving attributes, don't break the chain.
2002-06-23 Martin MaresImplemented merging of catalog attributes to the index...
2002-06-23 Martin MaresRemoved obsolete examples of custom attributes. The...
2002-06-23 Martin MaresWhen O_APPEND is given to bopen(), don't forget to...
2002-06-22 Martin Maresdmalloc and efence work again (ported from rel-2.1...
2002-06-19 Martin Maresmalloc -> xmalloc.
2002-06-18 Martin MaresIntroduced SKIP_TAGGED_CHAR.
2002-06-18 Martin MaresUTF8_SKIP now recognizes the real end of the UTF-8...
2002-06-14 Martin MaresAdded a macro UTF8_SKIP for skipping a UTF-8 character...
2002-06-08 Martin MaresNew functions for manipulating attribute lists: obj_pre...
2002-06-08 Martin MaresMerging IS branch: New customization code and its use...
2002-06-08 Martin MaresThe universal hash table generator now uses prime table...
2002-06-06 Robert SpalekSHIFT_BITS changed from 5 to 7 to fit the UCS-2 strings...
2002-06-05 Robert Spalekloop unrolling turned on for hashfunc.o
2002-06-05 Robert Spalekwow! i have optimized str_len_uns() yet more :-) ...
2002-06-04 Robert SpalekCONST attribute of functions noted in a better place
2002-06-03 Martin MaresMoved MAX_COMPLEX_LEN to index.h.
2002-06-03 Robert Spalek- str_hash.[ch] renamed to hashfunc.[ch], the functions...
2002-06-03 Robert Spalek__attribute__((const)) replaced by CONST
2002-06-03 Martin MaresIf have GET_O and GET_P, we should have PUT_O and PUT_P...
2002-06-02 Martin MaresPrevent multiple inclusion.
2002-06-02 Martin MaresST_BACKREF is gone. Frame backlinks are not indexed...
2002-06-01 Robert Spalekafter a long time of experimenting, added a support...
2002-06-01 Robert Spalekwhen testing benchmarks of string operations, a user...
2002-06-01 Robert Spalekadded macro UNALIGNED_PART()
2002-05-31 Martin MaresWarning fixes.
2002-05-31 Martin MaresAdded a macro for __attribute__((const)).
2002-05-29 Martin MaresMake PROF_STR really work.
2002-05-26 Martin MaresIndex reftexts, but don't search in them by default.
2002-05-26 Martin MaresAdded block hash function.
2002-05-26 Martin MaresAdded word types for file name keywords and link texts.
2002-05-26 Martin MaresDon't forget to define SHERLOCK_HAVE_PREAD.
2002-05-26 Martin MaresShut up signed/unsigned warnings.
2002-05-26 Martin MaresAdded bopen_tmp() for opening of temporary files.
2002-05-25 Robert Spalek- added str_hash.[ch] for fast evaluation of str_len...
2002-05-24 Martin Maresmmap_file() calls die() instead of returning failure.
2002-05-24 Martin MaresImage objects are now marked with a special flag and...
2002-05-22 Martin MaresAdded bget_tagged_char().
2002-05-22 Martin MaresNeed to include unicode.h for GET_UTF8.
2002-05-22 Martin MaresUse one-parameter bungetc() everywhere.
2002-05-22 Martin Maresbungetc() is no longer passed the character to unget...
2002-05-21 Martin MaresChanged null version of prof_format(), so that we don...
2002-05-16 Robert Spalekstring newline fixed
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
next