ダウンロードリスト

プロジェクト概要

zlibは無料、汎用的、合法的に、事実上任意のハードウェアおよびオペレーティングシステム上で使用されるため設計された可逆データ圧縮ライブラリです。 zlibデータ形式はプラットフォーム間で可搬性があります。 Unix圧縮(1)で使用されるLZW圧縮方式とは異なり、現在zlibで使用されている圧縮メソッドは、基本的にデータを決して伸長しません。(LZW圧縮では極端な場合、ファイルサイズが2倍、3倍になります)zlibのメモリ使用量は入力データと独立しており、必要であれば圧縮に多少のコストをかけて減らすことができます。

システム要件

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

2012-02-01 07:23
1.2.6

多くの小さなバグ修正と機能強化が行われました。
タグ: Minor bugfixes, Minor feature enhancements
Many minor bugfixes and enhancements were made.

2010-07-08 22:32
1.2.5

バグは、(a)、compressBound()adler32_combineで修正されたとdeflateBound()。 gzの機能は高速バージョンとgzbuffer()、gzoffset()、gzclose_r()、およびgzclose_w()関数が追加されたに置き換えられました。高速Z_HUFFMAN_ONLYとZ_RLE圧縮は画像やその他の特殊な圧縮のために導入された。 Z_BLOCK flushオプションは、inflate()を用Z_TREES flushオプションと一緒に)(デフレートに追加されました。 inflateReset2()およびinflateMark()関数は、ランダムアクセスのアプリケーションを支援するために、後者を加えた。多くの移植性の改善が行われた。例と投稿が更新されました。
タグ: Major feature enhancements, Minor bugfixes
Bugs were fixed in adler32_combine(), compressBound(), and deflateBound(). The gz functions were replaced with faster versions and gzbuffer(), gzoffset(), gzclose_r(), and gzclose_w() functions were added. Faster Z_HUFFMAN_ONLY and Z_RLE compression was introduced for images and other specialized compression. A Z_BLOCK flush option was added to deflate() along with a Z_TREES flush option for inflate(). inflateReset2() and inflateMark() functions were added, the latter to aid in random access applications. Many portability improvements were made. Examples and contribs were updated.

2005-10-14 10:28
1.2.3

潜在的なセキュリティ脆弱性が無効な圧縮データをデコード解消されました。潜在的なセキュリティ脆弱性は、特別な圧縮に細工されたデータをデコード解消されました。バグがない場合の距離コードを解凍するダイナミックブロックを修正しました。こむでCRCチェックのバグ修正()gzungetc()の後を修正しました。エラーはもはやときに返される空のファイル()を読みこむを使用しています。
タグ: Major security fixes
A potential security vulnerability when decoding
invalid compressed data was eliminated. A
potential security vulnerability when decoding
specially crafted compressed data was eliminated.
A bug when decompressing dynamic blocks with no
distance codes was fixed. A CRC check bug in
gzread() after gzungetc() was fixed. An error is
no longer returned when using gzread() on an empty
file.

2005-07-12 01:37
1.2.2

このリリースのため、1.2.1のすべてのユーザーがすぐにアップグレードする必要があります1.2.1では、潜在的なセキュリティの脆弱性を排除します。これは、潜在的なセキュリティ脆弱性がない場合の距離コードを解凍するダイナミックブロック、そしてときに、空のファイル()を読みこむを使用してエラーを返さない場合、バグを修正し、無効な圧縮データのデコードがなくなります。
タグ: Major security fixes
This release eliminates a potential security vulnerability in 1.2.1, so all users of 1.2.1 should upgrade immediately. It eliminates a potential security vulnerability when decoding invalid compressed data, fixes a bug when decompressing dynamic blocks with no distance codes, and does not return an error when using gzread() on an empty file.

2003-12-02 16:40
1.2.1

このリリースではzlibのに多くの改良や機能が追加されます。
タグ: Major feature enhancements
This release adds many improvements and features
to zlib.

プロジェクトリソース