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
/
inflate.c
Age
Commit message (
Expand
)
Author
2021-12-24
COMP: Fix data loss warning
Jon Haitz Legarreta GorroƱo
2021-06-21
Added Z_UNUSED define for ignore unused variables.
Nathan Moinvaziri
2020-10-24
Small formatting changes in inflate.c, inflate.h and inffast.c
Hans Kristian Rosbach
2020-10-24
inflate: add SET_BAD macro, to make inflate.c a little cleaner.
Hans Kristian Rosbach
2020-10-09
Fix incorrect inflateSyncPoint() return value with DFLTCC
Ilya Leoshkevich
2020-10-09
Avoid shifts of negative values inflateMark().
Mark Adler
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-27
Rename table headers with tbl suffix.
Nathan Moinvaziri
2020-08-20
Harmonize the CPU architecture preprocessor definitions.
Nathan Moinvaziri
2020-06-28
Only calculate inflate chunk size once and store it for future use for perfor...
Nathan Moinvaziri
2020-06-28
Split memcopy by architecture.
Nathan Moinvaziri
2020-06-09
Use standard int types in zlib-ng api.
Nathan Moinvaziri
2020-05-30
Use a constant to load adler-32 initial hash value.
Nathan Moinvaziri
2020-05-01
Standardize fill_window implementations and abstract out slide_hash_neon for ...
Nathan Moinvaziri
2020-02-07
Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...
Nathan Moinvaziri
2019-10-22
Don't bother computing check value after successful inflateSync().
Mark Adler
2019-09-21
Unify detection of ARM getauxval code availability.
Hans Kristian Rosbach
2019-09-04
Changes to support compilation with MSVC ARM & ARM64 (#386)
Nathan Moinvaziri
2019-08-08
Remove BUILDFIXED and MAKEFIXED. (#375)
Hans Kristian Rosbach
2019-08-08
Remove syntax, whitespace and comment differences between inflate.c
Hans Kristian Rosbach
2019-08-08
Remove old zlib artifacts (#345)
Nathan Moinvaziri
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
2019-05-23
Add support for IBM Z hardware-accelerated deflate
Ilya Leoshkevich
2019-05-23
Introduce inflate and deflate hooks
Ilya Leoshkevich
2019-05-23
Introduce inflate_ensure_window, make bi_reverse and flush_pending ZLIB_INTERNAL
Ilya Leoshkevich
2019-03-21
use chunkcopysafe and chunkmemsetsafe under INFFAST_CHUNKSIZE from inflate
Sebastian Pop
2019-03-21
factor out code
Sebastian Pop
2019-03-01
ARM: check cpu feature once at init time
Sebastian Pop
2019-01-15
Don't compute check value for raw inflate if asked to validate.
Mark Adler
2018-12-18
bug #117: speed up inflate_fast
Sebastian Pop
2018-12-13
Handle case where inflateSync used when header never processed.
Mark Adler
2018-12-13
Zlib patch: prevent uninitialized use of state->check
Sebastian Pop
2018-09-20
fix #187: remove errors exposed by undefined behavior sanitizer
Sebastian Pop
2018-03-22
Move private defines from zconf.h and zconf-ng.h to zbuild.h
Mika Lindqvist
2018-03-14
Fix build on ARM and gcc 4.x.
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-09-21
[Issue #126] Fix implicit cast from unsigned char to int.
Mika Lindqvist
2017-05-03
Lazily initialize functable members. (#108)
Mika Lindqvist
2017-04-24
- Add adler32 to functable
Hans Kristian Rosbach
2017-03-29
inflate: improve performance of memory copy operations
Sebastian Pop
2017-03-24
Inflate using wider loads and stores and a minimum of branches. (#95)
Simon Hosie
2017-02-09
zlib 1.2.9
Mark Adler
2017-02-07
Use a uniform approach for the largest value of an unsigned type.
Mark Adler
2017-02-01
Do a more thorough check of the state for every stream call.
Mark Adler
2017-02-01
Add inflateCodesUsed() function
Hans Kristian Rosbach
2017-01-31
Clean up type conversions.
Mark Adler
[next]