Changes revision a260560bdbc7bd737d59547882cd5e8d77b80d0a
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync3.4 Tue Sep 2 06:45:00 CEST 2008
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - the fix from 3.3 introduced a compression bug, which is fixed in
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync this release (which explains the mysterious prerelease...). thanls
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync once more to Clément Calmels.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync3.3 Mon Aug 25 03:17:42 CEST 2008
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - lzf_compress could access memory after the given input buffer
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync when outputting back references. reported with nice testcase
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync by Clément Calmels.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync3.2 Fri May 9 18:52:23 CEST 2008
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - include a workaround for failing POSIX and real-world compliance
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync on 64 bit windows (microsoft claims to support POSIX, but is far
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync from it). (bug found and analysed nicely by John Lilley).
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync3.1 Fri Nov 30 11:33:04 CET 2007
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - IMPORTANT BUGFIX: a too long final literal run would corrupt data
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync in the encoder (this was introduced in 3.0 only, earlier versions
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync are safe).
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync3.0 Tue Nov 13 22:13:09 CET 2007
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - switched to 2-clause bsd with "GPL v2 or any later version" option.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - speed up compression by ~10-15% in common cases
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync by some manual unrolling.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - import some compiler tricks from JSON::XS, for further speed-ups.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - tune hash functions depending on ULTRA_FAST or VERY_FAST settings.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - for typical binary data (e.g. /bin/bash, memory dumps,
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync canterbury corpus etc.), speed is now comparable to fastlz, but
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync with better compression ratio. with ULTRA_FAST, it's typically
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync 3-15% faster than fastlz while still maintaining a similar ratio.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync (amd64 and core 2 duo, ymmv). thanks a lot for the competition :)
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - undo inline assembly in compressor, it is no longer helpful.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - no changes to the decompressor.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - use a HLOG of 16 by default now (formerly 15).
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync2.1 Fri Nov 2 13:34:42 CET 2007
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - switched to a 2-clause bsd license with GPL exception.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - get rid of memcpy.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - tentatively use rep movsb on x86 and x86_64 (gcc only) for a
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync moderate speed improvement.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - applied patch by Kein-Hong Man to maske lzf.c compile under
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync the crippled mingw32 environment.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync2.0 Fri Feb 16 23:11:18 CET 2007
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - replaced lzf demo by industrial-strength lzf utility with behaviour
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync similar other compression utilities. Thanks for Stefan Traby for
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync rewriting it!
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - fix state arg prototype.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync1.7 Wed Sep 27 17:29:15 CEST 2006
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - remove bogus "unlzf" patch.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync note to self: never accept well-meant patches.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - make lzf more robust in presence of padding bytes or sudden eof.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync1.6 Fri Jul 7 17:31:26 CEST 2006
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - the lzf example utility will now uncompress if invoked
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync as "unlzf" (patch by Scott Feeney).
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - add CHECK_INPUT option that adds more checks for input
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync data validity.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - help applications that do not pass in the correct length
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync (such as php) by returning either EINVAL or E2BIG.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - default HLOG size is now 15 (cpu caches have increased).
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - documentation fixes.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync1.51 Thu Apr 14 22:15:46 CEST 2005
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - incorporated C♯ implementation of both the en- and decoder,
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync written by "Oren J. Maurice".
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync You can find it in the cs/ subdirectory.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - make FRST, NEXT IDX overridable if lzf_c.c is directly included
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync in the code.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync1.5 Tue Mar 8 20:23:23 CET 2005
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - incorporated improvements by Adam D. Moss,
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync which includes a new VERY_FAST mode which is
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync a bit slower than ULTRA_FAST but much better,
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync and enabled it as default.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync1.401 Thu Mar 3 18:00:52 CET 2005
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - use cstring in c++, not string.h.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - change of contact address.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync1.4 Wed Dec 15 08:08:49 CET 2004
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - very very slight tuning of the hashing function.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync1.3 Thu Mar 25 15:41:17 CET 2004
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - changed license of lzf core code to explicitly allow
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync relicensing under the GPLv2.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - added VPATH support as suggested by Björn Eriksson.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync1.2 Mon Dec 29 13:47:28 CET 2003
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - avoid spurious memory accesses after the to-be-compressed
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync memory region. originally reported by Michal Zalewski.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - flip LZF_STACK_ARG meaning (to be correct).
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync1.1 Tue Dec 23 05:48:32 CET 2003
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - removed #warn directive, it's not worth the hassle.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - add LZF_STACK_ARG and AVOID_ERRNO configurations
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync for embedded systems.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - make it compile cleanly as c++.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - some small documentation and code fixes.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync1.0 Sun Nov 17 12:37:37 CET 2002
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - slightly better compression ratio, almost unmeasurably
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync slower.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - some documentation fixes.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync0.4 Thu Jun 13 14:11:10 CEST 2002
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - typoe fix.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - lzf demo program now properly decompresses small files.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - fix another 64 bit issue, found by Laurent Deniel.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync0.3 Tue Jan 16 13:21:14 CET 2001
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - fix silly beginners 32/64 bit mistake.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync0.2 Thu Jan 4 05:56:42 CET 2001
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - now totally independent of autoconfig, for
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync easy inclusion into other programs.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - much better fine-tuning, faster and better than 0.1.
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync0.1 2000
a260560bdbc7bd737d59547882cd5e8d77b80d0avboxsync - initial release.