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

Comparing liblzf/Changes (file contents):
Revision 1.13 by root, Thu Mar 3 17:06:44 2005 UTC vs.
Revision 1.32 by root, Mon Nov 5 23:28:40 2007 UTC

1 - switched to GPL v2 or any later version.
2
32.1 Fri Nov 2 13:34:42 CET 2007
4 - switched to a 2-clause bsd license with GPL exception.
5 - get rid of memcpy.
6 - tentatively use rep movsb on x86 and x86_64 (gcc only) for a
7 moderate speed improvement.
8 - applied patch by Kein-Hong Man to maske lzf.c compile under
9 the crippled mingw32 environment.
10
112.0 Fri Feb 16 23:11:18 CET 2007
12 - replaced lzf demo by industrial-strength lzf utility with behaviour
13 similar other compression utilities. Thanks for Stefan Traby for
14 rewriting it!
15 - fix state arg prototype.
16
171.7 Wed Sep 27 17:29:15 CEST 2006
18 - remove bogus "unlzf" patch.
19 note to self: never accept well-meant patches.
20 - make lzf more robust in presence of padding bytes or sudden eof.
21
221.6 Fri Jul 7 17:31:26 CEST 2006
23 - the lzf example utility will now uncompress if invoked
24 as "unlzf" (patch by Scott Feeney).
25 - add CHECK_INPUT option that adds more checks for input
26 data validity.
27 - help applications that do not pass in the correct length
28 (such as php) by returning either EINVAL or E2BIG.
29 - default HLOG size is now 15 (cpu caches have increased).
30 - documentation fixes.
31
321.51 Thu Apr 14 22:15:46 CEST 2005
33 - incorporated C♯ implementation of both the en- and decoder,
34 written by "Oren J. Maurice <oymaurice@hazorea.org.il>".
35 You can find it in the cs/ subdirectory.
36 - make FRST, NEXT IDX overridable if lzf_c.c is directly included
37 in the code.
38
391.5 Tue Mar 8 20:23:23 CET 2005
40 - incorporated improvements by Adam D. Moss,
41 which includes a new VERY_FAST mode which is
42 a bit slower than ULTRA_FAST but much better,
43 and enabled it as default.
1 44
21.401 Thu Mar 3 18:00:52 CET 2005 451.401 Thu Mar 3 18:00:52 CET 2005
3 - use cstring in c++, not string.h. 46 - use cstring in c++, not string.h.
4 - change of contatc address. 47 - change of contact address.
5 48
61.4 Wed Dec 15 08:08:49 CET 2004 491.4 Wed Dec 15 08:08:49 CET 2004
7 - very very slight tuning of the hashing function. 50 - very very slight tuning of the hashing function.
8 51
91.3 Thu Mar 25 15:41:17 CET 2004 521.3 Thu Mar 25 15:41:17 CET 2004

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines