]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2019-07-18  Ilya LeoshkevichIBM Z DFLTCC: fix 31-bit build
2019-07-18  Ilya Leoshkevichlongest_match: avoid using negative indices
2019-07-18  Ilya Leoshkevichdeflate_medium: fix handling of overlapping matches
2019-06-22  Nathan MoinvaziriAdded cmake support for testing against CVEs (#354)
2019-06-22  Nathan MoinvaziriRemove duplicate gz functions in test code (#348)
2019-06-07  Nathan MoinvaziriAdded linux arm for cmake to travis matrix.
2019-06-07  Nathan MoinvaziriUnify most of the option() and add_feature_info() state...
2019-06-04  Ilya LeoshkevichIBM Z DFLTCC: fix STFLE usage
2019-06-04  Ilya LeoshkevichIBM Z DFLTCC: minor documentation fixes
2019-06-04  Nathan MoinvaziriAdded Windows OS to travis matrix (#355)
2019-06-04  Nathan MoinvaziriFixed float-abi detection command in cmake. Should...
2019-06-04  Nathan MoinvaziriSimplify creating cmake fuzzer test executables.
2019-06-04  Nathan MoinvaziriFixed compiler warnings on Windows in release mode...
2019-06-04  Nathan MoinvaziriAdded cmake toolchain arm support. (#350)
2019-05-29  Nathan MoinvaziriFixed assert(n_read == len) in standalone fuzz target...
2019-05-29  Mika T. LindqvistFix build when DYNAMIC_CRC_TABLE is defined.
2019-05-23  Ilya LeoshkevichAdd support for IBM Z hardware-accelerated deflate
2019-05-23  Ilya LeoshkevichIntroduce inflate and deflate hooks
2019-05-23  Ilya LeoshkevichIntroduce inflate_ensure_window, make bi_reverse and...
2019-05-23  Ilya LeoshkevichIgnore CLion files
2019-05-02  Ilya LeoshkevichFix infcover.c build
2019-04-04  Sebastian Popcleanup arm/adler32_neon.c code
2019-04-04  Sebastian Poponly call NEON adler32 for more than 16 bytes
2019-04-04  Sebastian Popfix configure output when compiler is clang
2019-04-04  Sebastian Popfix configure --help text to match parsed options
2019-04-04  Sebastian Popfix warning when compiling for AArch64
2019-03-27  Ilya LeoshkevichFix building with gcc 8.2.1 and -Wall -Wextra -pedantic...
2019-03-27  Mark AdlerIncrease verbosity required to warn about bit length...
2019-03-27  Ilya LeoshkevichFix endianness detection in memcopy.h
2019-03-27  Sebastian Popfix oss-fuzz/13863
2019-03-26  Sebastian Popuse sizeof(type) instead of magic numbers
2019-03-26  Sebastian Popautomatically update makefile dependences
2019-03-26  Sebastian Popfix all ASan errors on arm/aarch64
2019-03-21  Sebastian Popfactor out code in arch/{arm,aarch64}
2019-03-21  Sebastian Popfix UBSan warnings of unsigned overflow
2019-03-21  Sebastian Popchunk_memcpy is not needed under INFFAST_CHUNKSIZE
2019-03-21  Sebastian Popuse chunkcopysafe and chunkmemsetsafe under INFFAST_CHU...
2019-03-21  Sebastian Popdefine and use chunkmemset instead of byte_memset for...
2019-03-21  Sebastian Popfactor out code
2019-03-21  Sebastian Popenable INFFAST_CHUNKSIZE on x86
2019-03-21  Sebastian Popfix indent for pre-processor
2019-03-21  Sebastian Popmove INFFAST_CHUCKSIZE code to memcopy.h
2019-03-08  Sebastian Popfix typo: deflate is compression
2019-03-08  Hans Kristian... Update x86 and x86_64 arch checks to use the recommended
2019-03-08  Hans Kristian... Default sse2 to be available on x86_64 arch.
2019-03-08  Sebastian Popremove MEMSET, replace with memset
2019-03-08  Sebastian Popremove MEMCPY, replace with memcpy
2019-03-08  Sebastian Popunify uses of __ARM_FEATURE_CRC32
2019-03-06  Sebastian Popunify uses of __ARM_NEON__ and __ARM_NEON
2019-03-06  Sebastian Popfactor out common cmake code for x86_64 and i386
2019-03-06  Sebastian Poprename X86_SSE2_FILL_WINDOW to X86_SSE2
2019-03-01  Sebastian Popremove unused variable NM
2019-03-01  Nathan MoinvaziriFixed arithmetic overflow warnings on Windows (#302)
2019-03-01  Sebastian Popwin32: update makefile dependences
2019-03-01  Sebastian Popwin32: add missing makefile dependence
2019-03-01  Sebastian PopARM: check cpu feature once at init time
2019-03-01  Sebastian Popfix auto-detection of cross compilation for bare-metal...
2019-03-01  Sebastian PopARM: enable neon and acle when available
2019-01-31  Sebastian Popcleanup: remove unused file
2019-01-31  Sebastian Popcleanup: move code from arch/x86/crc_pclmulqdq.c to...
2019-01-31  Sebastian Popcleanup: remove partial do { } while constructs from...
2019-01-31  Hans JohnsonENH: Use modern cmake variable conventions
2019-01-31  Hans JohnsonENH: Conistently read version information from one...
2019-01-31  Hans JohnsonENH: Use modern (cmake 3.0+) project signature
2019-01-31  Hans JohnsonENH: Allow setting the C_STANDARD version from command...
2019-01-31  Hans JohnsonBUG: CMake 2.8.4 does not support required features
2019-01-24  Sebastian Popfix bug #289: use strcpy instead of strncpy 294/head
2019-01-24  Sebastian Popfix bug #208: let the compiler generate code for unalig...
2019-01-24  Sebastian Popfix bug #225: account bits sent
2019-01-24  Sebastian Popclean up logic of configure and make for sanitizer...
2019-01-24  Sebastian Popcleanup configure output for checking the compiler
2019-01-24  Sebastian Popcleanup configure output by using echo -n
2019-01-24  Sebastian Poponly check for -mfpu=neon on ARM processors
2019-01-24  Sebastian Popcleanup multiple test -o expressions by using case
2019-01-24  Sebastian PopThis patch fixes a problem with detecting the target...
2019-01-24  Sebastian Popremove -DX86
2019-01-24  Sebastian Popremove unused compilation flag -DX86_64
2019-01-22  Brian Rzyckibug #266: select std2 for gcc/clang ARM 32-bit builds
2019-01-22  Sebastian Popremove unused variable
2019-01-22  Sebastian Popremove unused variables
2019-01-21  Hans JohnsonCOMP: Fix missing header unistd.h
2019-01-21  Hans Kristian... Let deflate_medium be enabled by default.
2019-01-21  Hans Kristian... Replace the UNROLL_LESS define with UNROLL_MORE, making...
2019-01-21  Sebastian Popfix warning with configure --debug
2019-01-17  Hans JohnsonENH: Remove superflous setting for cmake 2.6.0+
2019-01-17  Sebastian Poptypedef ptrdiff_t when stddef.h does not provide it
2019-01-16  Hans Kristian... Fix win32 makefiles to no longer attempt to build match...
2019-01-16  Sebastian Popmark longest_match static inline
2019-01-16  Sebastian Popmove match.c to match_p.h and remove match.h
2019-01-16  Gabriel A.... Add scan-build cmake build to build matrix
2019-01-16  Gabriel A.... Update travis to xenial
2019-01-15  Sebastian Popfix bug #263: hoist invariant loads
2019-01-15  Mark AdlerLimit hash table inserts after switch from stored deflate.
2019-01-15  Mark AdlerSmall speedup to inflate [psumbera].
2019-01-15  Sebastian Popfix configure for arm cross compilation
2019-01-15  Mark AdlerPermit a deflateParams() parameter change as soon as...
2019-01-15  Mark AdlerFix bug when window full in deflate_stored().
2019-01-15  Mark AdlerFix CLEAR_HASH macro to be usable as a single statement.
2019-01-15  Mark AdlerAvoid a conversion error in gzseek when off_t type...
2019-01-15  Mark AdlerHave Makefile return non-zero error code on test failure.
next