summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Axe the SSE4 compare256 functionsAdam Stylinski2022-02-111-3/+0
* Write an SSE2 optimized compare256Adam Stylinski2022-02-111-0/+3
* Remove duplicate header includes.Nathan Moinvaziri2022-02-066-16/+2
* Only define CPU variants that require deflate_state when deflate.h has previo...Nathan Moinvaziri2022-02-061-1/+1
* [Benchmarks] Fix adler32/vmx benchmark not found under 32-bit PowerPCMika T. Lindqvist2022-02-031-3/+6
* Removed unused CMake includes in benchmark cmake.Nathan Moinvaziri2022-01-311-2/+0
* Fixed wrong cpu check variable used for ARM in adler benchmarks.Nathan Moinvaziri2022-01-311-1/+1
* Move _POSIX_C_SOURCE define before first stdlib.h include in zbuild.h for pos...Nathan Moinvaziri2022-01-2913-51/+5
* Remove zutil.h includes from many files to prevent zlib.h being included.Nathan Moinvaziri2022-01-291-1/+0
* Remove unused fdopen define for MSVC.Nathan Moinvaziri2022-01-251-1/+1
* Allow setting of version when building with pigz.Nathan Moinvaziri2022-01-231-1/+9
* Move cpu feature variant callback typedefs to cpu_features header.Nathan Moinvaziri2022-01-234-8/+0
* Use fixed width types in compare256 definition.Nathan Moinvaziri2022-01-231-1/+1
* Remove crc32 and adler32 shared library tests which don't test anyting furthe...Nathan Moinvaziri2022-01-201-1/+1
* Rename test binaries with test_ prefix.Nathan Moinvaziri2022-01-207-4/+4
* Added adler32, compare256, crc32, and slide_hash benchmarks using Google Benc...Nathan Moinvaziri2022-01-177-0/+438
* Change fuzzer binaries and solutions to prefix with fuzzer_.Nathan Moinvaziri2022-01-168-7/+7
* Check for err == Z_OK is always true in minideflate loops.Nathan Moinvaziri2022-01-081-2/+2
* Fixed main function does not return value which may indicated unintended beha...Nathan Moinvaziri2022-01-082-0/+2
* Fix deflateBound and compressBound returning very small size estimates.Hans Kristian Rosbach2021-12-201-1/+1
* Avoid warning C4295 when using Visual C++ and maintainer warnings are enabled.Mika Lindqvist2021-12-191-36/+36
* inttypes.h includes stdint.h, so only include one of them.Hans Kristian Rosbach2021-12-199-10/+1
* Added unit test to ensure that inflate with adler32 hash works on previously ...Nathan Moinvaziri2021-12-091-0/+59
* Fixed inflateGetDictionary length check may include bytes added by last call ...Nathan Moinvaziri2021-12-021-1/+1
* Reorganize inflate window layoutJim Kukunas2021-12-021-14/+5
* Fixed minideflate write buffers being overwritten.Nathan Moinvaziri2021-12-021-6/+8
* IBM Z: Do not check inflateGetDictionary() with DFLTCCIlya Leoshkevich2021-10-131-1/+8
* Use helper function for printing error and exiting in example.Nathan Moinvaziri2021-09-221-195/+116
* Added code coverage for inflateGetDictionary in example.Nathan Moinvaziri2021-09-221-0/+16
* Call deflateBound to calculate length with custom gzip header in example.Nathan Moinvaziri2021-09-221-0/+1
* Fill out gzheader before calling deflateSetHeader for better code coverage in...Nathan Moinvaziri2021-09-221-0/+6
* Include win directory in pigz even if not using threads.Nathan Moinvaziri2021-09-031-1/+7
* Add new crc32 unit testMatheus Castanho2021-08-122-2/+201
* Fix MSVC warnings in hash_head_0.c testIlya Leoshkevich2021-06-181-3/+3
* Added Z_UNUSED define for ignore unused variables.Nathan Moinvaziri2021-06-184-15/+17
* Open up develop branch for non-stable commits.Hans Kristian Rosbach2021-06-121-2/+2
* Added pigz tests for no threads and no optimizations.Nathan Moinvaziri2021-06-081-23/+37
* Added GH-979 failure test case against for inflateBack.Nathan Moinvaziri2021-06-082-0/+4
* Added CMake project for building pigz.Nathan Moinvaziri2021-06-081-0/+180
* Fixed trying to uncompress after compressing in gzip direct mode which is not...Nathan Moinvaziri2021-05-301-1/+6
* Fixed gz mode for compression level not using ascii numeric value.Nathan Moinvaziri2021-05-301-1/+1
* Use different fuzzer bits in example_dict_fuzzer for more input value combina...Nathan Moinvaziri2021-05-301-3/+3
* Fix build under Cygwin.Mika Lindqvist2021-05-272-0/+5
* Spelling fixesGreg Sjaardema2021-05-162-5/+5
* upgrade links to HTTPSViktor Szakats2021-05-082-3/+3
* Added Z_FIXED and direct gzip out modes to minigzip fuzzer.Nathan Moinvaziri2021-04-281-1/+9
* Changed minigzip fuzzer outmode[3] to be determined based on a different valu...Nathan Moinvaziri2021-04-281-1/+1
* Remove unnecessary malloc.h header include from minigzip and minigzip_fuzzer.Nathan Moinvaziri2021-04-202-8/+0
* Fix MSVC warnings in deflate_quick_block_openIlya Leoshkevich2021-03-221-2/+2
* Restore hash_head != 0 checksIlya Leoshkevich2021-03-201-0/+110