Download List

프로젝트 설명

libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages.

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.

2011-03-19 05:34
0.10

전통 PKWARE 암호화에 대한 지원이 추가되었습니다, 윈도우와 CMake 지원과 설명서가 향상되었습니다. 의 CVE은 - 2011-0421, 65,535 개 이상의 항목, 각종 버그와 메모리 누수와 archvies를 여는가 수정되었습니다. zip_get_num_files ()이 새로운 함수 zip_get_num_files ()로 중지되었습니다.
Support for traditional PKWARE encryption was added, Windows and CMake support and documentation were improved. CVE-2011-0421, opening archvies with more than 65535 entries, and various other bugs and memory leaks were fixed. zip_get_num_files() has been deprecated with the new function zip_get_num_files().

2008-07-26 02:28
0.9

이 릴리스 torrentzipped 아카이브 만들기에 대한 지원을 추가합니다. 그것은 다양한 버그 수정 및 이동성 문제 Windows (특히)합니다. zip_source_file 지금은 단지 파일을 열려있는 동안 사실에서 동시에 열 수있는보다 더 많은 파일을 추가할 수있게 읽고 유지합니다.
Tags: Minor feature enhancements
This release adds support for creating torrentzipped archives. It fixes various bugs and portability issues (especially on Windows). zip_source_file now only keeps the file open while actually reading from it, which allows adding more files than can be opened simultaneously.

2007-06-06 23:42
0.8

새로운 기능은 아카이브에 디렉토리를 추가하고 내부 오류 상태를 확실히하기 위해 추가되었습니다. 우편 번호가 2GB보다 큰 압축 아카이브와 아카이브를 지원합니다 현재 스트림.
Tags: Minor feature enhancements
New functions were added for adding directories to an archive and to clear the internal error state. Zip archives larger than 2 GB and streamed zip archives are now supported.

2006-05-18 14:47
0.7.1

- zip_close에서 오류의 경우 무료로 두 번 수정되었습니다.
Tags: Minor bugfixes
A double-free in an error case in zip_close has
been fixed.

2006-05-18 14:47
0.7

읽기 및 파일 및 아카이브 코멘트를 작성하기위한 지원이 추가되었습니다. 새 구성원의 미래에 대한 암호화를 지원 zip_stat 구조체에 추가되어 이제 추가 파일의 인덱스를 반환합니다 zip_add. 마지막으로 두 가지 변경 사항 때문에, 조각 도서관의 주요 버전을 만났되었습니다.
Tags: Minor feature enhancements
Support for reading and writing file and archive
comments has been added. A new member has been
added to struct zip_stat for future encryption
support, and zip_add now returns the index of the
added file. Because of the last two changes, the
shard library major version has been bumped.

Project Resources