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 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.

2011-01-05 06:47
1.1

压缩时间已经减少了2%。所有声明不属于空气污染指数已经封装在命名空间“Lzlib”。新的测试已被添加到测试套件。比赛长度的限制设置的选项的minilzip -9 -1已更改为匹配的lzip 1.11人。 Minilzip现在设置在二进制模式上OS2的标准输入和标准输出。该文件bbexample.cc,缓冲到缓冲压缩/解压功能包含例如,已被添加。
标签: Stable
Compression time has been reduced by 2%. All declarations not belonging to the API have been encapsulated in the namespace "Lzlib". New tests have been added to the test suite. Match length limits set by the options -1 to -9 of minilzip have been changed to match those of lzip 1.11. Minilzip now sets stdin and stdout in binary mode on OS2. The file bbexample.cc, containing example functions for buffer-to-buffer compression/decompression, has been added.

2010-12-15 04:42
1.1-rc3

该文件bbexample.cc,缓冲到缓冲压缩/解压功能包含例如,已被添加。
标签: Development
The file bbexample.cc, containing example functions for buffer-to-buffer compression/decompression, has been added.

2010-12-09 07:37
1.1-rc2

压缩时间已经减少了2%。所有声明不属于空气污染指数已经封装在命名空间“Lzlib”。新的测试已被添加到测试套件。匹配长度的限制设置选项-1 minilzip至-9已被更改,以配合1.11的lzip的。 Minilzip现在设置在二进制模式上OS2的标准输入和标准输出。
标签: Development
Compression time has been reduced by 2%. All declarations not belonging to the API have been encapsulated in the namespace "Lzlib". New tests have been added to the test suite. Match length limits set by options -1 to -9 of minilzip have been changed to match those of lzip 1.11. Minilzip now sets stdin and stdout in binary mode on OS2.

2010-05-11 22:32
1.0

此版本增加了新的职能LZ_decompress_member_finished,LZ_decompress_member_version,LZ_decompress_dictionary_size和LZ_decompress_data_crc。变量声明“外部”被封装在一个命名空间。关于fchown的返回值的警告被忽略已得到修复。 Input_buffer已被集成在Range_decoder,简化了代码,使减压稍快。
标签: Stable
This release adds the new functions LZ_decompress_member_finished, LZ_decompress_member_version, LZ_decompress_dictionary_size, and LZ_decompress_data_crc. Variables declared "extern" have been encapsulated in a namespace. A warning about fchown's return value being ignored has been fixed. Input_buffer has been integrated in Range_decoder, simplifying the code and making decompression slightly faster.

2010-04-16 00:29
1.0-rc2

变量声明“外部”已在一个命名空间封装。关于fchown的返回值的警告被忽略已得到修复。
标签: Development
Variables declared "extern" have been encapsulated in a namespace. A warning about fchown's return value being ignored has been fixed.

Project Resources