Download List

專案描述

The lzlib compression library provides in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data. The compressed data format used by the library is the lzip format.
The lzip file format is designed for long-term data archiving. It is clean, provides very safe 4-factor integrity checking, and is backed by the recovery capabilities of lziprecover.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-23 11:40
1.4-rc1

The compression ratio has been slightly increased.

Compression time has been reduced by 8%. Decompression time has been reduced by 7%.

Arguments and return values of functions in lzlib.h have been changed from "long long" to
"unsigned long long".

The minimum size of the input compression buffer has been reduced to 64KiB.

The target "install-as-lzip" has been added to the Makefile.
標籤: Development

2012-01-24 07:13
1.3-rc1

Lzlib has been translated to C from the C++ source of lzlib 1.2. This has been done to avoid the dependency on libstdc++, making lzlib useful in more environments.
標籤: Development

2011-10-28 00:30
1.2

For large values of "--match-length", the compression ratio has been slightly increased and compression time has been reduced by up to 6%. The option "-F, --recompress", which forces recompression of files whose names already have the ".lz" or ".tlz" suffix, has been added to minilzip. "make install" no longer tries to run "/sbin/ldconfig" on systems lacking it.
標籤: Stable

2011-05-20 05:43
1.2-rc2

"make install" no longer tries to run "/sbin/ldconfig" on systems lacking it.
標籤: Development

2011-04-20 20:39
1.2-rc1

For large values of "--match-length", compression ratio has been slightly increased and compression time has been reduced by up to 6%. The option "-F, --recompress", which forces recompression of files whose names already have the ".lz" or ".tlz" suffix, has been added to minilzip.
標籤: Development

Project Resources