]> mj.ucw.cz Git - libucw.git/history - lib
Tweak the binomial heaps a bit to make them easier to use.
[libucw.git] / lib /
2003-06-18 Martin MaresTweak the binomial heaps a bit to make them easier...
2003-06-18 Martin MaresAdded a very simple generic implementation of binomial...
2003-06-18 Martin Mares<...> => "...".
2003-06-18 Martin MaresCasting addresses to longs is not portable, use addr_in...
2003-06-18 Martin MaresCorrected a couple of comments.
2003-06-18 Martin MaresRemoved duplicate definition of DEBUG and a couple...
2003-06-18 Martin MaresMinor changes to the RB-tree code:
2003-06-18 Martin MaresAdded generic red-black trees Robert has sent to me...
2003-06-15 Martin MaresReplaced clist_insert() by clist_insert_{before,after}().
2003-06-15 Martin MaresAdded a straigtforward implementation of circular linke...
2003-06-13 Martin MaresAdded prefetch functions.
2003-06-12 Martin MaresASSERT is unlikely.
2003-06-12 Martin MaresAdded macros for hinting branch predictor.
2003-06-11 Martin MaresAdded mapping of URL keys according to the prefix equiv...
2003-06-11 Martin MaresFunctions working with tagged characters moved from...
2003-06-11 Martin MaresSplit URL fingerprinting inside indexer from the other...
2003-06-11 Martin MaresOops, the hash function for fingerprints was terribly...
2003-06-08 Robert Spalekbugfix found by gcc-3.3
2003-06-04 Martin MaresMake sherlockd calculate per-filetype number of matched...
2003-05-30 Martin MaresStarted v2.5.
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 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-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-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.
next