Download List

Projeto Descrição

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

A taxa de compressão foi aumentada ligeiramente.

Tempo de compactação foi reduzido em 8%. Tempo de descompressão foi reduzido em 7%.

Argumentos e valores de retorno de funções em lzlib.h foram alterado de "long long" para "unsigned long long".

O tamanho mínimo do buffer de entrada de compressão foi reduzido para 64KiB.

O destino de "instalar-como-lzip" foi adicionado ao Makefile.
Tags: Development
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.

2012-01-24 07:13
1.3-rc1

Lzlib foi traduzido para c da fonte C++ de lzlib 1.2. Isso tem sido feito para evitar a dependência em libstdc + +, fazendo lzlib útil em ambientes mais.
Tags: Development
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.

2011-10-28 00:30
1.2

Para valores grandes de "-comprimento do fósforo", a taxa de compactação aumentou ligeiramente e tempo de compressão foi reduzido em até 6%. A opção "- F,-- recompactar", que forças recompactação de arquivos cujos nomes já têm o sufixo ".lz" ou ".tlz", foi adicionado ao minilzip. "make install" já não tenta executar "/ sbin/ldconfig" em sistemas sem ele.
Tags: Stable
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.

2011-05-20 05:43
1.2-rc2

"Make install" não tenta executar o "/ sbin / ldconfig" em sistemas sem ele.
Tags: Development
"make install" no longer tries to run "/sbin/ldconfig" on systems lacking it.

2011-04-20 20:39
1.2-rc1

Para grandes valores de "- jogo de comprimento", taxa de compressão foi levemente aumentada e tempo de compactação foi reduzida em até 6%. A opção "-F, - recompactar", o que obriga recompressão de arquivos cujos nomes já têm o ou sufixo, foi adicionado à minilzip "lz". "TLZ.".
Tags: Development
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.

Project Resources