2004-07-06 |
Martin Mares | Use bfilesize(). |
tree | commitdiff |
2004-07-06 |
Martin Mares | Introduced bfilesize(). |
tree | commitdiff |
2004-07-06 |
Martin Mares | Removed references to buck2obj.h and obj2buck.h. |
tree | commitdiff |
2004-07-06 |
Martin Mares | Added #ifdef guards. |
tree | commitdiff |
2004-07-06 |
Martin Mares | Merged obj2buck.h and buck2obj.h to object.h, the numbe... |
tree | commitdiff |
2004-07-06 |
Martin Mares | No need to test for NULL when reallocating. |
tree | commitdiff |
2004-07-06 |
Martin Mares | Added a note on xrealloc(NULL, x). |
tree | commitdiff |
2004-07-06 |
Martin Mares | Use bbuf.h. |
tree | commitdiff |
2004-07-06 |
Martin Mares | Include <stdlib.h> to get free(). |
tree | commitdiff |
2004-07-06 |
Martin Mares | Use lib/bbuf.h here. |
tree | commitdiff |
2004-07-06 |
Martin Mares | Applications of gbuf.h to byte arrays are very common... |
tree | commitdiff |
2004-07-06 |
Martin Mares | can_overwrite_buffer fixes for bucket.c: added f->buffe... |
tree | commitdiff |
2004-07-06 |
Martin Mares | fb-limfd was setting can_overwrite_buffer=2, but it... |
tree | commitdiff |
2004-07-06 |
Martin Mares | Complain loudly if anybody asks us to generate buckets... |
tree | commitdiff |
2004-07-06 |
Martin Mares | Small improvements to buckettool: |
tree | commitdiff |
2004-07-04 |
Robert Spalek | - use buck2obj_parse() instead of obj_read_bucket(... |
tree | commitdiff |
2004-07-04 |
Robert Spalek | writing attributes to buckets totally rewritten accordi... |
tree | commitdiff |
2004-07-04 |
Robert Spalek | - obj_parse_dump() generalized to store apart the heade... |
tree | commitdiff |
2004-06-28 |
Robert Spalek | a typo and FIXME |
tree | commitdiff |
2004-06-28 |
Robert Spalek | now, I have no contribution into the fastbuf code :)) |
tree | commitdiff |
2004-06-28 |
Martin Mares | Adapted buck2obj to the new rewritable buffers. I don... |
tree | commitdiff |
2004-06-28 |
Martin Mares | A better implementation of overwritable buffers. |
tree | commitdiff |
2004-06-28 |
Robert Spalek | one mis-commit fixed |
tree | commitdiff |
2004-06-28 |
Robert Spalek | obj_read_bucket() checks whether buck_type has a correc... |
tree | commitdiff |
2004-06-28 |
Robert Spalek | dump_parsed_bucket() simplified |
tree | commitdiff |
2004-06-28 |
Robert Spalek | - obj_read_bucket() takes a new parameter: struct mempo... |
tree | commitdiff |
2004-06-28 |
Robert Spalek | interface of lizard_decompress_safe() has been simplified |
tree | commitdiff |
2004-06-28 |
Robert Spalek | avoid one pointer |
tree | commitdiff |
2004-06-28 |
Robert Spalek | obj_read_bucket() |
tree | commitdiff |
2004-06-28 |
Robert Spalek | deleted obj_attr_to_bucket*(). sorry, I like them... |
tree | commitdiff |
2004-06-28 |
Robert Spalek | - buckettool updated to extract, cat, and create all... |
tree | commitdiff |
2004-06-28 |
Robert Spalek | macros and inline functions for generating V33 buckets |
tree | commitdiff |
2004-06-28 |
Robert Spalek | - added buck2obj_flush() that flushed the memory pool... |
tree | commitdiff |
2004-06-28 |
Robert Spalek | BCONFIG_CAN_OVERWRITE is a read/write parameter, i... |
tree | commitdiff |
2004-06-28 |
Robert Spalek | updated interface of lizard-safe.c |
tree | commitdiff |
2004-06-28 |
Robert Spalek | - encapsulation: hide struct lizard_buffer in the sourc... |
tree | commitdiff |
2004-06-28 |
Robert Spalek | added a simple source-code for resizable buffers, I... |
tree | commitdiff |
2004-06-28 |
Robert Spalek | bigfix, now it works even for the 2nd time :-) |
tree | commitdiff |
2004-06-27 |
Martin Mares | obj_read_bucket() now gets the bucket length as a param... |
tree | commitdiff |
2004-06-27 |
Martin Mares | Added bskip() which skips the given number of bytes... |
tree | commitdiff |
2004-06-27 |
Martin Mares | Minor optimizations. |
tree | commitdiff |
2004-06-25 |
Robert Spalek | getbuck.c no longer starts with flushing the memory... |
tree | commitdiff |
2004-06-25 |
Robert Spalek | - buck2obj_alloc() initially allocates no buffers |
tree | commitdiff |
2004-06-25 |
Martin Mares | Tried to improve the LZO format description. |
tree | commitdiff |
2004-06-25 |
Robert Spalek | - lizard_alloc() does not allocate anything if max_len... |
tree | commitdiff |
2004-06-25 |
Martin Mares | A little grammar fix. |
tree | commitdiff |
2004-06-25 |
Robert Spalek | buck2obj_convert() renamed to obj_read_bucket() |
tree | commitdiff |
2004-06-25 |
Robert Spalek | it is possible to specify whether the caller only wants... |
tree | commitdiff |
2004-06-25 |
Robert Spalek | define BUCK2OBJ_INITIAL_MAX_LEN |
tree | commitdiff |
2004-06-25 |
Robert Spalek | use lizard_realloc() instead of {free,alloc} |
tree | commitdiff |
2004-06-25 |
Robert Spalek | added lizard_realloc() to avoid restoring and reestabli... |
tree | commitdiff |
2004-06-25 |
Robert Spalek | added buck2obj_realloc(), it is automatically called... |
tree | commitdiff |
2004-06-25 |
Robert Spalek | MJ's objections: |
tree | commitdiff |
2004-06-25 |
Robert Spalek | typo |
tree | commitdiff |
2004-06-25 |
Robert Spalek | implemented bconfig in the internal fastbuf |
tree | commitdiff |
2004-06-25 |
Robert Spalek | cannot ask for struct obuck_header due to remote indexing |
tree | commitdiff |
2004-06-25 |
Robert Spalek | OK, buck2obj looks nice now, so let us add it |
tree | commitdiff |
2004-06-25 |
Robert Spalek | implemented all 3 overwrite-policies |
tree | commitdiff |
2004-06-25 |
Robert Spalek | generalized BCONFIG_CAN_OVERWRITE to three different... |
tree | commitdiff |
2004-06-25 |
Robert Spalek | added the configuration item BCONFIG_CAN_OVERWRITE... |
tree | commitdiff |
2004-06-25 |
Robert Spalek | modifications done at home, not yet incorporated MJ... |
tree | commitdiff |
2004-06-25 |
Robert Spalek | - deleted unused BUCKET_TYPE_V30C |
tree | commitdiff |
2004-06-25 |
Robert Spalek | - changed the format of struct oattr to allow 0-copy... |
tree | commitdiff |
2004-06-25 |
Robert Spalek | reordered the if's in lizard_compress(): nicer, clearer... |
tree | commitdiff |
2004-06-25 |
Martin Mares | Mainline is now v3.3. |
tree | commitdiff |
2004-06-25 |
Martin Mares | Marked the current version as 3.2.1, which is going... |
tree | commitdiff |
2004-06-24 |
Robert Spalek | a bugfix and polishing |
tree | commitdiff |
2004-06-24 |
Robert Spalek | generalized for extracting also uncompressed buckets... |
tree | commitdiff |
2004-06-24 |
Robert Spalek | added a decoder from buckets to objects |
tree | commitdiff |
2004-06-24 |
Robert Spalek | hmm, after a sys-call is not called, we do not have... |
tree | commitdiff |
2004-06-24 |
Robert Spalek | added unhandle_signal() into sighandler.c |
tree | commitdiff |
2004-06-24 |
Robert Spalek | changed the default action to test |
tree | commitdiff |
2004-06-24 |
Robert Spalek | adapted to the new version of sighandler.c |
tree | commitdiff |
2004-06-24 |
Robert Spalek | sighandler.c: |
tree | commitdiff |
2004-06-24 |
Robert Spalek | - lizard_alloc() turns on the wrapper for SIGSEGV and... |
tree | commitdiff |
2004-06-24 |
Robert Spalek | added a wrapper for signal handlers in sighandler.c |
tree | commitdiff |
2004-06-23 |
Robert Spalek | hmm, if we use fast unaligned access when decompressing... |
tree | commitdiff |
2004-06-23 |
Robert Spalek | MJ's idea: |
tree | commitdiff |
2004-06-23 |
Robert Spalek | MJ's suggestion: |
tree | commitdiff |
2004-06-23 |
Robert Spalek | incorporated MJ's suggestions: |
tree | commitdiff |
2004-06-22 |
Martin Mares | Allow empty host name for unknown URL schemes. |
tree | commitdiff |
2004-06-15 |
Robert Spalek | oops, one missing volatile :-) |
tree | commitdiff |
2004-06-15 |
Robert Spalek | crash tests changed: |
tree | commitdiff |
2004-06-15 |
Robert Spalek | added lizard-safe |
tree | commitdiff |
2004-06-15 |
Robert Spalek | - lizard.c split into lizard.c and lizard-safe.c |
tree | commitdiff |
2004-06-15 |
Robert Spalek | - low-level safe version of lizard_decompress() put... |
tree | commitdiff |
2004-06-14 |
Robert Spalek | print a fancy message when SIGSEGV is caught at the... |
tree | commitdiff |
2004-06-14 |
Robert Spalek | tested the wrapper guarding the safe decompression |
tree | commitdiff |
2004-06-14 |
Robert Spalek | added a wrapper for safe decompression (the page behind... |
tree | commitdiff |
2004-06-14 |
Robert Spalek | lizzard -> lizard |
tree | commitdiff |
2004-06-14 |
Robert Spalek | improved the test tool, now it is easy to verify the... |
tree | commitdiff |
2004-06-14 |
Robert Spalek | added lizzard |
tree | commitdiff |
2004-06-14 |
Robert Spalek | updated the maximum prolong-factor |
tree | commitdiff |
2004-06-14 |
Robert Spalek | sped up approximately 6 times: |
tree | commitdiff |
2004-06-14 |
Robert Spalek | debugged, now it is fully functional: |
tree | commitdiff |
2004-06-11 |
Robert Spalek | implemented fast compression and decompression routines |
tree | commitdiff |
2004-05-10 |
Martin Mares | When processing the `-S' option, work on a copy, so... |
tree | commitdiff |
2004-05-10 |
Martin Mares | Removed redundant <stdarg.h>. |
tree | commitdiff |
2004-05-10 |
Martin Mares | Split logging functions to two files to avoid linking... |
tree | commitdiff |
2004-05-10 |
Martin Mares | The logger now exports the name of the current log... |
tree | commitdiff |
next |