]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2004-06-28 Robert Spalek- buckettool updated to extract, cat, and create all...
2004-06-28 Robert Spalekmacros and inline functions for generating V33 buckets
2004-06-28 Robert Spalek- added buck2obj_flush() that flushed the memory pool...
2004-06-28 Robert SpalekBCONFIG_CAN_OVERWRITE is a read/write parameter, i...
2004-06-28 Robert Spalekupdated interface of lizard-safe.c
2004-06-28 Robert Spalek- encapsulation: hide struct lizard_buffer in the sourc...
2004-06-28 Robert Spalekadded a simple source-code for resizable buffers, I...
2004-06-28 Robert Spalekbigfix, now it works even for the 2nd time :-)
2004-06-27 Martin MaresMore checks.
2004-06-27 Martin MaresAdjusted the checker.
2004-06-27 Martin MaresAdded a script for testing compilability of different...
2004-06-27 Martin Maresobj_read_bucket() now gets the bucket length as a param...
2004-06-27 Martin MaresAdded bskip() which skips the given number of bytes...
2004-06-27 Martin MaresMinor optimizations.
2004-06-25 Robert Spalekgetbuck.c no longer starts with flushing the memory...
2004-06-25 Robert Spalek- buck2obj_alloc() initially allocates no buffers
2004-06-25 Martin MaresTried to improve the LZO format description.
2004-06-25 Robert Spalek- lizard_alloc() does not allocate anything if max_len...
2004-06-25 Martin MaresA little grammar fix.
2004-06-25 Robert Spalekbuck2obj_convert() renamed to obj_read_bucket()
2004-06-25 Robert Spalekit is possible to specify whether the caller only wants...
2004-06-25 Robert Spalekdefine BUCK2OBJ_INITIAL_MAX_LEN
2004-06-25 Robert Spalekuse lizard_realloc() instead of {free,alloc}
2004-06-25 Robert Spalekadded lizard_realloc() to avoid restoring and reestabli...
2004-06-25 Robert Spalekadded buck2obj_realloc(), it is automatically called...
2004-06-25 Robert SpalekMJ's objections:
2004-06-25 Robert Spalektypo
2004-06-25 Robert Spalekimplemented bconfig in the internal fastbuf
2004-06-25 Robert Spalekcannot ask for struct obuck_header due to remote indexing
2004-06-25 Robert SpalekOK, buck2obj looks nice now, so let us add it
2004-06-25 Robert Spalekimplemented all 3 overwrite-policies
2004-06-25 Robert Spalekgeneralized BCONFIG_CAN_OVERWRITE to three different...
2004-06-25 Robert Spalekadded the configuration item BCONFIG_CAN_OVERWRITE...
2004-06-25 Robert Spalekmodifications done at home, not yet incorporated MJ...
2004-06-25 Robert Spalek- deleted unused BUCKET_TYPE_V30C
2004-06-25 Robert Spalek- changed the format of struct oattr to allow 0-copy...
2004-06-25 Robert Spalekreordered the if's in lizard_compress(): nicer, clearer...
2004-06-25 Martin MaresMainline is now v3.3.
2004-06-25 Martin MaresMarked the current version as 3.2.1, which is going...
2004-06-24 Robert Spaleka bugfix and polishing
2004-06-24 Robert Spalekgeneralized for extracting also uncompressed buckets...
2004-06-24 Robert Spalekadded a decoder from buckets to objects
2004-06-24 Robert Spalekhmm, after a sys-call is not called, we do not have...
2004-06-24 Robert Spalekadded unhandle_signal() into sighandler.c
2004-06-24 Robert Spalekchanged the default action to test
2004-06-24 Robert Spalekadapted to the new version of sighandler.c
2004-06-24 Robert Spaleksighandler.c:
2004-06-24 Robert Spalek- lizard_alloc() turns on the wrapper for SIGSEGV and...
2004-06-24 Robert Spalekadded a wrapper for signal handlers in sighandler.c
2004-06-23 Robert Spalekhmm, if we use fast unaligned access when decompressing...
2004-06-23 Robert SpalekMJ's idea:
2004-06-23 Robert SpalekMJ's suggestion:
2004-06-23 Robert Spalekincorporated MJ's suggestions:
2004-06-22 Martin MaresAllow empty host name for unknown URL schemes.
2004-06-15 Robert Spalekoops, one missing volatile :-)
2004-06-15 Robert Spalekcrash tests changed:
2004-06-15 Robert Spalekadded lizard-safe
2004-06-15 Robert Spalek- lizard.c split into lizard.c and lizard-safe.c
2004-06-15 Robert Spalek- low-level safe version of lizard_decompress() put...
2004-06-14 Robert Spalekprint a fancy message when SIGSEGV is caught at the...
2004-06-14 Robert Spalektested the wrapper guarding the safe decompression
2004-06-14 Robert Spalekadded a wrapper for safe decompression (the page behind...
2004-06-14 Robert Spaleklizzard -> lizard
2004-06-14 Robert Spalekimproved the test tool, now it is easy to verify the...
2004-06-14 Robert Spalekadded lizzard
2004-06-14 Robert Spalekupdated the maximum prolong-factor
2004-06-14 Robert Spaleksped up approximately 6 times:
2004-06-14 Robert Spalekdebugged, now it is fully functional:
2004-06-11 Robert Spalekimplemented fast compression and decompression routines
2004-05-31 Martin MaresImproved cvslog script.
2004-05-10 Martin MaresWhen processing the `-S' option, work on a copy, so...
2004-05-10 Martin MaresRemoved redundant <stdarg.h>.
2004-05-10 Martin MaresSplit logging functions to two files to avoid linking...
2004-05-10 Martin MaresThe logger now exports the name of the current log...
2004-05-10 Martin Maresstralloc -> strdup.
2004-05-10 Martin MaresAdded xstrdup() and new logging functions.
2004-05-10 Martin MaresAdded functions for manual control of log switching...
2004-05-10 Martin Marescfg_stralloc() -> cfg_strdup() and use mp_strdup()...
2004-05-10 Martin MaresRenamed stralloc() to xstrdup() to be consistent with...
2004-05-10 Martin MaresOops, this worked only by a chance.
2004-05-03 Martin MaresAdded the new pool-str module.
2004-05-03 Martin MaresAdded mp_strcat() and mp_multicat().
2004-04-20 Martin MaresFixed the comment.
2004-04-19 Robert Spalek- 0x08 (BACKSPACE) is a blank character and it is accep...
2004-04-18 Martin MaresChanged locking rules. Scans and appends can peacefully...
2004-04-16 Martin MaresWhen logging to a file, redirect fd1 to the log file...
2004-04-10 Martin MaresMulti-part objects (with header and body separated...
2004-04-10 Martin MaresGot tired by repeating the same `gather pieces from...
2004-04-10 Martin MaresAdded a simple test.
2004-04-10 Martin MaresAdd new modules.
2004-04-10 Martin MaresUse format_exit_status(). One more ASSERT.
2004-04-10 Martin MaresIncluding <stdarg.h> in lib/lib.h enables us to finally...
2004-04-10 Martin MaresAdded exitstatus and runcmd functions. Finally decided...
2004-04-10 Martin MaresAdded a couple of functions for running of external...
2004-04-10 Martin MaresAdded a new module for formatting of process exit statu...
2004-04-10 Martin MaresAdded one more check.
2004-04-08 Martin MaresMore enhancement to the main loop library: Export all...
2004-04-08 Martin MaresRead and write functions accept void pointers instead...
2004-04-07 Martin MaresAdded a universal main loop with timers, file descripto...
2004-03-20 Martin MaresInterface to our own regex library.
next