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
/
deflate_slow.c
Age
Commit message (
Expand
)
Author
2021-03-20
Restore hash_head != 0 checks
Ilya Leoshkevich
2020-10-18
Fixed unsigned integer overflow ASAN error when hash_head > s->strstart.
Nathan Moinvaziri
2020-09-23
Remove NIL preprocessor macro which isn't consistently enforced.
Nathan Moinvaziri
2020-08-31
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-08-27
Fix some of the old and new conversion warnings in deflate*
Hans Kristian Rosbach
2020-07-03
Add likely/unlikely hinting to all deflate algorithms.
Hans Kristian Rosbach
2020-06-30
Use local match_len variable in deflate_slow.
Nathan Moinvaziri
2020-06-27
Don't set bflush to zero since it is assigned before used.
Nathan Moinvaziri
2020-06-18
deflate_slow: Suppress a static analysis warning triggered by recent refactor...
Dan Kegel
2020-06-08
Move Tracevv statements when emitting literal to zng_tr_tally_lit.
Nathan Moinvaziri
2020-05-30
Remove toofar checks now that we always hash 4 bytes, and the minimum
Hans Kristian Rosbach
2020-05-30
Remove IPos typedef which also helps to reduce casting warnings.
Nathan Moinvaziri
2020-05-24
Converted compare258 to static and convert longest_match to template.
Nathan Moinvaziri
2020-05-06
Remove several NOT_TWEAK_COMPILER checks and their legacy code.
Hans Kristian Rosbach
2020-05-01
Standardize fill_window implementations and abstract out slide_hash_neon for ...
Nathan Moinvaziri
2020-04-30
Replaced insert_string with quick_insert_string if length is 1.
Nathan Moinvaziri
2020-03-18
Clean up usage of bflush make more similar for each deflate strategy.
Hans Kristian Rosbach
2020-03-13
Clean up zng_tr_tally code.
Nathan Moinvaziri
2019-10-22
Clean up LIKELY/UNLIKELY definitions, making them upper-case to improve visib...
Hans Kristian Rosbach
2019-07-18
Add zng_ prefix to internal functions to avoid linking conflicts with zlib. (...
Nathan Moinvaziri
2019-01-16
move match.c to match_p.h and remove match.h
Sebastian Pop
2018-11-14
Fix a bug that can crash deflate on some input when using Z_FIXED.
Mark Adler
2018-10-16
fix bug #207: avoid undefined integer overflow
Sebastian Pop
2018-03-22
Move private defines from zconf.h and zconf-ng.h to zbuild.h
Mika Lindqvist
2017-08-17
Make sure we don't export internal functions
Hans Kristian Rosbach
2017-04-24
Add a struct func_table and function functableInit.
Hans Kristian Rosbach
2017-02-16
Type cleanup...
Mika Lindqvist
2017-01-30
Merge insert_string and bulk_insert_str.
Mika Lindqvist
2015-06-25
No need to update hash_head.
Hans Kristian Rosbach
2015-06-24
Split deflate.c
Mika Lindqvist