summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added gzip tests for all open modes and compression levels for more code cove...Nathan Moinvaziri2019-12-106-12/+8221
* Compatibility fix for crc32()Mika Lindqvist2019-11-262-1/+7
* Compatibility fixMika Lindqvist2019-11-261-0/+4
* Improvements to GitHub Actions for code coverage.Nathan Moinvaziri2019-11-262-25/+27
* configure: relax arm detectionMilhouseVH2019-11-251-1/+1
* Fixed checksum combine being compiled out on release builds.Nathan Moinvaziri2019-10-271-8/+13
* Comment assert in chunkmemset when len < sizeof(uint64_t) since the function ...Nathan Moinvaziri2019-10-252-3/+4
* Fixed assert during inflate fast when len < sizeof(uint64_t).Nathan Moinvaziri2019-10-252-2/+2
* Added debug build configuration to GitHub ActionsNathan Moinvaziri2019-10-251-2/+9
* Fixed unresolved external symbols when building maketrees.Nathan Moinvaziri2019-10-251-1/+1
* Fixed pip not installing codecov-python on windows after mingw downgrade.Nathan Moinvaziri2019-10-251-2/+3
* Fixed formatting converting tabs to spaces.Nathan Moinvaziri2019-10-247-53/+52
* Replaced Travis CI badge with GitHub Actions badges.Nathan Moinvaziri2019-10-241-1/+1
* Run GitHub Actions workflow on pull requests.Nathan Moinvaziri2019-10-242-2/+2
* Fixed build when apt-get out of date in GitHub Actions images.Nathan Moinvaziri2019-10-241-1/+3
* Fixed buffer read overflow in crc32 folding when allocation size is not a mul...Nathan Moinvaziri2019-10-241-5/+5
* Fixed signed warnings in zng_tr_tally_dist on Windows.Nathan Moinvaziri2019-10-241-1/+1
* Added missing headers for intrinsics.Nathan Moinvaziri2019-10-221-0/+4
* Fixed compiler warnings in fuzzers. zlib-ng/zlib-ng#454Nathan Moinvaziri2019-10-225-18/+18
* Fixed load of misaligned address in deflate_quick.c. zlib-ng/zlib-ng#453Nathan Moinvaziri2019-10-221-1/+1
* Don't bother computing check value after successful inflateSync().Mark Adler2019-10-224-11/+16
* Clean up LIKELY/UNLIKELY definitions, making them upper-case to improve visib...Hans Kristian Rosbach2019-10-228-26/+34
* Avoid adding empty gzip member after gzflush with Z_FINISH.Mark Adler2019-10-223-2/+13
* zlib-ng.h syntax cleanupHans Kristian Rosbach2019-10-221-124/+187
* Added github actions yaml for cmake and configure.Nathan Moinvaziri2019-10-229-477/+618
* Use temp variables in send_all_trees tooHans Kristian Rosbach2019-10-222-5/+16
* Reduce indirections used by send_bits and send_code.Hans Kristian Rosbach2019-10-225-76/+75
* Move scan_start check, based on Cloudflare commitHans Kristian Rosbach2019-10-221-4/+2
* Fixed msan detection when compiler doesn't support it.Nathan Moinvaziri2019-10-091-3/+5
* Added private headers to cmake and fallback_builtins.h for MSVC.Nathan Moinvaziri2019-10-091-1/+14
* Fixed use of uninitialized value in test_deflate_copy when deflateCopy is cal...Nathan Moinvaziri2019-10-071-0/+2
* Fixed use of uninitialized value state in makefixed. #437Nathan Moinvaziri2019-10-071-0/+1
* Fixed signed warnings in match_p.h on arm. #430Nathan Moinvaziri2019-10-071-1/+1
* Fixed missing comma in msvc inline asm.Nathan Moinvaziri2019-10-061-1/+1
* Fixed tab formatting in fuzzers (#414)Nathan Moinvaziri2019-10-067-458/+454
* travis.yml changes:Hans Kristian Rosbach2019-09-265-154/+278
* Configure: Don't enable optimizations if without-optimizations has been set.Hans Kristian Rosbach2019-09-211-93/+120
* Unify detection of ARM getauxval code availability.Hans Kristian Rosbach2019-09-215-10/+11
* Clean up parts of CMakeLists.txtHans Kristian Rosbach2019-09-211-110/+87
* Add archdetect as separate cmake include file.Hans Kristian Rosbach2019-09-214-62/+234
* Fixed running fuzzers with cmake on arm.Nathan Moinvaziri2019-09-211-5/+8
* Fixed crc1 unused variable warning. #418.Nathan Moinvaziri2019-09-211-0/+1
* Add oss-fuzz to readme.Nathan Moinvaziri2019-09-211-1/+1
* Add makecrct test and clean up makecrct.c codeHans Kristian Rosbach2019-09-205-419/+407
* Split crc table generating code (MAKECRCH) out into separate tool makecrct.Hans Kristian Rosbach2019-09-204-213/+204
* Add maketrees test and clean up maketrees.c codeHans Kristian Rosbach2019-09-203-126/+105
* Split maketrees out into a separate toolHans Kristian Rosbach2019-09-206-226/+239
* travis.yml changes:Hans Kristian Rosbach2019-09-202-10/+40
* Potential fix for clang array warnings. #416Nathan Moinvaziri2019-09-201-29/+27
* Fixed warnings in checksum fuzzer and example. #418Nathan Moinvaziri2019-09-202-6/+10