]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
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.
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'
next