2005-02-20 |
Robert Spalek | shup up, gcc |
tree | commitdiff |
2005-02-20 |
Robert Spalek | fixed library dependencies |
tree | commitdiff |
2005-02-19 |
Robert Spalek | comparison of signed and unsigned encountered without... |
tree | commitdiff |
2005-02-19 |
Martin Mares | Added clist walking macros with embedded C99 declaratio... |
tree | commitdiff |
2005-02-16 |
Martin Mares | If requested by config.mk, install all libraries and... |
tree | commitdiff |
2005-02-10 |
Martin Mares | Oops, a nasty bug has crept in. |
tree | commitdiff |
2005-02-10 |
Martin Mares | Added overflow-safe string functions allocating everyth... |
tree | commitdiff |
2005-02-10 |
Martin Mares | Added tests for the mempool string functions. |
tree | commitdiff |
2005-02-10 |
Martin Mares | Added printf-like function with output to mempool. |
tree | commitdiff |
2005-01-31 |
Martin Mares | A minor optimization. |
tree | commitdiff |
2005-01-28 |
Martin Mares | Don't forget to undefine BUF_T. |
tree | commitdiff |
2005-01-18 |
Tomas Valla | Wrong alignment fixed. |
tree | commitdiff |
2005-01-18 |
Tomas Valla | We should check the special case. |
tree | commitdiff |
2005-01-17 |
Tomas Valla | useful macro to align pointer p to size s |
tree | commitdiff |
2005-01-10 |
Robert Spalek | update the copyright; it's been quite a long time until... |
tree | commitdiff |
2005-01-10 |
Robert Spalek | added TREE_WANT_BOUNDARY for finding the first/last... |
tree | commitdiff |
2005-01-08 |
Martin Mares | Fixed a nasty bug in partmap_map(). When called for... |
tree | commitdiff |
2004-12-27 |
Martin Mares | .cvsignore no longer needed here. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Resurrected CONFIG_LARGE_DB. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Compilation of Perl and Shell parts of libucw is optional. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Adjust comments in UCW Library modules. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Changed all references to Sherlock Library by UCW Library. |
tree | commitdiff |
2004-12-11 |
Martin Mares | SHERLOCK_HAVE_PREAD -> HAVE_PREAD. |
tree | commitdiff |
2004-12-11 |
Martin Mares | CONFIG_LFS has been removed, CONFIG_LARGE_DB got replac... |
tree | commitdiff |
2004-12-11 |
Martin Mares | Moved oid_t to sherlock.h. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Moved the lizard-fb module to Sherlock library, because... |
tree | commitdiff |
2004-12-11 |
Martin Mares | Configure libucw according to Sherlock config. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Moved CGI.pm and Query.pm to Sherlock library. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Split library functions to libsh and libucw. |
tree | commitdiff |
2004-12-11 |
Martin Mares | Introduced `sherlock/config.mk' which contains non... |
tree | commitdiff |
2004-12-11 |
Martin Mares | Made DEFAULT_CONFIG optional. |
tree | commitdiff |
2004-11-20 |
Martin Mares | Partial inlining of bskip(). |
tree | commitdiff |
2004-11-20 |
Martin Mares | Introduced COMPARE_LT and COMPARE_GT for comparison... |
tree | commitdiff |
2004-11-20 |
Martin Mares | Increase CARD_POS_SHIFT on Centrum. |
tree | commitdiff |
2004-11-15 |
Robert Spalek | enlarge MAX_ATTR_SIZE |
tree | commitdiff |
2004-11-14 |
Martin Mares | Move all explicit extern declarations of logf() [which... |
tree | commitdiff |
2004-11-14 |
Martin Mares | Updated test rules. |
tree | commitdiff |
2004-11-14 |
Martin Mares | Added tests for the hash table module. |
tree | commitdiff |
2004-11-14 |
Martin Mares | Added support for dynamically allocated hash tables... |
tree | commitdiff |
2004-11-14 |
Martin Mares | Finally I decided to change the syntax of INDEX_VERSION... |
tree | commitdiff |
2004-11-14 |
Martin Mares | Corrected INDEX_VERSION, documented the rules and added... |
tree | commitdiff |
2004-11-09 |
Robert Spalek | if SORT_PRESORT and SORT_UP_TO are both on, compute... |
tree | commitdiff |
2004-11-09 |
Robert Spalek | just a bit more funny initialization for the SORT_UP_TO... |
tree | commitdiff |
2004-11-09 |
Robert Spalek | actually, the number of runs is halved during each... |
tree | commitdiff |
2004-11-09 |
Martin Mares | Fixed a bug in parsing of replies -- the parse tree... |
tree | commitdiff |
2004-11-09 |
Robert Spalek | bfilesize() returns sh_off_t |
tree | commitdiff |
2004-11-08 |
Robert Spalek | SORT_ONLY_PRESORT feature improved into SORT_UP_TO... |
tree | commitdiff |
2004-11-05 |
Tomas Holusa | Split type_flags to 4/4 bits for FILETYPE and LANG |
tree | commitdiff |
2004-11-04 |
Martin Mares | Remember that DEBUG has been renamed. |
tree | commitdiff |
2004-11-04 |
Martin Mares | Added "pre-sort only" mode as Robert suggested. |
tree | commitdiff |
2004-10-29 |
Martin Mares | One more round of changes to the assert code -- I didn... |
tree | commitdiff |
2004-10-29 |
Martin Mares | Always define the memory allocation primitives with... |
tree | commitdiff |
2004-10-29 |
Martin Mares | Changed DEBUG to CONFIG_DEBUG to avoid conflicts with... |
tree | commitdiff |
2004-10-25 |
Martin Mares | Tagged current sources as rel-3-3 (bug fixes only) |
tree | commitdiff |
2004-10-04 |
Martin Mares | Double oops. |
tree | commitdiff |
2004-10-04 |
Martin Mares | Oops. |
tree | commitdiff |
2004-10-04 |
Martin Mares | Added sh_file_size() (stat() isn't reliable on large... |
tree | commitdiff |
2004-10-02 |
Martin Mares | Introduced relative counterparts of url_canon_split... |
tree | commitdiff |
2004-09-27 |
Martin Mares | Let bskip() return success. |
tree | commitdiff |
2004-09-26 |
Martin Mares | obuck_slurp_pool() is now able to skip unwanted buckets... |
tree | commitdiff |
2004-09-20 |
Martin Mares | A couple of minor improvements to the generic hash... |
tree | commitdiff |
2004-08-21 |
Robert Spalek | - bugfix: when disabling compression, change bucket_type |
tree | commitdiff |
2004-08-21 |
Robert Spalek | added sepsplit() in wordsplit.c |
tree | commitdiff |
2004-08-20 |
Martin Mares | Added initial support for areas to the indexer. Merging... |
tree | commitdiff |
2004-08-20 |
Robert Spalek | if b?get_attr() returns 0, it clears attr->attr too |
tree | commitdiff |
2004-08-20 |
Robert Spalek | a really essential bugfix |
tree | commitdiff |
2004-08-20 |
Martin Mares | Use GET_UTF8 instead of GET_UTF8_CHAR (this costs us... |
tree | commitdiff |
2004-08-20 |
Martin Mares | Added unit tests for UTF8 macros. |
tree | commitdiff |
2004-08-20 |
Martin Mares | Optimized and simplified UTF8 macros. In fact, turned... |
tree | commitdiff |
2004-08-20 |
Robert Spalek | renamed attr_set_type() to put_attr_set_type() |
tree | commitdiff |
2004-08-20 |
Robert Spalek | - added b?get_attr() |
tree | commitdiff |
2004-08-20 |
Robert Spalek | - added get_attr() and bget_attr() with get_attr_set_type() |
tree | commitdiff |
2004-08-20 |
Robert Spalek | - use put_utf8_32() |
tree | commitdiff |
2004-08-20 |
Robert Spalek | - added {get,put}_utf8_32() for all full 6-byte codes |
tree | commitdiff |
2004-08-19 |
Robert Spalek | - do not try to compress when liz_min_compr == 0 |
tree | commitdiff |
2004-08-19 |
Robert Spalek | typo |
tree | commitdiff |
2004-08-19 |
Robert Spalek | renamed function |
tree | commitdiff |
2004-08-19 |
Martin Mares | A better implementation of vbprintf() which avoids... |
tree | commitdiff |
2004-08-19 |
Martin Mares | Comparisons of type `if (f->bptr + length > f->bstop... |
tree | commitdiff |
2004-08-18 |
Robert Spalek | bugfix in obuck_slurp_refill |
tree | commitdiff |
2004-08-17 |
Robert Spalek | cards format has changed, do upgrade the version of... |
tree | commitdiff |
2004-08-17 |
Robert Spalek | added a module that supports transparent compression... |
tree | commitdiff |
2004-08-15 |
Martin Mares | Accept V33_LIZARD buckets without body -- such buckets... |
tree | commitdiff |
2004-08-15 |
Martin Mares | Added sync_dir(). |
tree | commitdiff |
2004-08-15 |
Martin Mares | Added bfilesync(). |
tree | commitdiff |
2004-08-15 |
Martin Mares | Made `buckettool -x' show the header if in verbose... |
tree | commitdiff |
2004-08-14 |
Martin Mares | Added obj_find_anum() which is obj_find_aval() combined... |
tree | commitdiff |
2004-08-14 |
Martin Mares | UTF8_SPACE turned to an inline function. |
tree | commitdiff |
2004-08-05 |
Martin Mares | obj_add_attr_ref() with an on-stack buffer is not advis... |
tree | commitdiff |
2004-08-05 |
Martin Mares | When reading, the data end at b->bstop, not b->bufend. |
tree | commitdiff |
2004-08-05 |
Martin Mares | Bucket fastbuf's have to be seekable, since shep-reap... |
tree | commitdiff |
2004-08-05 |
Robert Spalek | do not read the whole bucket into memory if only header... |
tree | commitdiff |
2004-08-05 |
Martin Mares | New attributes are now added at the end of the list. |
tree | commitdiff |
2004-07-20 |
Robert Spalek | tiny bugfix :)) |
tree | commitdiff |
2004-07-20 |
Robert Spalek | tiny optimization: do not make 2 function calls in... |
tree | commitdiff |
2004-07-16 |
Martin Mares | Fixed two bugs in parsing of buckets (one of them intro... |
tree | commitdiff |
2004-07-16 |
Martin Mares | Buckets of unknown format should be skipped properly... |
tree | commitdiff |
2004-07-16 |
Martin Mares | `buckettool -c' (cat) now separates buckets by an empty... |
tree | commitdiff |
2004-07-16 |
Martin Mares | Parsing of PLAIN type buckets also ends after buck_len... |
tree | commitdiff |
2004-07-16 |
Martin Mares | Reading of V30 buckets was broken (for example it didn... |
tree | commitdiff |
next |