2005-07-01 |
Robert Spalek | fix url_enenscape_friendly() thanks to mj
|
commit | commitdiff | tree |
2005-06-30 |
Robert Spalek | added url_enescape_friendly() for cards.c: it prepares...
|
commit | commitdiff | tree |
2005-06-30 |
Robert Spalek | second part of fixing URL printing: escape back all...
|
commit | commitdiff | tree |
2005-06-20 |
Robert Spalek | non-fatal warning on an unknown commited (croniak)
|
commit | commitdiff | tree |
2005-02-21 |
Robert Spalek | typo fixed
|
commit | commitdiff | tree |
2005-02-20 |
Robert Spalek | shup up, gcc
|
commit | commitdiff | tree |
2005-02-20 |
Robert Spalek | fixed library dependencies
|
commit | commitdiff | tree |
2005-02-19 |
Robert Spalek | comparison of signed and unsigned encountered without...
|
commit | commitdiff | tree |
2005-02-18 |
Robert Spalek | added yet another utility for processing cvs logs
|
commit | commitdiff | tree |
2005-02-18 |
Robert Spalek | added th2
|
commit | commitdiff | tree |
2005-01-10 |
Robert Spalek | update the copyright; it's been quite a long time until...
|
commit | commitdiff | tree |
2005-01-10 |
Robert Spalek | added TREE_WANT_BOUNDARY for finding the first/last...
|
commit | commitdiff | tree |
2004-11-15 |
Robert Spalek | enlarge MAX_ATTR_SIZE
|
commit | commitdiff | tree |
2004-11-09 |
Robert Spalek | if SORT_PRESORT and SORT_UP_TO are both on, compute...
|
commit | commitdiff | tree |
2004-11-09 |
Robert Spalek | just a bit more funny initialization for the SORT_UP_TO...
|
commit | commitdiff | tree |
2004-11-09 |
Robert Spalek | actually, the number of runs is halved during each...
|
commit | commitdiff | tree |
2004-11-09 |
Robert Spalek | bfilesize() returns sh_off_t
|
commit | commitdiff | tree |
2004-11-08 |
Robert Spalek | SORT_ONLY_PRESORT feature improved into SORT_UP_TO...
|
commit | commitdiff | tree |
2004-08-26 |
Robert Spalek | tested MJ's patches on charconv. they successfully...
|
commit | commitdiff | tree |
2004-08-21 |
Robert Spalek | - bugfix: when disabling compression, change bucket_type
|
commit | commitdiff | tree |
2004-08-21 |
Robert Spalek | added sepsplit() in wordsplit.c
|
commit | commitdiff | tree |
2004-08-20 |
Robert Spalek | if b?get_attr() returns 0, it clears attr->attr too
|
commit | commitdiff | tree |
2004-08-20 |
Robert Spalek | a really essential bugfix
|
commit | commitdiff | tree |
2004-08-20 |
Robert Spalek | renamed attr_set_type() to put_attr_set_type()
|
commit | commitdiff | tree |
2004-08-20 |
Robert Spalek | - added b?get_attr()
|
commit | commitdiff | tree |
2004-08-20 |
Robert Spalek | - added get_attr() and bget_attr() with get_attr_set_type()
|
commit | commitdiff | tree |
2004-08-20 |
Robert Spalek | - use put_utf8_32()
|
commit | commitdiff | tree |
2004-08-20 |
Robert Spalek | - added {get,put}_utf8_32() for all full 6-byte codes
|
commit | commitdiff | tree |
2004-08-19 |
Robert Spalek | - do not try to compress when liz_min_compr == 0
|
commit | commitdiff | tree |
2004-08-19 |
Robert Spalek | typo
|
commit | commitdiff | tree |
2004-08-19 |
Robert Spalek | renamed function
|
commit | commitdiff | tree |
2004-08-18 |
Robert Spalek | bugfix in obuck_slurp_refill
|
commit | commitdiff | tree |
2004-08-17 |
Robert Spalek | cards format has changed, do upgrade the version of...
|
commit | commitdiff | tree |
2004-08-17 |
Robert Spalek | added a module that supports transparent compression...
|
commit | commitdiff | tree |
2004-08-05 |
Robert Spalek | do not read the whole bucket into memory if only header...
|
commit | commitdiff | tree |
2004-07-20 |
Robert Spalek | tiny bugfix :))
|
commit | commitdiff | tree |
2004-07-20 |
Robert Spalek | tiny optimization: do not make 2 function calls in...
|
commit | commitdiff | tree |
2004-07-16 |
Robert Spalek | prune the original source code yet more
|
commit | commitdiff | tree |
2004-07-16 |
Robert Spalek | tiny bugfix
|
commit | commitdiff | tree |
2004-07-16 |
Robert Spalek | taken much faster implementation of Adler32 and put...
|
commit | commitdiff | tree |
2004-07-16 |
Robert Spalek | add Adler32 checksum to compressed V33 buckets
|
commit | commitdiff | tree |
2004-07-16 |
Robert Spalek | added adler32 functions
|
commit | commitdiff | tree |
2004-07-16 |
Robert Spalek | automatically add 0x80000000 to bucket-type specified...
|
commit | commitdiff | tree |
2004-07-16 |
Robert Spalek | improved an error message to catch an error
|
commit | commitdiff | tree |
2004-07-10 |
Robert Spalek | patch obj_write{,_nocheck}() to use bput_attr_str(...
|
commit | commitdiff | tree |
2004-07-04 |
Robert Spalek | - use buck2obj_parse() instead of obj_read_bucket(...
|
commit | commitdiff | tree |
2004-07-04 |
Robert Spalek | writing attributes to buckets totally rewritten according...
|
commit | commitdiff | tree |
2004-07-04 |
Robert Spalek | - obj_parse_dump() generalized to store apart the header...
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | a typo and FIXME
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | now, I have no contribution into the fastbuf code :))
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | one mis-commit fixed
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | obj_read_bucket() checks whether buck_type has a correct...
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | dump_parsed_bucket() simplified
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | - obj_read_bucket() takes a new parameter: struct mempool...
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | interface of lizard_decompress_safe() has been simplified
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | avoid one pointer
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | obj_read_bucket()
|
commit | commitdiff | tree |
2004-06-28 |
Robert Spalek | deleted obj_attr_to_bucket*(). sorry, I like them...
|
commit | commitdiff | tree |
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 |
next |