]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
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...
2018-03-22  Mika Lindqvist[MSVC] Fix size_t/ssize_t when using ZLIB_COMPAT. ...
2018-03-22  Mika Lindqvist[configure] Fix creating import libraries and coverity...
2018-03-14  Mika LindqvistFix build on ARM and gcc 4.x.
2018-03-14  Richael ZhuangFix the problem about rule to make target "zconf.h...
2018-02-22  Mika LindqvistAlign in 16-byte boundary when UNALIGNED_OK is undefined.
2018-02-16  Mika Lindqvist[Issue #140] Use "/usr/bin/env bash" instead of /bin/sh.
2018-02-16  Mika Lindqvist[compat] Don't check for ZLIB_COMPAT
2018-02-16  Mika Lindqvist[compat] Use unsigned long for size parameters of compr...
2018-02-16  Mika LindqvistAssume WITH_GZFILEOP is defined when compatibility...
2018-02-16  richael02Fix build problems about NEON (#149)
2018-02-16  Samuel WilliamsPrefer memcpy and memcmp over direct memory read/compar...
2018-02-16  prollerAdd option to disable test binaries ZLIB_ENABLE_TESTS
2018-02-16  Daniel Blackwrap crc32 in functable (#145)
2018-02-16  DonUse CMake to generate cmakein file (#146)
2018-02-16  Richael ZhuangFix the bug in crc32_acle
2018-02-16  Richael ZhuangFix dependency problem about cmake options
2018-02-09  Mika Lindqvist[ARM/AArch64] Allow disabling NEON support in adler32_stub.
2018-02-09  Hans Kristian... Merge pull request #148 from Dead2/renamelib2
2018-01-31  Hans Kristian... Fix dynamic versioning of library 148/head
2018-01-31  Mika LindqvistAdapt code to support PREFIX macros and update build...
2018-01-31  Hans Kristian... Copy zconf.h.in to zconf-ng.h.in and add relevant proce...
2018-01-31  Hans Kristian... Add function prefix (zng_) to all exported functions...
2018-01-31  Hans Kristian... Rename library based on zlib-compat setting
2018-01-31  Hans Kristian... Fix .so library permissions on install, needs to be...
2017-11-27  Orgad ShanehFix make distclean with non-standard make (#134)
next