这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: zlib-ng/zlib-ng

Tags

2.0.4

Toggle 2.0.4's commit message
Version 2.0.4

- Fix inflate corruption #982
- Minor code cleanup #983 #984
- Fix mpicc compilation #959
- Fix build on NetBSD #964
- Fix build on OpenBSD #970
- Fix build on Cygwin #972 #974
- Fix linter warnings in configure #975
- Spelling fixes #961
- Improve unistd.h handling #960
- Remove stdarg.h detection #976
- CI/Test improvements #977 #981 #985
- Cmake improvements #980 #989

2.0.3

Toggle 2.0.3's commit message
Version 2.0.3

- Include porting guide in release packages #917
- Documentation improvements #913 #949
- Added Windows ARM binaries in release packages #916
- Fix crash on ARMv7 #927
- Fix building on FreeBSD #921
- Fix building with musl on aarch64 #936 #952
- Fix ARM float-abi detection #918
- Fix cmake detection of risc-v architectures #942
- Minor buildsystem fixes #922 #924 #933 #938 #950
- Improve zlib-compat build #915 #944
- CI/Test improvements #926 #929 #927 #937 #939 #940

2.0.2

Toggle 2.0.2's commit message
Version 2.0.2

2.0.1

Toggle 2.0.1's commit message
Version 2.0.1 - Hotfix

2.0.0

Toggle 2.0.0's commit message
Stable release 2.0.0

v2.0.0-RC2

Toggle v2.0.0-RC2's commit message
Version 2.0.0 Release Candidate 2

v2.0.0-RC1

Toggle v2.0.0-RC1's commit message
Update abicheck git commit reference

1.9.9-b1

Toggle 1.9.9-b1's commit message
Add missing 'diffoscope' package to pkgcheck.yml

v1.2.11.1_jtkv6.3

Toggle v1.2.11.1_jtkv6.3's commit message
deflate_medium: avoid emitting a suboptimal literal in the restart case

When we load new data into the window, we invalidate the next match, in
case the match would improve. In this case, the hash has already been
updated with this data, so when we look for a new match it will point
it back at itself. As a result, a literal is generated even when a
better match is available.

This avoids that by catching this case and ensuring we're looking at the
past.

v1.2.11.1_jtkv6.2

Toggle v1.2.11.1_jtkv6.2's commit message
force inline std2_longest_match