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
/
match_tpl.h
Age
Commit message (
Expand
)
Author
2021-01-28
Store result of early exit trigger at the top of longest_match.
Nathan Moinvaziri
2020-08-31
longest_match optimization
Hans Kristian Rosbach
2020-08-31
Fix numerous sign-conversion warnings in compare256/compare258 and
Hans Kristian Rosbach
2020-08-31
Minor comments/whitespace cleanup
Hans Kristian Rosbach
2020-08-31
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-08-31
Rename ZLIB_REGISTER to Z_REGISTER for consistency.
Nathan Moinvaziri
2020-08-23
Replace hash_bits, hash_size and hash_mask with defines.
Hans Kristian Rosbach
2020-08-23
Precalculate match+offset pointer similar to fast-zlib.
Nathan Moinvaziri
2020-08-23
Check for match length exceeding lookahead each time a new best match is foun...
Nathan Moinvaziri
2020-08-23
Use unaligned 32-bit and 64-bit compare based on best match length when searc...
Nathan Moinvaziri
2020-08-14
Fixed possible loss of data warning in LONGEST_MATCH.
Nathan Moinvaziri
2020-08-02
Fixed extra symbols added to ABI when zlib-compat specified.
Nathan Moinvaziri
2020-06-28
Added ZLIB_REGISTER to disable register keyword for C++.
Nathan Moinvaziri
2020-05-30
Remove IPos typedef which also helps to reduce casting warnings.
Nathan Moinvaziri
2020-05-25
Rename match_p.h to match_tpl.h since it has been converted to a template hea...
Nathan Moinvaziri