]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2003-04-13 Martin MaresAdded a new card flag for cards in giant classes. Don...
2003-04-11 Martin MaresAdded a new PURE attribute which means "this function...
2003-03-28 Robert Spalekdocumentation fixed
2003-03-26 Martin MaresAdded functions for moving attributes in the chain.
2003-03-25 Martin MaresIf the search server connection dies prematurely, give...
2003-03-25 Martin MaresReplaced various nesting heuristics by proper parsing...
2003-03-25 Martin MaresOne more parameters change.
2003-03-24 Martin MaresMore changes to the custom attribute mechanism:
2003-03-22 Martin MaresCreate local copy of program name to be printed in...
2003-03-08 Martin MaresBetter explanation of CARD_FLAG_FRAMESET.
2003-03-08 Martin MaresIntroduced CARD_LANG_FRAMESET.
2003-03-05 Martin MaresFixed bug in bucket shakedown code: it crashed with...
2003-03-02 Martin MaresOh, those misleading comments...
2003-02-28 Martin MaresPut back the work-around for objects generated by an...
2003-02-28 Martin MaresGet a list of config files explicitly, so that the...
2003-02-28 Martin MaresChanged processing of configuration files.
2003-02-28 Martin MaresRenamed SHERLOCK_CONFIG_xxx to CONFIG_xxx to be consistent.
2003-02-27 Martin MaresAdded routines for easy dynamic creation of strings.
2003-02-19 Martin MaresWe already should announce ourselves as v2.4.
2003-02-14 Robert Spaleka bug fixed, it reveals when you want to process the...
2003-02-14 Martin MaresSped up utf8_strlen(), introduced utf8_strnlen().
2003-02-13 Robert Spalekadded utf8_strlen()
2003-02-12 Martin MaresAdded (WORD|META)_TYPES_ALL_LANGS.
2003-02-05 Martin MaresTried to use libm for calculating logarithmic frequenci...
2003-02-05 Martin MaresOne more #fix.
2003-02-03 Martin MaresRemember to use xfree().
2003-02-02 Martin MaresA stupid mistake. Former one.
2003-01-27 Martin MaresAdded another version of bgets() which doesn't die...
2003-01-27 Martin MaresRemoved a FIXME: the page cache balancing is certainly...
2003-01-27 Martin MaresSplit word types and meta types also in the free version.
2003-01-25 Martin MaresFixed off-by-one error.
2003-01-24 Martin MaresDefined MAX_ATTR_SIZE and added checks to obj_write...
2003-01-24 Martin MaresDon't forget to update this one.
2003-01-24 Martin MaresObject functions are numerous enough to deserve their...
2003-01-22 Martin MaresAdded obj_write_nocheck which writes the object as...
2003-01-22 Martin MaresOBJ_POOL_SIZE no longer needed.
2003-01-22 Martin MaresOops, forgot this one.
2003-01-22 Martin MaresObjects always live in somebody else's pool.
2003-01-22 Martin MaresThe changes were worth updating copyright :)
2003-01-22 Martin MaresReplaced various attempts to speed up use of obj_add_at...
2003-01-22 Martin MaresThe $(LIBxxx) mechanism proved useful, so I'm switching...
2003-01-22 Martin Maresget_func comment was outdated.
2003-01-22 Martin MaresMore configuration enhancements:
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-11 Martin MaresWhen installing, dereference all symlinks.
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-10 Martin MaresInstall libraries as well. Closes bug #318.
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.
next