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
/
inffast.c
Age
Commit message (
Expand
)
Author
2021-12-24
Fix UB in inffast.c when not using window
Ori Livneh
2021-12-24
Fixed trailing whitespaces and missing new lines.
Nathan Moinvaziri
2021-06-21
Cast calculation of safe length to unsigned int to avoid compiler warnings.
Mika Lindqvist
2021-06-13
Must use safe chunk copies due to inflateBack using the same allocation for o...
Nathan Moinvaziri
2021-06-11
[inflate_fast] Always use safe versions of chunkcopy and chunkmemset to avoid...
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-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-16
Optimize inflate_fast for a 0.8% speedup
Josh Triplett
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-02-07
Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...
Nathan Moinvaziri
2019-10-25
Comment assert in chunkmemset when len < sizeof(uint64_t) since the function ...
Nathan Moinvaziri
2019-10-25
Fixed assert during inflate fast when len < sizeof(uint64_t).
Nathan Moinvaziri
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-03-27
fix oss-fuzz/13863
Sebastian Pop
2019-03-21
define and use chunkmemset instead of byte_memset for INFFAST_CHUNKSIZE
Sebastian Pop
2019-03-21
move INFFAST_CHUCKSIZE code to memcopy.h
Sebastian Pop
2019-03-08
remove MEMCPY, replace with memcpy
Sebastian Pop
2019-03-01
Fixed arithmetic overflow warnings on Windows (#302)
Nathan Moinvaziri
2019-01-15
Small speedup to inflate [psumbera].
Mark Adler
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
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-03-24
call memset for read after write dependences at distance 1
Sebastian Pop
2017-02-13
zlib 1.2.11
Mark Adler
2017-02-09
zlib 1.2.9
Mark Adler
2017-01-31
Use post-increment only in inffast.c.
Mark Adler
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-13
z_const -> const
Daniel Axtens
2015-04-26
Cleanup: Replace 'z_streamp' with 'z_stream *'
Hans Kristian Rosbach
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-13
inffast.c: add BITS and DROPBITS macros like inflate.c
Zhaoxiu Zeng
2014-10-09
Remove FAR definition
hansr
2013-03-24
zlib 1.2.7.1
Mark Adler
2013-03-24
Line length cleanup.
Mark Adler
2012-08-13
Clean up the usage of z_const and respect const usage within zlib.
Mark Adler
2011-09-09
zlib 1.2.5
Mark Adler
2011-09-09
zlib 1.2.4.5
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
[next]