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_quick.c
Age
Commit message (
Expand
)
Author
2021-03-17
Fix block_open handling in deflate_quick()
Ilya Leoshkevich
2021-03-16
Fix bi_valid handling in deflate_quick()
Ilya Leoshkevich iii@linux.ibm.com
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-08-27
Fix some of the old and new conversion warnings in deflate*
Hans Kristian Rosbach
2020-07-14
Return proper exit code after flushing end block in deflate_quick when no ava...
Nathan Moinvaziri
2020-07-03
Add likely/unlikely hinting to all deflate algorithms.
Hans Kristian Rosbach
2020-06-28
Don't write end of last block when returning finish_started.
Nathan Moinvaziri
2020-06-28
Fixed avail_out == 0 conditional not returning need_more in deflate_quick.
Nathan Moinvaziri
2020-06-27
Fixed whitespace in deflate_quick.
Nathan Moinvaziri
2020-06-18
Move check to start block out of main loop for performance reasons.
Nathan Moinvaziri
2020-06-18
Fixed deflate_quick to not emit a block when there is no available input. Pig...
Nathan Moinvaziri
2020-06-08
Move check for match length in deflate_quick to check_match.
Nathan Moinvaziri
2020-06-08
Make deflate_quick algorithm available to all architectures. #205
Nathan Moinvaziri
2014-10-14
Separate arch-specific code into separate folders
hansr
2014-10-12
Remove workarounds for non-ANSI-C compatible compilers (Part 2)
hansr
2014-07-26
Add forward declarations for fill_window_sse and flush_pending to deflate_qui...
Martin O. Pollard
2014-07-26
deflate: add new deflate_quick strategy for level 1
Jim Kukunas