index
:
Project-1CE/external_zlib-ng
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2022-05-13
Port zlib-ng to the Android platform
HEAD
sugisawa-mr1
Danny Lin
2021-12-24
IBM Z: Adjust compressBound() for DFLTCC
Ilya Leoshkevich
2021-12-24
IBM Z: Run DFLTCC tests on the self-hosted builder
Ilya Leoshkevich
2021-12-24
IBM Z: Fix building outside of a source directory
Ilya Leoshkevich
2021-06-21
[chunkset_neon] Use vdupq_n_u64.
Mika Lindqvist
2021-06-21
[chunkset_neon] Don't use signed vector types.
Mika Lindqvist
2021-06-21
Reduce number of branches in partial chunk copy based on chunk size.
Nathan Moinvaziri
2021-05-09
[ARM/AArch64] More thorough testing of getauxval() macros and includes
Mika Lindqvist
2021-05-08
upgrade links to HTTPS
Viktor Szakats
2021-04-29
crc: fix three conversion warnings
Aaron Boxer
2021-04-29
Detect hwcap flags needed for runtime detection on ARM Linux
Josh Triplett
2021-04-29
Don't directly include asm/hwcap.h; fix compilation on musl aarch64
Josh Triplett
2021-04-27
Fix build with LTO on GCC
Victor Westerhuis
2021-04-14
[ARM] Use temporary variable when loading more than 8 bits in chunkmemset_neo...
Mika Lindqvist
2021-01-05
darwin ios/mac m1 cpu features detection update proposal
David CARLIER
2020-11-21
Add AArch64 feature detection support for FreeBSD
Greg V
2020-10-09
Fix incorrect inflateSyncPoint() return value with DFLTCC
Ilya Leoshkevich
2020-10-09
Fix constness in DFLTCC code
Ilya Leoshkevich
2020-09-24
Fix unsigned integer overflow ASAN error for align_diff in crc_folding.c.
Mika Lindqvist
2020-09-19
Remove chunkmemset_3 and chunkmemset_6 on ARM/AArch64 as they need 3 chunks...
Mika Lindqvist
2020-09-11
Added AVX support to chunkset functions.
Nathan Moinvaziri
2020-09-08
Rename variable to correctly indicate register usage,
Hans Kristian Rosbach
2020-08-31
Fix numerous sign-conversion warnings in compare256/compare258 and
Hans Kristian Rosbach
2020-08-31
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-08-31
Rename ZLIB_REGISTER to Z_REGISTER for consistency.
Nathan Moinvaziri
2020-08-23
Replace hash_bits, hash_size and hash_mask with defines.
Hans Kristian Rosbach
2020-08-22
Update SystemZ DFLTCC README
Ilya Leoshkevich
2020-08-21
Fix DFLTCC not writing header bits when avail_out == 0
Ilya Leoshkevich
2020-08-21
Fix DFLTCC ignoring flush modes when avail_in == 0
Ilya Leoshkevich
2020-08-21
Implement switching between DFLTCC and software
Ilya Leoshkevich
2020-08-21
Fix switching compression levels on older SystemZ machines
Ilya Leoshkevich
2020-08-21
Fix building DFLTCC with clang
Ilya Leoshkevich
2020-08-21
Fix dfltcc_deflate.c build
Ilya Leoshkevich
2020-08-16
Remove NO_DIVIDE from adler32.
Nathan Moinvaziri
2020-08-16
Don't let the compiler switch to 64bit vectors behind our back.
NiLuJe
2020-08-14
Cast wsize as early as possible in slide_hash for AVX2 and SSE2.
Nathan Moinvaziri
2020-08-14
Fixed conversion from unsigned int to short warning in slide_hash_sse2 and sl...
Nathan Moinvaziri
2020-08-14
Removed unnecessary header guards in adler32 source files.
Nathan Moinvaziri
2020-08-14
Fixed warning about no newline at the end of adler32_ssse3.c.
Nathan Moinvaziri
2020-08-02
Fixed extra symbols added to ABI when zlib-compat specified.
Nathan Moinvaziri
2020-07-03
Fixed configure applying -march flags globally for ARM.
Nathan Moinvaziri
2020-07-01
Apply neonflag only to files using neon instructions with configure.
Nathan Moinvaziri
2020-07-01
Fixed whitespace in adler32_avx and adler32_ssse3.
Nathan Moinvaziri
2020-07-01
Fixed unsigned integer overflow in adler32_avx and adler32_ssse3 when len is ...
Nathan Moinvaziri
2020-06-28
Added ZLIB_REGISTER to disable register keyword for C++.
Nathan Moinvaziri
2020-06-28
Rename from memchunk to chunkset.
Nathan Moinvaziri
2020-06-28
Clean up header includes for Win32 and ARM.
Nathan Moinvaziri
2020-06-28
Split memcopy by architecture.
Nathan Moinvaziri
2020-06-28
Apply compiler flags only to source files that require them in CMake.
Nathan Moinvaziri
2020-06-27
Add POWER8_VSX_SLIDEHASH macro
Matheus Castanho
[next]