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

압축 비율을 약간 증가 되었습니다.

압축 시간 8%로 감소 했다. 감압 시간 7%로 감소 했다.

인수 및 반환 값의 lzlib.h 함수에서 "오래 오래" "오래 오래 부호"를 변경 되었습니다.

입력된 압축 버퍼의 최소 크기를 64KiB 감소 되었습니다.

대상 "설치로 lzip" 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 c lzlib 1.2의 c + + 소스에서 번역 되었습니다. 이 + libstdc + lzlib 더 많은 환경에서 유용 하 게 만들기에 대 한 종속성을 피하기 위해 일 하고있다.
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

큰 값의 "-일치 길이", 압축 비율은 약간 증가 되었습니다 및 압축 시간 최대 6% 감소 되었습니다. 옵션 "-F,-다시 압축", 어떤 세력 재압축 파일 이름이 이미 ".lz" 또는 ".tlz" 접미사의 minilzip에 추가 되었습니다. 그것은 부족 한 시스템에서 "/ sbin/ldconfig"를 실행 하려고 더 이상 "설치 확인".
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

더 이상 그것을 부족한 시스템에서 "/ ldconfig / sbin"를 실행하려고 "설치 확인".
Tags: Development
"make install" no longer tries to run "/sbin/ldconfig" on systems lacking it.

2011-04-20 20:39
1.2-rc1

"- 경기는 길이"의 큰 값을, 압축 비율은 약간 증가되어 압축 시간은 최대 6 %까지 감소시켰습니다. 이 옵션은 "- F는, - 다시 압축"이는 이미 이름을 가지고 파일의 recompression 강제 또는 접미사가 minilzip에 추가되었습니다 "를 출발지를." "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