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