]> mj.ucw.cz Git - libucw.git/history - lib
I decided to turn off cf/url-equiv for indexation. however, after the indexer
[libucw.git] / lib /
2003-01-22 Martin MaresMoved indexer/oook.c (the catalogue & keyword processor...
2003-01-14 Martin MaresOops, a bug in the profiler, causing time travels :)
2003-01-13 Martin MaresAdded functions for manipulating bit arrays. One day...
2003-01-13 Robert SpalekMJ has forgotten to add ASORT_EXTRA_ARGS at the end...
2003-01-12 Martin MaresAdded function for measuring bucket file size (as an...
2003-01-12 Martin MaresImproved array sorter according to Robert's suggestions.
2003-01-05 Martin MaresWhen killing dots at the end of host name, remove _all_...
2003-01-04 Martin MaresAdded generic array sorter.
2003-01-04 Martin MaresLine buffers are back on their original sizes, closes...
2002-11-18 Martin MaresIn some cases, nextprime(x) could have been equal to...
2002-11-11 Martin MaresFixed a off-by-one error in vlog().
2002-11-05 Robert SpalekWT_LINK added into WORD_TYPES_META
2002-10-27 Martin MaresWorked around problems with "www.xyz.cz" and "xyz.cz...
2002-10-27 Martin MaresRemoved xprintf() -- it was very ugly and its only...
2002-10-27 Martin MaresAdded printf on fastbuf streams. The current implementa...
2002-10-27 Martin MaresSeveral bug fixes in the logger:
2002-10-19 Martin MaresDocumented limit on number of word types.
2002-10-11 Martin MaresAdded support for shared libraries (CONFIG_SHARED switc...
2002-10-10 Martin MaresFixed bug in parse_tree() causing the parser to loop...
2002-10-10 Martin MaresAudited usage of MAX_WORD_LEN, fixed several bugs and...
2002-10-10 Martin Mares"Call me 2.3, please."
2002-10-06 Martin MaresIntroduced obuck_slurp_pool() to make reading of the...
2002-10-06 Martin Maresbdirect_read_prepare() now returns 0 instead of EOF.
2002-10-06 Martin MaresWhen bopen() is called with buffer size 0, it switches...
2002-10-06 Martin MaresFinished the fb-mmap module. Basic parameters are now...
2002-10-03 Martin MaresSquash warning with 32-bit sh_off_t.
2002-10-03 Martin MaresOlder versions of glibc don't have madvise.
2002-10-03 Martin MaresAdded a temporary hack for testing of fb-mmap. Please...
2002-09-30 Martin MaresThe is_temp_file variable was originally a good idea...
2002-09-27 Martin MaresThe fb-mmap module, now read/write. Still needs a lot...
2002-09-27 Martin MaresWhen writing, the data needn't start at the beginning...
2002-09-26 Martin MaresRecognize not only user names, but also passwords.
2002-09-26 Robert Spalekadded base64 module, it is imported from somewhere :))
2002-09-24 Martin MaresAfter a lot of benchmarking replaced the old super...
2002-09-23 Martin MaresIntroduced bfdopen_shared() which behaves like bfdopen...
2002-09-23 Martin MaresDamned automatic typecasts!
2002-09-23 Martin MaresBetter avoid the brain-dead encoding " " as "+" when...
2002-09-23 Martin MaresFix escaping of "+" characters in outgoing parameters...
2002-09-23 Martin MaresOops, the card array was reversed!
2002-09-23 Martin MaresForgot to commit with the rest of fastbuf changes.
2002-09-23 Martin MaresAdapted to new fastbufs.
2002-09-23 Martin MaresAdapted the bucket code to new fastbufs. Stream positio...
2002-09-23 Martin MaresMajor cleanup of fastbufs:
2002-09-19 Martin MaresRobert> uff, na prvni pohled nic nechapu, asi je to...
2002-09-18 Martin MaresDebug output now calls a given subroutine instead of...
2002-09-17 Martin MaresAdded functions for automatic processing of script...
2002-09-06 Martin MaresAdded first two functions of the Poor Man's CGI module.
2002-09-02 Martin MaresMore improvements of the Query module.
2002-09-02 Martin MaresAdded a simple Perl module for connecting to search...
2002-08-26 Martin MaresExport functions for explicit locking.
2002-08-26 Martin MaresThe shell config helper now knows how to parse multiple...
2002-08-26 Martin MaresAdded a quick-check mode which does bucket file checks...
2002-08-26 Martin MaresAs usually, stuff in lib/* is LGPL'ed.
2002-08-26 Martin MaresAllow setting of default configuration file.
2002-08-23 Martin MaresMoved shell script support commands to lib/shell.
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-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-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 MaresNo more a development version.
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-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.
next