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
/
infback.c
Age
Commit message (
Expand
)
Author
2021-06-04
Use SET_BAD macro in inflateBack.
Nathan Moinvaziri
2020-10-09
Fixed left shift ubsan warning in PULLBYTE.
Nathan Moinvaziri
2020-08-31
Rename ZEXPORT and ZEXTERN for consistency.
Nathan Moinvaziri
2020-08-23
Reintroduce support for ZLIB_CONST in compat mode. (#704)
Mika Lindqvist
2020-07-10
Fixed chunksize not being initialized when using inflateBack.
Nathan Moinvaziri
2020-06-09
Use standard int types in zlib-ng api.
Nathan Moinvaziri
2020-02-07
Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...
Nathan Moinvaziri
2019-08-08
Remove syntax, whitespace and comment differences between inflate.c
Hans Kristian Rosbach
2019-08-06
Deduplicate inflate's fixedtables(), and no longer inline the inffixed tables.
Hans Kristian Rosbach
2019-08-06
Deduplicate common inflate/inflatefast/inflateBack macros into inflate_p.h
Hans Kristian Rosbach
2019-07-18
Add zng_ prefix to internal functions to avoid linking conflicts with zlib. (...
Nathan Moinvaziri
2018-12-18
bug #117: speed up inflate_fast
Sebastian Pop
2018-03-22
Move private defines from zconf.h and zconf-ng.h to zbuild.h
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-16
Type cleanup...
Mika Lindqvist
2017-02-09
zlib 1.2.9
Mark Adler
2017-01-31
Clean up type conversions.
Mark Adler
2017-01-31
Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL.
Mika Lindqvist
2017-01-30
local -> static
Mika Lindqvist
2015-12-14
Type cleanup.
Mika Lindqvist
2015-06-05
Revert "Replace 'unsigned long' with most suitable fixed-size type."
Hans Kristian Rosbach
2015-05-25
Style cleanup for inflate code
Hans Kristian Rosbach
2015-05-23
Replace 'unsigned long' with most suitable fixed-size type.
Mika Lindqvist
2015-05-22
Replace (void *)0 with NULL.
Mika Lindqvist
2015-05-22
Replace unsigned short with uint16_t
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 'z_streamp' with 'z_stream *'
Hans Kristian Rosbach
2015-04-26
Cleanup: Replace 'voidp' with 'void *'
Hans Kristian Rosbach
2015-04-26
Use memcpy, memcmp and memzero directly
Hans Kristian Rosbach
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-12
Remove workarounds for non-ANSI-C compatible compilers (Part 2)
hansr
2014-10-09
Remove FAR definition
hansr
2012-08-13
Clean up the usage of z_const and respect const usage within zlib.
Mark Adler
2011-12-18
zlib 1.2.5.2
Mark Adler
2011-11-27
Remove code from inflate.c and infback.c that is impossible to execute.
Mark Adler
2011-10-07
Add a ./config --solo option to make zlib subset with no libary use
Mark Adler
2011-09-09
zlib 1.2.3.5
Mark Adler
2011-09-09
zlib 1.2.3.4
Mark Adler
2011-09-09
zlib 1.2.3.3
Mark Adler
2011-09-09
zlib 1.2.2.4
Mark Adler
2011-09-09
zlib 1.2.2.2
Mark Adler
2011-09-09
zlib 1.2.2.1
Mark Adler
2011-09-09
zlib 1.2.2
Mark Adler
2011-09-09
zlib 1.2.1.2
Mark Adler
2011-09-09
zlib 1.2.0.5
Mark Adler
2011-09-09
zlib 1.2.0.4
Mark Adler
[next]