HomeProjects

zlib

Source:https://coolcow.de/projects/ThirdParty/zlib.git
Binaries:here
Mirror:https://github.com/madler/zlib.git
von am 2019-03-21

Repository Info

Commits:419
Branches:develop
master

Latest commits

commit cacf7f1d4e3d44d871b605da3b647f07d718623f
Author: Mark Adler
Date: Sun Jan 15 09:18:46 2017 -0800

zlib 1.2.11

commit cbbd20302c6e3fb626bee5bd8b4932524049515c
Author: Mark Adler
Date: Sun Jan 15 08:22:16 2017 -0800

Permit immediate deflateParams changes before any deflate input.

This permits deflateParams to change the strategy and level right
after deflateInit, without having to wait until a header has been
written. The parameters can be changed immediately up until the
first deflate call that consumes any input data.

commit 7d9c9d410a7f8c732fdb0cac2b268659d624a6b6
Author: Mark Adler
Date: Sun Jan 15 08:15:55 2017 -0800

Update high water mark in deflate_stored.

This avoids unnecessary filling of bytes in the sliding window
buffer when switching from level zero to a non-zero level. This
also provides a consistent indication of deflate having taken
input for a later commit ...

commit 37ed2112a1727293f4fd431df85dc821ee475d3d
Author: Mark Adler
Date: Fri Jan 13 23:10:03 2017 -0800

Update vestigial comment from very old Info-ZIP deflate.

commit 4c7c90768308587884fab6159d93a4695a5ab1f0
Author: Mark Adler
Date: Thu Jan 12 21:51:20 2017 -0800

Fix deflate stored bug when pulling last block from window.

And some cosmetic cleanups.

commit 74d2696d87188f52296ee9c88f295eb0d896acf9
Author: Mark Adler
Date: Wed Jan 4 23:18:55 2017 -0800

Update location of Visual Studio project files.

commit c38a2603ce36ef30d3a6f94f9804a25253418018
Author: Mark Adler
Date: Wed Jan 4 22:56:55 2017 -0800

Delete user-specific Visual Studio project files.

commit 11ceaed751369ec499e1f4c021a881f46bb1bb04
Author: Mark Adler
Date: Sun Jan 15 08:54:04 2017 -0800

Change version number to 1.2.10.1.

commit 4a090adef8c773087ec8916ad3c2236ef560df27
Author: Mark Adler
Date: Mon Jan 2 17:53:59 2017 -0800

zlib 1.2.10

commit e13def040e1236f2e3dd4333a6ece955967478b3
Author: Mark Adler
Date: Mon Jan 2 18:18:31 2017 -0800

Fix compilation with --solo and --debug combined.

However this ends up not really being solo, since it has to
include external libraries.