Skip to content

Tags: OneLuaPro/lua-zlib

Tags

v1.4-5-g2dd8f48

Toggle v1.4-5-g2dd8f48's commit message
lua-zlib v1.4-5-g2dd8f48 for OneLuaPro

v1.4

Toggle v1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: use up-to-date actions to work with Lua 5.5 and LuaRocks 3.13.0 (b…

…rimworks#78)

v1.3

Toggle v1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixes development rockspec for MinGW and adds Windows / macOS to the …

…test matrix (brimworks#72)

* fix(rockspec): support MinGW-w64 on Windows

* feat(ci): add macos-14 and windows-2025 to the test matrix

v1.2

Toggle v1.2's commit message
Bump to version 1.2

v0.5

Toggle v0.5's commit message
Mark as version v0.5.

v0.3

Toggle v0.3's commit message
Merge pull request brimworks#16 from optiflows/rockspec

Add rockspec file

v0.2

Toggle v0.2's commit message
Do id expansion and try to get the ref names which should be a close …

…approximation to a version number.

v0.1

Toggle v0.1's commit message
Propose alternative API for retrieving total_in and total_out fields

of the stream object.  This improves upon Michal Kottman's suggestion
by making it so that EOF can properly be determined on a zero length
string, it also exposes total bytes out, adds documentation, and
testing.

v0.0

Toggle v0.0's commit message
Use inflateInit2() so that gzip header is read by default, and allow

consumers of this library to specify a windowSize.

Also, change the build system to use cmake in the hopes that this
will actually compile on other platforms (only tested OS-X).