index
:
Project-1CE/external_zlib-ng
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zutil.c
Age
Commit message (
Expand
)
Author
2021-12-24
Version 2.0.6
Hans Kristian Rosbach
2021-12-24
Added build system check for posix_memalign support.
Nathan Moinvaziri
2021-06-25
Version 2.0.5
Hans Kristian Rosbach
2021-06-21
Added Z_UNUSED define for ignore unused variables.
Nathan Moinvaziri
2021-06-11
Version 2.0.4
Hans Kristian Rosbach
2021-05-13
Version 2.0.3
Hans Kristian Rosbach
2021-03-23
Version 2.0.2
Hans Kristian Rosbach
2021-03-17
Version 2.0.1 - Hotfix
Hans Kristian Rosbach
2021-03-16
Stable release 2.0.0
Hans Kristian Rosbach
2021-01-29
Version 2.0.0 Release Candidate 2
Hans Kristian Rosbach
2021-01-11
Version 2.0.0 Release Candidate 1
Hans Kristian Rosbach
2020-09-16
Optionally include gzguts.h with WITH_GZFILEOP flag.
Nathan Moinvaziri
2020-09-14
Simplify zng_calloc and zng_cfree.
Hans Kristian Rosbach
2020-09-13
Remove some of the references to the unreleased zlib 1.2.12
Hans Kristian Rosbach
2020-08-31
Rename ZEXPORT and ZEXTERN for consistency.
Nathan Moinvaziri
2020-08-31
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-08-23
Reintroduce support for ZLIB_CONST in compat mode. (#704)
Mika Lindqvist
2020-08-02
Fixed extra symbols added to ABI when zlib-compat specified.
Nathan Moinvaziri
2020-05-25
Remove support for DYNAMIC_CRC_TABLE which was broken.
Nathan Moinvaziri
2020-03-17
Remove cvs keywords
Pavel P
2020-02-07
Support aligned alloc/free functions for Windows and define them only if MZ_Z...
Nathan Moinvaziri
2020-02-07
Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...
Nathan Moinvaziri
2019-08-08
Remove BUILDFIXED and MAKEFIXED. (#375)
Hans Kristian Rosbach
2019-07-18
Add zng_ prefix to internal functions to avoid linking conflicts with zlib. (...
Nathan Moinvaziri
2019-01-09
Fix compilation with --solo and --debug combined.
Mark Adler
2018-03-22
Move private defines from zconf.h and zconf-ng.h to zbuild.h
Mika Lindqvist
2018-02-22
Align in 16-byte boundary when UNALIGNED_OK is undefined.
Mika Lindqvist
2018-01-31
Adapt code to support PREFIX macros and update build scripts
Mika Lindqvist
2018-01-31
Add function prefix (zng_) to all exported functions to allow zlib-ng
Hans Kristian Rosbach
2017-02-13
zlib 1.2.11
Mark Adler
2017-02-09
zlib 1.2.9
Mark Adler
2017-02-06
Avoid use of DEBUG macro -- change to ZLIB_DEBUG.
Mark Adler
2017-01-31
Clean up type conversions.
Mark Adler
2015-12-14
Type cleanup.
Mika Lindqvist
2015-11-03
Use a consistent and more modern approach to not use a parameter.
Mark Adler
2015-05-23
Update remaining function prototypes to ANSI C standard
Hans Kristian Rosbach
2015-05-13
z_const -> const
Daniel Axtens
2015-05-12
Convert remaining K&R function declarations to ANSI-C declarations.
Hans Kristian Rosbach
2015-05-12
Remove support for compiling with Z_SOLO.
Hans Kristian Rosbach
2015-04-26
Cleanup: Replace 'voidp' with 'void *'
Hans Kristian Rosbach
2015-04-26
Drop workarounds for WinCE and Interix
Hans Kristian Rosbach
2015-04-10
Actually commit the updated README file.
hansr
2014-11-05
Remove support for ASMV and ASMINF defines and clean up match.c handling.
hansr
2014-10-18
Rewrite K&R-style function prototypes to ANSI-C-style.
hansr
2014-10-18
Remove FAR variants of voidpf
hansr
2014-10-15
Remove more workarounds for really old compilers
hansr
2014-10-13
Remove support for compiling with -DFASTEST
hansr
2014-10-12
Remove workarounds for non-ANSI-C compatible compilers (Part 1)
hansr
2014-10-09
Remove code related to older operating systems
hansr
2012-08-13
Clean up the usage of z_const and respect const usage within zlib.
Mark Adler
[next]