]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2019-08-22  Hans Kristian... Clean up travis config.
2019-08-22  Hans Kristian... Add support for codecov.io and GCC-9 testing.
2019-08-22  cielaveniruse relative header path
2019-08-22  cielavenirtry to consume available data if Z_FINISH is used
2019-08-21  T.YamadaFixed GCC version for bswap intrinsics (#385)
2019-08-11  Nathan MoinvaziriFixed optimizations not being used when compiler is...
2019-08-11  Nathan MoinvaziriRemove pdf from readme contents.
2019-08-08  Hans Kristian... Remove BUILDFIXED and MAKEFIXED. (#375)
2019-08-08  Hans Kristian... Remove syntax, whitespace and comment differences betwe...
2019-08-08  Nathan MoinvaziriReadme and index restructuring (#346)
2019-08-08  Nathan MoinvaziriRemove old zlib artifacts (#345)
2019-08-06  taigaconEnables neon implementation of memcopy on Android arm64-v8a
2019-08-06  taigaconFix wrong chunkmemset_6 implementation
2019-08-06  Nathan MoinvaziriRename gzendian to zendian since it is included in...
2019-08-06  Hans Kristian... Deduplicate inflate's fixedtables(), and no longer...
2019-08-06  Hans Kristian... Deduplicate common inflate/inflatefast/inflateBack...
2019-07-18  Nathan MoinvaziriAdd zng_ prefix to internal functions to avoid linking...
2019-07-18  Ilya LeoshkevichAdd "reproducible" deflate parameter
2019-07-18  Ilya LeoshkevichAdd two new public zng_deflate{Set,Get}Params() functions
2019-07-18  Nathan MoinvaziriFixed use of uninitialized value found by memory saniti...
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
next