]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
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.
2019-01-15  Mark AdlerAvoid some conversion warnings in gzread.c and gzwrite.c.
2019-01-15  Mark AdlerReturn an error if the gzputs string length can't fit...
2019-01-15  Mark AdlerDon't compute check value for raw inflate if asked...
2019-01-10  Sebastian Popfix several memory sanitizer errors on aarch64
2019-01-09  Sebastian Popremove unused configure check for HAVE_STDARG_H
2019-01-09  Mark AdlerFix compilation with --solo and --debug combined.
2019-01-09  Sebastian Popavoid double definitions for LITTLE_ENDIAN and BYTE_ORDER
2018-12-21  Mark AdlerCygwin does not have _wopen(), so do not create gzopen_...
2018-12-18  Sebastian Popremove `unaligned store` UBsan warnings
2018-12-18  Sebastian Popbug #117: speed up inflate_fast
2018-12-13  Sebastian PopEmphasize the need to continue decompressing gzip members.
2018-12-13  Hans Kristian... Add Buildkite status badge
2018-12-13  Hans Kristian... Fix Travis badge
2018-12-13  Mark AdlerAvoid undefined behaviors of memcpy() in gz*printf().
2018-12-13  Mark AdlerMake the names in functions declarations identical...
2018-12-13  Mark AdlerAssure that the number of bits for deflatePrime() is...
2018-12-13  Mark AdlerHandle case where inflateSync used when header never...
2018-12-13  Sebastian PopZlib patch: prevent uninitialized use of state->check
2018-12-13  Sebastian Popreturn an index for hash map collisions in insert_string
2018-12-13  Mark AdlerCorrect the initialization requirements for deflateInit2().
2018-12-12  Sebastian Popfix bug #210: split statement in two to avoid substract...
2018-12-12  Mark AdlerAdd legal disclaimer to README.
2018-12-12  Mark AdlerEmphasize the need to continue decompressing gzip members.
2018-12-12  Sebastian Popcheck endianness of target architecture with preprocessor
2018-12-12  Sebastian Popmove MEMCPY and MEMSET to zutil.h
2018-12-12  Sebastian Popdefine ZSWAP64 and ZSWAP16
2018-12-12  Hans Kristian... Move "-O2" compiler flag before CFLAGS from environment...
2018-12-12  Mika Lindqvist[ARM/AArch64] Add run-time detection of ACLE and NEON...
2018-12-11  Sebastian Popremove build warning about 'fdopen'
2018-12-08  Sebastian Popmake fuzzer-test fail on first error
2018-12-08  Sebastian Popadd test/fuzz for fast crc32
2018-12-08  Mark AdlerAdd crc32_combine_gen() and crc32_combine_op() for...
2018-12-08  Mark AdlerAdd tables for crc32_combine(), to speed it up by a...
2018-12-06  Hans Kristian... - Fix string concatenation failing in configure, causin...
2018-11-14  Mike Kleinremove 16-byte alignment from deflate_state::crc0
2018-11-14  Mark AdlerFix a bug that can crash deflate on some input when...
2018-11-14  Sebastian Popfix oss-fuzz/11323: clear out s->prev buffer
2018-11-07  sebpopfix bug #215: use the proper intrinsic __crc32w for...
2018-11-07  sebpopintegration of oss-fuzz in make test #204 (#206)
2018-11-07  Sebastian PopFix test/example.c when compiled with ASAN
2018-11-02  Sebastian Popfix ASAN crash on test/minigzip
2018-11-01  Hans Kristian... Revert "[ARM/AArch64] Add run-time detection of ACLE...
2018-10-30  Mika Lindqvist[ARM/AArch64] Add run-time detection of ACLE and NEON...
2018-10-30  mikeUpdate zlib.h
2018-10-30  Hans Kristian... Tell compiler to adhere to C99 standards.
2018-10-16  Sebastian Popfix bug #207: avoid undefined integer overflow
2018-10-15  Gabriel A.... Fix clang scan-build "zlib-ng/memcopy.h:298:5: warning...
2018-09-20  Sebastian Popfix #187: remove errors exposed by undefined behavior...
2018-09-17  Hans Kristian... Allow compiling with gzfileops from configure too
2018-09-17  Hans Kristian... Add more --help output to configure
2018-09-17  Hans Kristian... Fix ZLIB_COMPAT=OFF and WITH_GZFILEOP=ON compilation...
2018-09-17  Mika LindqvistMake functable thread-local.
2018-09-17  Sebastian Popfix bug #184: clear out buf to avoid msan use-of-uninit...
2018-09-17  Sebastian Popfix bug #192, oss-fuzz/9827 : MemorySanitizer:DEADLYSIGNAL
2018-09-17  Sebastian Popfix bugs #186 and #191, oss-fuzz/9831: use-of-uninitial...
2018-09-17  Sebastian Popfix #197, oss-fuzz/10036: only write 4 bytes per iterat...
2018-08-09  Gabriel Alexanderreplaced include_directories() with target_include_dire...
2018-08-09  Richael ZhuangReset CMAKE_REQUIRED_FLAGS
2018-05-31  richael02Add check for -mfpu=neon (#171)
2018-05-30  Daniel Blacktravis: add linux-ppc64le
2018-05-20  Richael ZhuangAdd the support for some missing cross-compile tool...
2018-05-20  Mika LindqvistSeparate feature checks for x86 and x86_64
2018-05-20  Daniel BlackCMake: don't assume i[3456]86 if others don't match
2018-04-28  Mika Lindqvist[ARM] Disable ACLE support if uname returns "eabi".
2018-04-28  Jun HeAdd ARM cross build and validation
2018-03-22  Mika LindqvistMove private defines from zconf.h and zconf-ng.h to...
next