ダウンロードリスト

プロジェクト概要

libzipはzipアーカイブの読み取り、作成、変更のためのCライブラリです。ファイルはデータバッファ、ファイル、または他のzipアーカイブからコピーされた圧縮データから追加することができます。アーカイブを閉じるまでに行った変更は元に戻すことができます。このAPIは、manページによってドキュメント化されています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-03-19 05:34
0.10

伝統的なPKWareの暗号化のサポ​​ートが追加されましたは、WindowsおよびCMakeサポートとドキュメントが改善された。 CVEは、2011から0421まで、65535以上のエントリ、およびその他のさまざまなバグやメモリリークと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するファイルのみを開いている間、実際にそれからは、同時に開くことができるよりも多くのファイルを追加することができます読書を保持します。
タグ: 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

新機能をアーカイブするとディレクトリの追加は、内部エラー状態をクリアするために追加されました。郵便番号2 GBを超えるアーカイブやzipアーカイブはサポートされてストリーミングされます。
タグ: 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でのエラーの場合に無料でダブル固定されている。
タグ: 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。最後の2つの変更のため、破片ライブラリのメジャーバージョンを取り消されています。
タグ: 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.

プロジェクトリソース