Age | Commit message (Expand) | Author |
2021-03-20 | Restore hash_head != 0 checks | Ilya Leoshkevich |
2020-11-02 | Fixed casting warnings when comparing MAX_DIST. | Nathan Moinvaziri |
2020-11-02 | Fixed match_start uint32_t to uint16_t casting warnings in deflate_medium.c | Nathan Moinvaziri |
2020-10-18 | Fixed unsigned integer overflow ASAN error when hash_head > s->strstart. | Nathan Moinvaziri |
2020-08-31 | Fix numerous sign-conversion warnings in compare256/compare258 and | Hans Kristian Rosbach |
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 | Do not set s->prev_length in deflate_medium, it is previously set in lm_init ... | Nathan Moinvaziri |
2020-06-27 | Only set current_match to literal if hash_head == 0. | 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 | 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-04-16 | Fixed signed/unsigned mismatch in deflate_medium in MSVC. | Nathan Moinvaziri |
2020-03-18 | Add comment regarding long match distance bit costs. | Hans Kristian Rosbach |
2020-03-18 | Reduce size of 'match' struct to 8 bytes, this allows us to fit two | Hans Kristian Rosbach |
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 |
2020-02-07 | Removed MAX_DIST2 which is incompatible with zlib when compiled with INFLATE_... | Nathan Moinvaziri |
2020-02-07 | Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,... | 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-07-18 | deflate_medium: fix handling of overlapping matches | Ilya Leoshkevich |
2019-01-21 | Let deflate_medium be enabled by default. | Hans Kristian Rosbach |
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-09-17 | fix bug #192, oss-fuzz/9827 : MemorySanitizer:DEADLYSIGNAL | 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-03-24 | deflate_medium: Make sure we have enough lookahead before trying to scan for ... | Mika Lindqvist |
2017-03-24 | deflate_medium: Remove broken overlap test. | Mika Lindqvist |
2017-03-24 | Fix typos. | Mika Lindqvist |
2017-02-16 | Avoid hashing same memory location twice by truncating overlapping byte ranges, | Mika Lindqvist |
2017-01-30 | Fix missing insert_string change from merge conflict | 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-12-14 | Type cleanup. | Mika Lindqvist |
2015-11-03 | Fix for intels zlib fork, fixes their issues #2 and #3 | Jim Kukunas |
2015-06-26 | Whitespace cleanup | Hans Kristian Rosbach |
2015-06-26 | Make bulk_insert implementation of insert_match behave more like | Hans Kristian Rosbach |
2015-06-25 | No need to update hash_head. | Hans Kristian Rosbach |
2015-06-24 | Use bulk_insert_str() in deflate_medium.c too. | Mika Lindqvist |
2015-06-24 | Split deflate.c | Mika Lindqvist |
2015-05-25 | Style cleanup for deflate code | Hans Kristian Rosbach |
2015-05-23 | Remove unused hash_head input parameter from function emit_match | Hans Kristian Rosbach |