2020-02-07 |
Nathan Moinvaziri | Disable alignment sanitizer when architecture supports... |
commit | commitdiff | tree |
2020-02-07 |
Nathan Moinvaziri | Fixed formatting, 4 spaces for code intent, 2 spaces... |
commit | commitdiff | tree |
2019-12-25 |
Nathan Moinvaziri | Set arch based on target compiler if cross compiling. |
commit | commitdiff | tree |
2019-12-25 |
Ilya Leoshkevich | s390: fix build failure with --with-dfltcc-deflate |
commit | commitdiff | tree |
2019-12-10 |
Nathan Moinvaziri | Added gzip tests for all open modes and compression... |
commit | commitdiff | tree |
2019-11-26 |
Mika Lindqvist | Compatibility fix for crc32() |
commit | commitdiff | tree |
2019-11-26 |
Mika Lindqvist | Compatibility fix |
commit | commitdiff | tree |
2019-11-26 |
Nathan Moinvaziri | Improvements to GitHub Actions for code coverage. |
commit | commitdiff | tree |
2019-11-25 |
MilhouseVH | configure: relax arm detection |
commit | commitdiff | tree |
2019-10-27 |
Nathan Moinvaziri | Fixed checksum combine being compiled out on release... |
commit | commitdiff | tree |
2019-10-25 |
Nathan Moinvaziri | Comment assert in chunkmemset when len < sizeof(uint64_... |
commit | commitdiff | tree |
2019-10-25 |
Nathan Moinvaziri | Fixed assert during inflate fast when len < sizeof... |
commit | commitdiff | tree |
2019-10-25 |
Nathan Moinvaziri | Added debug build configuration to GitHub Actions |
commit | commitdiff | tree |
2019-10-25 |
Nathan Moinvaziri | Fixed unresolved external symbols when building maketrees. |
commit | commitdiff | tree |
2019-10-25 |
Nathan Moinvaziri | Fixed pip not installing codecov-python on windows... |
commit | commitdiff | tree |
2019-10-24 |
Nathan Moinvaziri | Fixed formatting converting tabs to spaces. |
commit | commitdiff | tree |
2019-10-24 |
Nathan Moinvaziri | Replaced Travis CI badge with GitHub Actions badges. |
commit | commitdiff | tree |
2019-10-24 |
Nathan Moinvaziri | Run GitHub Actions workflow on pull requests. |
commit | commitdiff | tree |
2019-10-24 |
Nathan Moinvaziri | Fixed build when apt-get out of date in GitHub Actions... |
commit | commitdiff | tree |
2019-10-24 |
Nathan Moinvaziri | Fixed buffer read overflow in crc32 folding when alloca... |
commit | commitdiff | tree |
2019-10-24 |
Nathan Moinvaziri | Fixed signed warnings in zng_tr_tally_dist on Windows. |
commit | commitdiff | tree |
2019-10-22 |
Nathan Moinvaziri | Added missing headers for intrinsics. |
commit | commitdiff | tree |
2019-10-22 |
Nathan Moinvaziri | Fixed compiler warnings in fuzzers. zlib-ng/zlib-ng#454 |
commit | commitdiff | tree |
2019-10-22 |
Nathan Moinvaziri | Fixed load of misaligned address in deflate_quick.c... |
commit | commitdiff | tree |
2019-10-22 |
Mark Adler | Don't bother computing check value after successful... |
commit | commitdiff | tree |
2019-10-22 |
Hans Kristian... | Clean up LIKELY/UNLIKELY definitions, making them upper... |
commit | commitdiff | tree |
2019-10-22 |
Mark Adler | Avoid adding empty gzip member after gzflush with Z_FINISH. |
commit | commitdiff | tree |
2019-10-22 |
Hans Kristian... | zlib-ng.h syntax cleanup |
commit | commitdiff | tree |
2019-10-22 |
Nathan Moinvaziri | Added github actions yaml for cmake and configure. |
commit | commitdiff | tree |
2019-10-22 |
Hans Kristian... | Use temp variables in send_all_trees too |
commit | commitdiff | tree |
2019-10-22 |
Hans Kristian... | Reduce indirections used by send_bits and send_code. |
commit | commitdiff | tree |
2019-10-22 |
Hans Kristian... | Move scan_start check, based on Cloudflare commit |
commit | commitdiff | tree |
2019-10-09 |
Nathan Moinvaziri | Fixed msan detection when compiler doesn't support it. |
commit | commitdiff | tree |
2019-10-09 |
Nathan Moinvaziri | Added private headers to cmake and fallback_builtins... |
commit | commitdiff | tree |
2019-10-07 |
Nathan Moinvaziri | Fixed use of uninitialized value in test_deflate_copy... |
commit | commitdiff | tree |
2019-10-07 |
Nathan Moinvaziri | Fixed use of uninitialized value state in makefixed... |
commit | commitdiff | tree |
2019-10-07 |
Nathan Moinvaziri | Fixed signed warnings in match_p.h on arm. #430 |
commit | commitdiff | tree |
2019-10-06 |
Nathan Moinvaziri | Fixed missing comma in msvc inline asm. |
commit | commitdiff | tree |
2019-10-06 |
Nathan Moinvaziri | Fixed tab formatting in fuzzers (#414) |
commit | commitdiff | tree |
2019-09-26 |
Hans Kristian... | travis.yml changes: |
commit | commitdiff | tree |
2019-09-21 |
Hans Kristian... | Configure: Don't enable optimizations if without-optimi... |
commit | commitdiff | tree |
2019-09-21 |
Hans Kristian... | Unify detection of ARM getauxval code availability. |
commit | commitdiff | tree |
2019-09-21 |
Hans Kristian... | Clean up parts of CMakeLists.txt |
commit | commitdiff | tree |
2019-09-21 |
Hans Kristian... | Add archdetect as separate cmake include file. |
commit | commitdiff | tree |
2019-09-21 |
Nathan Moinvaziri | Fixed running fuzzers with cmake on arm. |
commit | commitdiff | tree |
2019-09-20 |
Nathan Moinvaziri | Fixed crc1 unused variable warning. #418. |
commit | commitdiff | tree |
2019-09-20 |
Nathan Moinvaziri | Add oss-fuzz to readme. |
commit | commitdiff | tree |
2019-09-20 |
Hans Kristian... | Add makecrct test and clean up makecrct.c code |
commit | commitdiff | tree |
2019-09-20 |
Hans Kristian... | Split crc table generating code (MAKECRCH) out into... |
commit | commitdiff | tree |
2019-09-20 |
Hans Kristian... | Add maketrees test and clean up maketrees.c code |
commit | commitdiff | tree |
2019-09-20 |
Hans Kristian... | Split maketrees out into a separate tool |
commit | commitdiff | tree |
2019-09-20 |
Hans Kristian... | travis.yml changes: |
commit | commitdiff | tree |
2019-09-20 |
Nathan Moinvaziri | Potential fix for clang array warnings. #416 |
commit | commitdiff | tree |
2019-09-20 |
Nathan Moinvaziri | Fixed warnings in checksum fuzzer and example. #418 |
commit | commitdiff | tree |
2019-09-19 |
Nathan Moinvaziri | Fixed minigzip fuzzer failures on Windows. #411 |
commit | commitdiff | tree |
2019-09-19 |
Hans Kristian... | In test_deflate_copy(), we free the original struct... |
commit | commitdiff | tree |
2019-09-19 |
Nathan Moinvaziri | Fixed several warnings in example and fuzzers. #409 |
commit | commitdiff | tree |
2019-09-18 |
Nathan Moinvaziri | Fixed use of uninitialized value warning in crc_folding... |
commit | commitdiff | tree |
2019-09-18 |
Nathan Moinvaziri | Simplify adding src files with list() command. (#405) |
commit | commitdiff | tree |
2019-09-18 |
Hans Kristian... | Make travis retry its operations, to attempt to avoid... |
commit | commitdiff | tree |
2019-09-15 |
jiangjufa | Add test cases to #437 |
commit | commitdiff | tree |
2019-09-14 |
Nathan Moinvaziri | Added travis msvc 64 bit builds. |
commit | commitdiff | tree |
2019-09-14 |
Nathan Moinvaziri | Added cmake tests to verify output of makefixed (#398) |
commit | commitdiff | tree |
2019-09-09 |
Nathan Moinvaziri | Removed obsolete text file. |
commit | commitdiff | tree |
2019-09-05 |
Mika Lindqvist | Add support for Visual Studio 2019 nmake. |
commit | commitdiff | tree |
2019-09-04 |
Jim Kukunas | crc_folding: use temp buffer for partial stores |
commit | commitdiff | tree |
2019-09-04 |
Nicolas Trangez | crc_folding: Fix potential out-of-bounds access |
commit | commitdiff | tree |
2019-09-04 |
Hans Kristian... | Use slide_hash_sse2 from fill_window_sse instead of... |
commit | commitdiff | tree |
2019-09-04 |
Hans Kristian... | Add slide_hash to functable, and enable the sse2-optimi... |
commit | commitdiff | tree |
2019-09-04 |
Jim Kukunas | Adds SSE2 optimized slide_hash. |
commit | commitdiff | tree |
2019-09-04 |
Nathan Moinvaziri | Changes to support compilation with MSVC ARM & ARM64... |
commit | commitdiff | tree |
2019-08-23 |
Nathan Moinvaziri | Rename #defines for consistency (#378) |
commit | commitdiff | tree |
2019-08-23 |
Nathan Moinvaziri | * Fixed wrong compilers listed for Windows. |
commit | commitdiff | tree |
2019-08-23 |
Nathan Moinvaziri | Added support for configuring project based on BUILD_SH... |
commit | commitdiff | tree |
2019-08-22 |
Hans Kristian... | Clean up travis config. |
commit | commitdiff | tree |
2019-08-22 |
Hans Kristian... | Add support for codecov.io and GCC-9 testing. |
commit | commitdiff | tree |
2019-08-22 |
cielavenir | use relative header path |
commit | commitdiff | tree |
2019-08-22 |
cielavenir | try to consume available data if Z_FINISH is used |
commit | commitdiff | tree |
2019-08-21 |
T.Yamada | Fixed GCC version for bswap intrinsics (#385) |
commit | commitdiff | tree |
2019-08-11 |
Nathan Moinvaziri | Fixed optimizations not being used when compiler is... |
commit | commitdiff | tree |
2019-08-11 |
Nathan Moinvaziri | Remove pdf from readme contents. |
commit | commitdiff | tree |
2019-08-08 |
Hans Kristian... | Remove BUILDFIXED and MAKEFIXED. (#375) |
commit | commitdiff | tree |
2019-08-08 |
Hans Kristian... | Remove syntax, whitespace and comment differences betwe... |
commit | commitdiff | tree |
2019-08-08 |
Nathan Moinvaziri | Readme and index restructuring (#346) |
commit | commitdiff | tree |
2019-08-08 |
Nathan Moinvaziri | Remove old zlib artifacts (#345) |
commit | commitdiff | tree |
2019-08-06 |
taigacon | Enables neon implementation of memcopy on Android arm64-v8a |
commit | commitdiff | tree |
2019-08-06 |
taigacon | Fix wrong chunkmemset_6 implementation |
commit | commitdiff | tree |
2019-08-06 |
Nathan Moinvaziri | Rename gzendian to zendian since it is included in... |
commit | commitdiff | tree |
2019-08-06 |
Hans Kristian... | Deduplicate inflate's fixedtables(), and no longer... |
commit | commitdiff | tree |
2019-08-06 |
Hans Kristian... | Deduplicate common inflate/inflatefast/inflateBack... |
commit | commitdiff | tree |
2019-07-18 |
Nathan Moinvaziri | Add zng_ prefix to internal functions to avoid linking... |
commit | commitdiff | tree |
2019-07-18 |
Ilya Leoshkevich | Add "reproducible" deflate parameter |
commit | commitdiff | tree |
2019-07-18 |
Ilya Leoshkevich | Add two new public zng_deflate{Set,Get}Params() functions |
commit | commitdiff | tree |
2019-07-18 |
Nathan Moinvaziri | Fixed use of uninitialized value found by memory saniti... |
commit | commitdiff | tree |
2019-07-18 |
Ilya Leoshkevich | IBM Z DFLTCC: fix 31-bit build |
commit | commitdiff | tree |
2019-07-18 |
Ilya Leoshkevich | longest_match: avoid using negative indices |
commit | commitdiff | tree |
2019-07-18 |
Ilya Leoshkevich | deflate_medium: fix handling of overlapping matches |
commit | commitdiff | tree |
2019-06-22 |
Nathan Moinvaziri | Added cmake support for testing against CVEs (#354) |
commit | commitdiff | tree |
2019-06-22 |
Nathan Moinvaziri | Remove duplicate gz functions in test code (#348) |
commit | commitdiff | tree |
2019-06-07 |
Nathan Moinvaziri | Added linux arm for cmake to travis matrix. |
commit | commitdiff | tree |
next |