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 |
2004-05-10 |
Martin Mares | stralloc -> strdup. |
tree | commitdiff |
2004-05-10 |
Martin Mares | Added xstrdup() and new logging functions. |
tree | commitdiff |
2004-05-10 |
Martin Mares | Added functions for manual control of log switching... |
tree | commitdiff |
2004-05-10 |
Martin Mares | cfg_stralloc() -> cfg_strdup() and use mp_strdup()... |
tree | commitdiff |
2004-05-10 |
Martin Mares | Renamed stralloc() to xstrdup() to be consistent with... |
tree | commitdiff |
2004-05-10 |
Martin Mares | Oops, this worked only by a chance. |
tree | commitdiff |
2004-05-03 |
Martin Mares | Added the new pool-str module. |
tree | commitdiff |
2004-05-03 |
Martin Mares | Added mp_strcat() and mp_multicat(). |
tree | commitdiff |
2004-04-20 |
Martin Mares | Fixed the comment. |
tree | commitdiff |
2004-04-19 |
Robert Spalek | - 0x08 (BACKSPACE) is a blank character and it is accep... |
tree | commitdiff |
2004-04-18 |
Martin Mares | Changed locking rules. Scans and appends can peacefully... |
tree | commitdiff |
2004-04-16 |
Martin Mares | When logging to a file, redirect fd1 to the log file... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Multi-part objects (with header and body separated... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Got tired by repeating the same `gather pieces from... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Added a simple test. |
tree | commitdiff |
2004-04-10 |
Martin Mares | Add new modules. |
tree | commitdiff |
2004-04-10 |
Martin Mares | Use format_exit_status(). One more ASSERT. |
tree | commitdiff |
2004-04-10 |
Martin Mares | Including <stdarg.h> in lib/lib.h enables us to finally... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Added exitstatus and runcmd functions. Finally decided... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Added a couple of functions for running of external... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Added a new module for formatting of process exit statu... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Added one more check. |
tree | commitdiff |
2004-04-08 |
Martin Mares | More enhancement to the main loop library: Export all... |
tree | commitdiff |
2004-04-08 |
Martin Mares | Read and write functions accept void pointers instead... |
tree | commitdiff |
2004-04-07 |
Martin Mares | Added a universal main loop with timers, file descripto... |
tree | commitdiff |
2004-03-20 |
Martin Mares | Interface to our own regex library. |
tree | commitdiff |
next |