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.c
Age
Commit message (
Expand
)
Author
2021-12-24
Fix deflateBound and compressBound returning very small size estimates.
Hans Kristian Rosbach
2021-05-16
Spelling fixes
Greg Sjaardema
2021-05-08
upgrade links to HTTPS
Viktor Szakats
2021-01-28
Remove debug check for match beginning at start of window.
Nathan Moinvaziri
2021-01-05
Fixed previous match length not reset when match start reset.
Nathan Moinvaziri
2021-01-05
Add check in check_match for invalid match position.
Nathan Moinvaziri
2021-01-05
Improve check_match output to print hex values of mismatch characters and cha...
Nathan Moinvaziri
2020-11-02
Fixed conversion warning when assigning wsize to Pos variable.
Nathan Moinvaziri
2020-09-23
Remove NIL preprocessor macro which isn't consistently enforced.
Nathan Moinvaziri
2020-09-13
Remove some of the references to the unreleased zlib 1.2.12
Hans Kristian Rosbach
2020-08-31
Clean up if blocks in deflate.c
Hans Kristian Rosbach
2020-08-31
Remove s->method since it is always set to the same value and never read.
Hans Kristian Rosbach
2020-08-31
Move and reduce size of s->pending_buf_size
Hans Kristian Rosbach
2020-08-31
Rename ZEXPORT and ZEXTERN for consistency.
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-08-23
Reintroduce support for ZLIB_CONST in compat mode. (#704)
Mika Lindqvist
2020-08-23
Replace hash_bits, hash_size and hash_mask with defines.
Hans Kristian Rosbach
2020-08-21
Fix DFLTCC not flushing EOBS when creating raw streams
Ilya Leoshkevich
2020-08-21
Implement switching between DFLTCC and software
Ilya Leoshkevich
2020-08-21
Use 15-bit window for quick strategy when compiling with DFLTCC
Ilya Leoshkevich
2020-08-20
Move zero check for insert_string count to fill_window since it is the only p...
Nathan Moinvaziri
2020-08-20
Harmonize the CPU architecture preprocessor definitions.
Nathan Moinvaziri
2020-08-02
Fixed extra symbols added to ABI when zlib-compat specified.
Nathan Moinvaziri
2020-07-10
Fixed signed integer comparison warning in deflatePrime bits check.
Nathan Moinvaziri
2020-07-10
Fixed ubsan error in deflatePrime when bits is 32.
Nathan Moinvaziri
2020-07-01
Fixed bad shift operation warning in deflatePrime.
Nathan Moinvaziri
2020-06-30
Use local match_len variable in deflate_slow.
Nathan Moinvaziri
2020-06-27
Don't need to set s->match_length to zero in deflate_huff.
Nathan Moinvaziri
2020-06-27
Use local variable to store match_len in deflate_rle.
Nathan Moinvaziri
2020-06-20
Fixed casting warnings
Pavel P
2020-06-09
Use standard int types in zlib-ng api.
Nathan Moinvaziri
2020-06-09
Fixed deflate_quick algorithm not being used due to old check.
Nathan Moinvaziri
2020-06-08
Move Tracev flush statement into flush_pending.
Nathan Moinvaziri
2020-06-08
Move Tracevv statements when emitting literal to zng_tr_tally_lit.
Nathan Moinvaziri
2020-06-08
Move check for match length in deflate_quick to check_match.
Nathan Moinvaziri
2020-06-08
Fixed wrong 64-bit casting in deflatePrime potentially causing bits to be lost.
Nathan Moinvaziri
2020-06-08
Make deflate_quick algorithm available to all architectures. #205
Nathan Moinvaziri
2020-05-30
Remove IPos typedef which also helps to reduce casting warnings.
Nathan Moinvaziri
2020-05-30
Fixed casting warnings in calls to put_short and put_short_msb.
Nathan Moinvaziri
2020-05-30
Fixed casting warnings about copying len into pending buf, replaced with call...
Nathan Moinvaziri
2020-05-30
Use a constant to load adler-32 initial hash value.
Nathan Moinvaziri
2020-05-27
Fixed missing window_padding added to window alloc size in deflateCopy.
Nathan Moinvaziri
2020-05-24
Simplify generic hash function using knuth's multiplicative hash.
Nathan Moinvaziri
2020-05-24
Use 64-bit bit buffer when emitting codes.
Nathan Moinvaziri
2020-05-24
Combine longest_match implementations and use compare258 functable stub.
Nathan Moinvaziri
2020-05-06
Remove several NOT_TWEAK_COMPILER checks and their legacy code.
Hans Kristian Rosbach
2020-05-06
Unify emitting of literals and match dist/lengths. Removed deflate quick stat...
Nathan Moinvaziri
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
[next]