2004-07-10 |
Martin Mares | I always wanted to rename the rather inconsistent memor... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Martin Mares | Arranged the module list. |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Martin Mares | Moved object reading and writing functions where they... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Martin Mares | Many programs now don't need to link with libcharset. |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Martin Mares | Renamed fb-printf to ff-printf to keep fastbuf front... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Martin Mares | Adapted to new unicode includes. |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Martin Mares | Adjust includes. |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Martin Mares | Unicode character type functions moved to charset/unicat.h |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Martin Mares | Gone (some functions moved to the main lib, some were... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Martin Mares | Moved the basic Unicode and UTF-8 functions to the... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Martin Mares | Moved UTF-8 streams to lib/ff-utf8.[ch] (`ff' prefix... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Robert Spalek | patch obj_write{,_nocheck}() to use bput_attr_str(... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | fbbuf_init_read() now has can_overwrite as an extra... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Use bfilesize(). |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Introduced bfilesize(). |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Removed references to buck2obj.h and obj2buck.h. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Added #ifdef guards. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Merged obj2buck.h and buck2obj.h to object.h, the numbe... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | No need to test for NULL when reallocating. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Added a note on xrealloc(NULL, x). |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Use bbuf.h. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Include <stdlib.h> to get free(). |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Use lib/bbuf.h here. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Applications of gbuf.h to byte arrays are very common... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | can_overwrite_buffer fixes for bucket.c: added f->buffe... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | fb-limfd was setting can_overwrite_buffer=2, but it... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Complain loudly if anybody asks us to generate buckets... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Martin Mares | Small improvements to buckettool: |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Robert Spalek | - use buck2obj_parse() instead of obj_read_bucket(... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Robert Spalek | writing attributes to buckets totally rewritten accordi... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Robert Spalek | - obj_parse_dump() generalized to store apart the heade... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | a typo and FIXME |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | now, I have no contribution into the fastbuf code :)) |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Martin Mares | Adapted buck2obj to the new rewritable buffers. I don... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Martin Mares | A better implementation of overwritable buffers. |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | one mis-commit fixed |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | obj_read_bucket() checks whether buck_type has a correc... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | dump_parsed_bucket() simplified |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | - obj_read_bucket() takes a new parameter: struct mempo... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | interface of lizard_decompress_safe() has been simplified |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | avoid one pointer |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | obj_read_bucket() |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | deleted obj_attr_to_bucket*(). sorry, I like them... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | - buckettool updated to extract, cat, and create all... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | macros and inline functions for generating V33 buckets |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | - added buck2obj_flush() that flushed the memory pool... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | BCONFIG_CAN_OVERWRITE is a read/write parameter, i... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | updated interface of lizard-safe.c |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | - encapsulation: hide struct lizard_buffer in the sourc... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | added a simple source-code for resizable buffers, I... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robert Spalek | bigfix, now it works even for the 2nd time :-) |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Martin Mares | More checks. |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Martin Mares | Adjusted the checker. |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Martin Mares | Added a script for testing compilability of different... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Martin Mares | obj_read_bucket() now gets the bucket length as a param... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Martin Mares | Added bskip() which skips the given number of bytes... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Martin Mares | Minor optimizations. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | getbuck.c no longer starts with flushing the memory... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | - buck2obj_alloc() initially allocates no buffers |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Martin Mares | Tried to improve the LZO format description. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | - lizard_alloc() does not allocate anything if max_len... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Martin Mares | A little grammar fix. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | buck2obj_convert() renamed to obj_read_bucket() |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | it is possible to specify whether the caller only wants... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | define BUCK2OBJ_INITIAL_MAX_LEN |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | use lizard_realloc() instead of {free,alloc} |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | added lizard_realloc() to avoid restoring and reestabli... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | added buck2obj_realloc(), it is automatically called... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | MJ's objections: |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | typo |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | implemented bconfig in the internal fastbuf |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | cannot ask for struct obuck_header due to remote indexing |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | OK, buck2obj looks nice now, so let us add it |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | implemented all 3 overwrite-policies |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | generalized BCONFIG_CAN_OVERWRITE to three different... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | added the configuration item BCONFIG_CAN_OVERWRITE... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | modifications done at home, not yet incorporated MJ... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | - deleted unused BUCKET_TYPE_V30C |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | - changed the format of struct oattr to allow 0-copy... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Robert Spalek | reordered the if's in lizard_compress(): nicer, clearer... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Martin Mares | Mainline is now v3.3. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Martin Mares | Marked the current version as 3.2.1, which is going... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Robert Spalek | a bugfix and polishing |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Robert Spalek | generalized for extracting also uncompressed buckets... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Robert Spalek | added a decoder from buckets to objects |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Robert Spalek | hmm, after a sys-call is not called, we do not have... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Robert Spalek | added unhandle_signal() into sighandler.c |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Robert Spalek | changed the default action to test |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Robert Spalek | adapted to the new version of sighandler.c |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Robert Spalek | sighandler.c: |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Robert Spalek | - lizard_alloc() turns on the wrapper for SIGSEGV and... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Robert Spalek | added a wrapper for signal handlers in sighandler.c |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Robert Spalek | hmm, if we use fast unaligned access when decompressing... |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Robert Spalek | MJ's idea: |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Robert Spalek | MJ's suggestion: |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Robert Spalek | incorporated MJ's suggestions: |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Martin Mares | Allow empty host name for unknown URL schemes. |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Robert Spalek | oops, one missing volatile :-) |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Robert Spalek | crash tests changed: |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Robert Spalek | added lizard-safe |
commit | commitdiff | tree | snapshot |
next |