summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Introduce ZLIBNG_ENABLE_TESTSIlya Leoshkevich2022-11-015-21/+77
* Use short decompress option name for gzip compatibility. #1347Nathan Moinvaziri2022-10-091-1/+1
* IBM Z DFLTCC: Fix updating strm.adler with inflate()Ilya Leoshkevich2022-09-261-0/+2
* Fixed casting warning from uint64_t to size_t in adler32_copy benchmarksNathan Moinvaziri2022-09-261-1/+1
* Fixed undefined variable random_ints in adler32_copy benchmarks.Nathan Moinvaziri2022-09-261-1/+2
* Pin Google Benchmark to v1.7.0 since master tag has been removed.Nathan Moinvaziri2022-09-261-2/+13
* Fix build failure introduced by 8df665005952cdbe7dc995d409ffe4f861e7a83eMika Lindqvist2022-09-161-3/+13
* Add CVE-2022-37434 test.Vladislav Shchapov2022-09-051-0/+5
* Add add_subdirectory test.Vladislav Shchapov2022-09-052-0/+20
* Fix build as subproject.Vladislav Shchapov2022-09-054-19/+19
* Remove ZLIB_DUAL_LINK option to simplify dual link tests.Nathan Moinvaziri2022-09-051-13/+8
* Fixed content already populated error in CMake scripts. #1327Nathan Moinvaziri2022-09-052-7/+6
* Reorganize cmake scripts for tests.Nathan Moinvaziri2022-08-179-102/+805
* Fixed conversion warning with level in compress_bound unit tests.Nathan Moinvaziri2022-07-061-2/+2
* Bump _POSIX_C_SOURCE to 200809 for strdup()Ilya Leoshkevich2022-06-301-1/+2
* Improve dual link test to compile against zlib. Previously we were only linki...Nathan Moinvaziri2022-06-242-0/+43
* Add a test for concurrently modifying deflate() inputIlya Leoshkevich2022-06-242-3/+180
* Used fixed width uint8_t for crc32 and adler32 function declarations.Nathan Moinvaziri2022-06-241-2/+2
* Use uint64_t instead of size_t for len in adler32 to be consistent with crc32.Nathan Moinvaziri2022-06-241-2/+2
* Fixed signed warnings in GZ unit tests.Nathan Moinvaziri2022-06-071-2/+2
* abicheck.sh: update reference versions.Dan Kegel2022-06-053-7/+2818
* Simplify zlib-ng native API by removing version and struct size checks.Hans Kristian Rosbach2022-06-031-0/+5
* Allow external gtestVladislav Shchapov2022-06-011-27/+30
* Speed up software CRC-32 computation by a factor of 1.5 to 3.Nathan Moinvaziri2022-05-253-5/+5
* Adding avx512_vnni inline + copy elisionAdam Stylinski2022-05-232-0/+118
* Implement power9 version of compare256.Matheus Castanho2022-05-072-0/+6
* Implement neon version of compare256.Nathan Moinvaziri2022-05-062-0/+6
* Improve deflateBound unit test to test a range of small buffer lengths with v...Nathan Moinvaziri2022-05-031-32/+69
* Added compressBound tests for small buffers.Nathan Moinvaziri2022-05-032-0/+60
* Add test for stream adler after inflateSetDictionaryJosh Triplett2022-05-031-0/+1
* Remove CVE testing from configure script.Nathan Moinvaziri2022-04-272-36/+1
* Use PREFIX() for some of the Z_INTERNAL symbolsIlya Leoshkevich2022-04-272-2/+2
* Add test for issue #1235.Mika Lindqvist2022-04-222-2/+48
* Rename memory alignment functions because they handle custom allocator which ...Nathan Moinvaziri2022-04-141-3/+3
* Fixed off-by-one error when benchmarking compare256 resulting in heap-buffer-...Nathan Moinvaziri2022-04-141-1/+1
* Mimic minigzip behavior and only unlink files if not using -c copy out argument.Nathan Moinvaziri2022-04-081-1/+1
* Fix the custom PNG image based benchmarkAdam Stylinski2022-04-081-3/+3
* abicheck.sh: don't export CHOST if it wasn't already exported.Dan Kegel2022-04-051-1/+5
* abicheck.sh: zlib-ng is a bash script, not a sh script, don't hardcode shell ...Dan Kegel2022-04-041-1/+1
* Fixed building tests when -DWITH_GZFILEOP=OFFNathan Moinvaziri2022-04-041-5/+30
* Move fuzzer cmake into fuzz directory.Nathan Moinvaziri2022-04-041-0/+44
* Use latest stable version of google test instead of unstable main branch.Nathan Moinvaziri2022-04-041-1/+1
* abicheck.sh: implement --refresh-if option as documented.Dan Kegel2022-04-042-7/+5
* Remove support for building fuzzers from configure.Nathan Moinvaziri2022-04-031-20/+1
* Added unit test against CVE-2018-25032 with default strategy.Nathan Moinvaziri2022-04-032-0/+1
* Added unit test against CVE-2018-25032.Nathan Moinvaziri2022-04-032-1/+3
* Added missing -F argument for Z_FIXED strategy in minideflate.Nathan Moinvaziri2022-04-031-1/+3
* Allow SSE2 and AVX2 functions with -DWITH_UNALIGNED=OFF. Even though they use...Nathan Moinvaziri2022-03-312-6/+6
* Fixed error with compare256_unaligned_avx2 undefined if unaligned access is d...Nathan Moinvaziri2022-03-272-5/+3
* Fixed unused opaque variable in aligned alloc test.Nathan Moinvaziri2022-03-271-0/+2