]> mj.ucw.cz Git - libucw.git/history - lib/lizard-safe.c
Rewritten ff-binary.
[libucw.git] / lib / lizard-safe.c
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-01-12 Martin MaresCPU_PAGE_SIZE ported from mainline.
2007-01-12 Martin MaresDetermine system page size in the configure script...
2006-12-11 Martin MaresFixed thread safety of signal handling.
2006-10-27 Robert Spalekupdate the code so that it compiles both on Linux and...
2006-10-26 Robert SpalekALIGN renamed to ALIGN_TO
2006-01-16 Martin MaresCleaned up includes.
2004-07-16 Robert Spalektaken much faster implementation of Adler32 and put...
2004-07-16 Robert Spalekadded adler32 functions
2004-06-28 Robert Spalekinterface of lizard_decompress_safe() has been simplified
2004-06-28 Robert Spalekavoid one pointer
2004-06-28 Robert Spalek- encapsulation: hide struct lizard_buffer in the sourc...
2004-06-25 Robert Spalek- lizard_alloc() does not allocate anything if max_len...
2004-06-25 Robert Spalekadded lizard_realloc() to avoid restoring and reestabli...
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 Spalekadapted to the new version of sighandler.c
2004-06-24 Robert Spalek- lizard_alloc() turns on the wrapper for SIGSEGV and...
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-15 Robert Spalekoops, one missing volatile :-)
2004-06-15 Robert Spalek- low-level safe version of lizard_decompress() put...