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 |
2019-06-07 |
Nathan Moinvaziri | Unify most of the option() and add_feature_info() state... |
commit | commitdiff | tree |
2019-06-04 |
Ilya Leoshkevich | IBM Z DFLTCC: fix STFLE usage |
commit | commitdiff | tree |
2019-06-04 |
Ilya Leoshkevich | IBM Z DFLTCC: minor documentation fixes |
commit | commitdiff | tree |
2019-06-04 |
Nathan Moinvaziri | Added Windows OS to travis matrix (#355) |
commit | commitdiff | tree |
2019-06-04 |
Nathan Moinvaziri | Fixed float-abi detection command in cmake. Should... |
commit | commitdiff | tree |
2019-06-04 |
Nathan Moinvaziri | Simplify creating cmake fuzzer test executables. |
commit | commitdiff | tree |
2019-06-04 |
Nathan Moinvaziri | Fixed compiler warnings on Windows in release mode... |
commit | commitdiff | tree |
2019-06-04 |
Nathan Moinvaziri | Added cmake toolchain arm support. (#350) |
commit | commitdiff | tree |
2019-05-29 |
Nathan Moinvaziri | Fixed assert(n_read == len) in standalone fuzz target... |
commit | commitdiff | tree |
2019-05-29 |
Mika T. Lindqvist | Fix build when DYNAMIC_CRC_TABLE is defined. |
commit | commitdiff | tree |
2019-05-23 |
Ilya Leoshkevich | Add support for IBM Z hardware-accelerated deflate |
commit | commitdiff | tree |
2019-05-23 |
Ilya Leoshkevich | Introduce inflate and deflate hooks |
commit | commitdiff | tree |
2019-05-23 |
Ilya Leoshkevich | Introduce inflate_ensure_window, make bi_reverse and... |
commit | commitdiff | tree |
2019-05-23 |
Ilya Leoshkevich | Ignore CLion files |
commit | commitdiff | tree |
2019-05-02 |
Ilya Leoshkevich | Fix infcover.c build |
commit | commitdiff | tree |
2019-04-04 |
Sebastian Pop | cleanup arm/adler32_neon.c code |
commit | commitdiff | tree |
2019-04-04 |
Sebastian Pop | only call NEON adler32 for more than 16 bytes |
commit | commitdiff | tree |
2019-04-04 |
Sebastian Pop | fix configure output when compiler is clang |
commit | commitdiff | tree |
2019-04-04 |
Sebastian Pop | fix configure --help text to match parsed options |
commit | commitdiff | tree |
2019-04-04 |
Sebastian Pop | fix warning when compiling for AArch64 |
commit | commitdiff | tree |
2019-03-27 |
Ilya Leoshkevich | Fix building with gcc 8.2.1 and -Wall -Wextra -pedantic... |
commit | commitdiff | tree |
2019-03-27 |
Mark Adler | Increase verbosity required to warn about bit length... |
commit | commitdiff | tree |
2019-03-27 |
Ilya Leoshkevich | Fix endianness detection in memcopy.h |
commit | commitdiff | tree |
2019-03-27 |
Sebastian Pop | fix oss-fuzz/13863 |
commit | commitdiff | tree |
2019-03-26 |
Sebastian Pop | use sizeof(type) instead of magic numbers |
commit | commitdiff | tree |
2019-03-26 |
Sebastian Pop | automatically update makefile dependences |
commit | commitdiff | tree |
2019-03-26 |
Sebastian Pop | fix all ASan errors on arm/aarch64 |
commit | commitdiff | tree |
2019-03-21 |
Sebastian Pop | factor out code in arch/{arm,aarch64} |
commit | commitdiff | tree |
2019-03-21 |
Sebastian Pop | fix UBSan warnings of unsigned overflow |
commit | commitdiff | tree |
2019-03-21 |
Sebastian Pop | chunk_memcpy is not needed under INFFAST_CHUNKSIZE |
commit | commitdiff | tree |
2019-03-21 |
Sebastian Pop | use chunkcopysafe and chunkmemsetsafe under INFFAST_CHU... |
commit | commitdiff | tree |
2019-03-21 |
Sebastian Pop | define and use chunkmemset instead of byte_memset for... |
commit | commitdiff | tree |
2019-03-21 |
Sebastian Pop | factor out code |
commit | commitdiff | tree |
2019-03-21 |
Sebastian Pop | enable INFFAST_CHUNKSIZE on x86 |
commit | commitdiff | tree |
2019-03-21 |
Sebastian Pop | fix indent for pre-processor |
commit | commitdiff | tree |
2019-03-21 |
Sebastian Pop | move INFFAST_CHUCKSIZE code to memcopy.h |
commit | commitdiff | tree |
2019-03-08 |
Sebastian Pop | fix typo: deflate is compression |
commit | commitdiff | tree |
2019-03-08 |
Hans Kristian... | Update x86 and x86_64 arch checks to use the recommended |
commit | commitdiff | tree |
2019-03-08 |
Hans Kristian... | Default sse2 to be available on x86_64 arch. |
commit | commitdiff | tree |
2019-03-08 |
Sebastian Pop | remove MEMSET, replace with memset |
commit | commitdiff | tree |
2019-03-08 |
Sebastian Pop | remove MEMCPY, replace with memcpy |
commit | commitdiff | tree |
2019-03-08 |
Sebastian Pop | unify uses of __ARM_FEATURE_CRC32 |
commit | commitdiff | tree |
next |