ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/liblzf/Changes
(Generate patch)

Comparing liblzf/Changes (file contents):
Revision 1.10 by root, Tue Aug 3 15:37:48 2004 UTC vs.
Revision 1.21 by root, Wed Sep 27 13:51:51 2006 UTC

11.4 1
21.7
3 - remove bogus broken horrific "unlzf" patch by Scott Feeney,
4 note to self: never accept well-meant patches.
5 - make lzf more robust in presence of padding bytes or sudden eof.
6
71.6 Fri Jul 7 17:31:26 CEST 2006
8 - the lzf example utility will now uncompress if invoked
9 as "unlzf" (patch by Scott Feeney).
10 - add CHECK_INPUT option that adds more checks for input
11 data validity.
12 - help applications that do not pass in the correct length
13 (such as php) by returning either EINVAL or E2BIG.
14 - default HLOG size is now 15 (cpu caches have increased).
15 - documentation fixes.
16
171.51 Thu Apr 14 22:15:46 CEST 2005
18 - incorporated C♯ implementation of both the en- and decoder,
19 written by "Oren J. Maurice <oymaurice@hazorea.org.il>".
20 You can find it in the cs/ subdirectory.
21 - make FRST, NEXT IDX overridable if lzf_c.c is directly included
22 in the code.
23
241.5 Tue Mar 8 20:23:23 CET 2005
25 - incorporated improvements by Adam D. Moss,
26 which includes a new VERY_FAST mode which is
27 a bit slower than ULTRA_FAST but much better,
28 and enabled it as default.
29
301.401 Thu Mar 3 18:00:52 CET 2005
31 - use cstring in c++, not string.h.
32 - change of contact address.
33
341.4 Wed Dec 15 08:08:49 CET 2004
2 - very very slight tuning of the hashing function. 35 - very very slight tuning of the hashing function.
3 36
41.3 Thu Mar 25 15:41:17 CET 2004 371.3 Thu Mar 25 15:41:17 CET 2004
5 - changed license of lzf core code to explicitly allow 38 - changed license of lzf core code to explicitly allow
6 relicensing under the GPLv2. 39 relicensing under the GPLv2.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines