2004-06-28 |
Robert Spalek | - buckettool updated to extract, cat, and create all...
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | macros and inline functions for generating V33 buckets
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | - added buck2obj_flush() that flushed the memory pool...
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | BCONFIG_CAN_OVERWRITE is a read/write parameter, i...
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | updated interface of lizard-safe.c
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | - encapsulation: hide struct lizard_buffer in the source...
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | added a simple source-code for resizable buffers, I...
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | bigfix, now it works even for the 2nd time :-)
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | getbuck.c no longer starts with flushing the memory...
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | - buck2obj_alloc() initially allocates no buffers
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | - lizard_alloc() does not allocate anything if max_len...
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | buck2obj_convert() renamed to obj_read_bucket()
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | it is possible to specify whether the caller only wants...
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | define BUCK2OBJ_INITIAL_MAX_LEN
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | use lizard_realloc() instead of {free,alloc}
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | added lizard_realloc() to avoid restoring and reestablishing...
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | added buck2obj_realloc(), it is automatically called...
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | MJ's objections:
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | typo
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | implemented bconfig in the internal fastbuf
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | cannot ask for struct obuck_header due to remote indexing
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | OK, buck2obj looks nice now, so let us add it
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | implemented all 3 overwrite-policies
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | generalized BCONFIG_CAN_OVERWRITE to three different...
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | added the configuration item BCONFIG_CAN_OVERWRITE...
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | modifications done at home, not yet incorporated MJ...
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | - deleted unused BUCKET_TYPE_V30C
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | - changed the format of struct oattr to allow 0-copy...
|
commit | commitdiff | tree |
2004-06-25 |
Robert Spalek | reordered the if's in lizard_compress(): nicer, clearer...
|
commit | commitdiff | tree |
2004-06-24 |
Robert Spalek | a bugfix and polishing
|
commit | commitdiff | tree |
2004-06-24 |
Robert Spalek | generalized for extracting also uncompressed buckets...
|
commit | commitdiff | tree |
2004-06-24 |
Robert Spalek | added a decoder from buckets to objects
|
commit | commitdiff | tree |
2004-06-24 |
Robert Spalek | hmm, after a sys-call is not called, we do not have...
|
commit | commitdiff | tree |
2004-06-24 |
Robert Spalek | added unhandle_signal() into sighandler.c
|
commit | commitdiff | tree |
2004-06-24 |
Robert Spalek | changed the default action to test
|
commit | commitdiff | tree |
2004-06-24 |
Robert Spalek | adapted to the new version of sighandler.c
|
commit | commitdiff | tree |
2004-06-24 |
Robert Spalek | sighandler.c:
|
commit | commitdiff | tree |
2004-06-24 |
Robert Spalek | - lizard_alloc() turns on the wrapper for SIGSEGV and...
|
commit | commitdiff | tree |
2004-06-24 |
Robert Spalek | added a wrapper for signal handlers in sighandler.c
|
commit | commitdiff | tree |
2004-06-23 |
Robert Spalek | hmm, if we use fast unaligned access when decompressing...
|
commit | commitdiff | tree |
2004-06-23 |
Robert Spalek | MJ's idea:
|
commit | commitdiff | tree |
2004-06-23 |
Robert Spalek | MJ's suggestion:
|
commit | commitdiff | tree |
2004-06-23 |
Robert Spalek | incorporated MJ's suggestions:
|
commit | commitdiff | tree |
2004-06-15 |
Robert Spalek | oops, one missing volatile :-)
|
commit | commitdiff | tree |
2004-06-15 |
Robert Spalek | crash tests changed:
|
commit | commitdiff | tree |
2004-06-15 |
Robert Spalek | added lizard-safe
|
commit | commitdiff | tree |
2004-06-15 |
Robert Spalek | - lizard.c split into lizard.c and lizard-safe.c
|
commit | commitdiff | tree |
2004-06-15 |
Robert Spalek | - low-level safe version of lizard_decompress() put...
|
commit | commitdiff | tree |
2004-06-14 |
Robert Spalek | print a fancy message when SIGSEGV is caught at the...
|
commit | commitdiff | tree |
2004-06-14 |
Robert Spalek | tested the wrapper guarding the safe decompression
|
commit | commitdiff | tree |
2004-06-14 |
Robert Spalek | added a wrapper for safe decompression (the page behind...
|
commit | commitdiff | tree |
2004-06-14 |
Robert Spalek | lizzard -> lizard
|
commit | commitdiff | tree |
2004-06-14 |
Robert Spalek | improved the test tool, now it is easy to verify the...
|
commit | commitdiff | tree |
2004-06-14 |
Robert Spalek | added lizzard
|
commit | commitdiff | tree |
2004-06-14 |
Robert Spalek | updated the maximum prolong-factor
|
commit | commitdiff | tree |
2004-06-14 |
Robert Spalek | sped up approximately 6 times:
|
commit | commitdiff | tree |
2004-06-14 |
Robert Spalek | debugged, now it is fully functional:
|
commit | commitdiff | tree |
2004-06-11 |
Robert Spalek | implemented fast compression and decompression routines
|
commit | commitdiff | tree |
2004-04-19 |
Robert Spalek | - 0x08 (BACKSPACE) is a blank character and it is accepted...
|
commit | commitdiff | tree |
2004-03-08 |
Robert Spalek | Ctrl-L is marked blank
|
commit | commitdiff | tree |
2004-01-19 |
Robert Spalek | typo fixed
|
commit | commitdiff | tree |
2003-12-11 |
Robert Spalek | deleted comment about fprecog
|
commit | commitdiff | tree |
2003-12-03 |
Robert Spalek | index version reverted to v2.6 subversion 2, because...
|
commit | commitdiff | tree |
2003-12-02 |
Robert Spalek | index version incremented due to lexmap.h change
|
commit | commitdiff | tree |
2003-11-26 |
Robert Spalek | no need to cut www-prefix twice
|
commit | commitdiff | tree |
2003-11-25 |
Robert Spalek | do not replace target url-equiv
|
commit | commitdiff | tree |
2003-11-17 |
Robert Spalek | 1. db/catalog.gz ---> db/catalog
|
commit | commitdiff | tree |
2003-11-13 |
Robert Spalek | I decided to turn off cf/url-equiv for indexation....
|
commit | commitdiff | tree |
2003-11-03 |
Robert Spalek | page_size -> PAGE_SIZE
|
commit | commitdiff | tree |
2003-11-03 |
Robert Spalek | - giant class flag moved from attributes to card-notes
|
commit | commitdiff | tree |
2003-11-03 |
Robert Spalek | this could never have worked
|
commit | commitdiff | tree |
2003-11-02 |
Robert Spalek | INDEX_VERSION fixed
|
commit | commitdiff | tree |
2003-10-31 |
Robert Spalek | indexer rewritten to generate redirect brackets
|
commit | commitdiff | tree |
2003-10-25 |
Robert Spalek | introduced type bitarray_t
|
commit | commitdiff | tree |
2003-07-04 |
Robert Spalek | fixed headers
|
commit | commitdiff | tree |
2003-07-04 |
Robert Spalek | fixed generated header comment
|
commit | commitdiff | tree |
2003-07-04 |
Robert Spalek | regenerated by misc/generate from updated charset tables
|
commit | commitdiff | tree |
2003-07-04 |
Robert Spalek | added (and renamed) all iso-8859-* charsets
|
commit | commitdiff | tree |
2003-07-04 |
Robert Spalek | added (and renamed) all iso-8859-{1,2,...,16} charsets
|
commit | commitdiff | tree |
2003-07-04 |
Robert Spalek | adapted to UNDEFINED characters
|
commit | commitdiff | tree |
2003-07-04 |
Robert Spalek | upgraded from ftp.unicode.org and also renamed
|
commit | commitdiff | tree |
2003-07-04 |
Robert Spalek | updated according to the newest tables downloaded from...
|
commit | commitdiff | tree |
2003-07-04 |
Robert Spalek | imported by `trunicode` from ftp.unicode.org
|
commit | commitdiff | tree |
2003-07-04 |
Robert Spalek | added a tool for importing mappings from ftp.unicode.org
|
commit | commitdiff | tree |
2003-06-27 |
Robert Spalek | fixed handling of characters lost by recoding
|
commit | commitdiff | tree |
2003-06-27 |
Robert Spalek | added tools for stealing translation tables from recode
|
commit | commitdiff | tree |
2003-06-20 |
Robert Spalek | a little bugfix of the test-tool
|
commit | commitdiff | tree |
2003-06-20 |
Robert Spalek | one test has been meanwhile adjusted
|
commit | commitdiff | tree |
2003-06-20 |
Robert Spalek | I have meanwhile fiddled a little with #include's after...
|
commit | commitdiff | tree |
2003-06-08 |
Robert Spalek | bugfix found by gcc-3.3
|
commit | commitdiff | tree |
2003-03-28 |
Robert Spalek | documentation fixed
|
commit | commitdiff | tree |
2003-02-14 |
Robert Spalek | a bug fixed, it reveals when you want to process the...
|
commit | commitdiff | tree |
2003-02-13 |
Robert Spalek | added utf8_strlen()
|
commit | commitdiff | tree |
2003-01-13 |
Robert Spalek | MJ has forgotten to add ASORT_EXTRA_ARGS at the end...
|
commit | commitdiff | tree |
2002-11-05 |
Robert Spalek | WT_LINK added into WORD_TYPES_META
|
commit | commitdiff | tree |
2002-09-26 |
Robert Spalek | added base64 module, it is imported from somewhere :))
|
commit | commitdiff | tree |
2002-07-10 |
Robert Spalek | added v?xprintf() functions, they will be used in the...
|
commit | commitdiff | tree |
2002-07-10 |
Robert Spalek | HASH_WANT_FIND_NEXT fixed and its declaration changed
|
commit | commitdiff | tree |
2002-07-10 |
Robert Spalek | added the capability of hashing/finding more records...
|
commit | commitdiff | tree |
2002-06-06 |
Robert Spalek | SHIFT_BITS changed from 5 to 7 to fit the UCS-2 strings...
|
commit | commitdiff | tree |
next |