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
/
test
Age
Commit message (
Expand
)
Author
2021-12-24
IBM Z: Do not check inflateGetDictionary() with DFLTCC
Ilya Leoshkevich
2021-12-24
Fix deflateBound and compressBound returning very small size estimates.
Hans Kristian Rosbach
2021-12-24
Avoid warning C4295 when using Visual C++ and maintainer warnings are enabled.
Mika Lindqvist
2021-12-24
Use helper function for printing error and exiting in example.
Nathan Moinvaziri
2021-12-24
Fixed minideflate write buffers being overwritten.
Nathan Moinvaziri
2021-12-24
Include win directory in pigz even if not using threads.
Nathan Moinvaziri
2021-12-24
Fill out gzheader before calling deflateSetHeader for better code coverage in...
Nathan Moinvaziri
2021-12-24
Added unit test to ensure that inflate with adler32 hash works on previously ...
Nathan Moinvaziri
2021-12-24
Added code coverage for inflateGetDictionary in example.
Nathan Moinvaziri
2021-12-24
Call deflateBound to calculate length with custom gzip header in example.
Nathan Moinvaziri
2021-12-24
Add new crc32 unit test
Matheus Castanho
2021-06-21
Fix MSVC warnings in hash_head_0.c test
Ilya Leoshkevich
2021-06-21
Added Z_UNUSED define for ignore unused variables.
Nathan Moinvaziri
2021-06-08
Added pigz tests for no threads and no optimizations.
Nathan Moinvaziri
2021-06-08
Added GH-979 failure test case against for inflateBack.
Nathan Moinvaziri
2021-06-08
Added CMake project for building pigz.
Nathan Moinvaziri
2021-05-30
Fixed trying to uncompress after compressing in gzip direct mode which is not...
Nathan Moinvaziri
2021-05-30
Fixed gz mode for compression level not using ascii numeric value.
Nathan Moinvaziri
2021-05-30
Use different fuzzer bits in example_dict_fuzzer for more input value combina...
Nathan Moinvaziri
2021-05-27
Fix build under Cygwin.
Mika Lindqvist
2021-05-16
Spelling fixes
Greg Sjaardema
2021-05-08
upgrade links to HTTPS
Viktor Szakats
2021-04-28
Added Z_FIXED and direct gzip out modes to minigzip fuzzer.
Nathan Moinvaziri
2021-04-28
Changed minigzip fuzzer outmode[3] to be determined based on a different valu...
Nathan Moinvaziri
2021-04-20
Remove unnecessary malloc.h header include from minigzip and minigzip_fuzzer.
Nathan Moinvaziri
2021-03-22
Fix MSVC warnings in deflate_quick_block_open
Ilya Leoshkevich
2021-03-20
Restore hash_head != 0 checks
Ilya Leoshkevich
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
2021-01-28
Always canonicalize CHOST when building original zlib even after automatic CH...
Nathan Moinvaziri
2021-01-12
Update abicheck git commit reference
Hans Kristian Rosbach
2020-11-10
Fixed coverity dereference after null check in gz_compress CID 303796.
Nathan Moinvaziri
2020-11-02
Fixed minigzip_fuzzer not compiling on latest macOS due to missing _POSIX_C_S...
Nathan Moinvaziri
2020-10-09
Fix switchlevels calling deflateParams() with a stale buffer
Ilya Leoshkevich
2020-10-09
Fix memory leak in gz_compress() and add NULL check.
Mika Lindqvist
2020-10-09
Fix memory leak in gz_uncompress().
Mika Lindqvist
2020-10-09
Fixed dereference of possibly null head variable in test_deflate_set_header.
Nathan Moinvaziri
2020-09-22
Fixed deference null return value in gz_uncompress (CID 301524)
Nathan Moinvaziri
2020-09-19
Remove chunkmemset_3 and chunkmemset_6 on ARM/AArch64 as they need 3 chunks...
Mika Lindqvist
2020-09-16
Add missing z_const to fuzzers.
Mika Lindqvist
2020-09-14
Fixed buf resource leak in gz_compress when USE_MMAP is defined. (CID 298965)
Nathan Moinvaziri
2020-09-03
test/abicheck.md: document care and feeding of abicheck.sh
Dan Kegel
2020-09-03
test/abicheck.sh: new script to verify abi compatibility with older versions
Dan Kegel
2020-08-23
Reintroduce support for ZLIB_CONST in compat mode. (#704)
Mika Lindqvist
2020-08-20
Fix testsuite warnings on Windows, using PRIu64
Josh Triplett
2020-08-14
Fixed possible loss of data warning in h2b in infcover on Windows.
Nathan Moinvaziri
2020-08-14
Fixed warning about indexing literal string in GCC macOS
Nathan Moinvaziri
2020-07-17
CMakeLists.txt, configure: match source order; .so's now identical on more pl...
Dan Kegel
2020-07-13
Make static libraries produced by cmake and configure identical.
Dan Kegel
2020-07-12
Fixed warning about implicit declaration of function fileno().
Nathan Moinvaziri
[next]