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_fast.c
Age
Commit message (
Expand
)
Author
2021-12-24
Fixed trailing whitespaces and missing new lines.
Nathan Moinvaziri
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-08-31
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-07-03
Add likely/unlikely hinting to all deflate algorithms.
Hans Kristian Rosbach
2020-06-27
Use local variable to store match_len in deflate_fast.
Nathan Moinvaziri
2020-06-27
Move check for hash_head != 0 directly after quick_insert_string.
Nathan Moinvaziri
2020-06-08
Move Tracevv statements when emitting literal to zng_tr_tally_lit.
Nathan Moinvaziri
2020-05-30
Remove IPos typedef which also helps to reduce casting warnings.
Nathan Moinvaziri
2020-05-24
Simplify generic hash function using knuth's multiplicative hash.
Nathan Moinvaziri
2020-05-24
Converted compare258 to static and convert longest_match to template.
Nathan Moinvaziri
2020-05-06
Change two NOT_TWEAK_COMPILER to check for MIN-MATCH!=3 instead.
Hans Kristian Rosbach
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-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-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-01-30
Merge insert_string and bulk_insert_str.
Mika Lindqvist
2017-01-30
Use bulk_insert_str when adding more than one byte.
Mika Lindqvist
2015-06-24
Split deflate.c
Mika Lindqvist