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
Age
Commit message (
Expand
)
Author
2022-05-13
Port zlib-ng to the Android platform
HEAD
sugisawa-mr1
Danny Lin
2021-12-24
Version 2.0.6
Hans Kristian Rosbach
2021-12-24
Upgrade version of GitHub checkout actions. #1078
Nathan Moinvaziri
2021-12-24
Fixed crc32_combine_gen declaration warning in zlib-ng API.
Nathan Moinvaziri
2021-12-24
IBM Z: Adjust compressBound() for DFLTCC
Ilya Leoshkevich
2021-12-24
IBM Z: Do not check inflateGetDictionary() with DFLTCC
Ilya Leoshkevich
2021-12-24
Link crc32_test and infcover with $(CFLAGS)
Ilya Leoshkevich
2021-12-24
Fix deflateBound and compressBound returning very small size estimates.
Hans Kristian Rosbach
2021-12-24
IBM Z: Run DFLTCC tests on the self-hosted builder
Ilya Leoshkevich
2021-12-24
Avoid warning C4295 when using Visual C++ and maintainer warnings are enabled.
Mika Lindqvist
2021-12-24
COMP: Fix data loss warning
Jon Haitz Legarreta Gorroño
2021-12-24
Fix UB in inffast.c when not using window
Ori Livneh
2021-12-24
Fix hangs on macOS due to loading of misaligned addresses in chunkmemset_8.
Sergey Markelov
2021-12-24
Standardize crc32_stub
Matheus Castanho
2021-12-24
Fixed missing enclosing parentheses for ZSWAP64 in zutil.h to avoid erroneous...
cenobit
2021-12-24
Fixed undefined behavior of isgraph when character is not in the range 0 thro...
Nathan Moinvaziri
2021-12-24
Don't define HASH_SIZE if it is already defined.
Nathan Moinvaziri
2021-12-24
Use helper function for printing error and exiting in example.
Nathan Moinvaziri
2021-12-24
Fix minor formatting issues
Dženan Zukić
2021-12-24
Fixed trailing whitespaces and missing new lines.
Nathan Moinvaziri
2021-12-24
Fixed minideflate write buffers being overwritten.
Nathan Moinvaziri
2021-12-24
Make integration into bigger projects easier
Dženan Zukić
2021-12-24
Include win directory in pigz even if not using threads.
Nathan Moinvaziri
2021-12-24
[MacOS] Downgrade to XCode 11.7.0 for pkgcheck.
Mika Lindqvist
2021-12-24
Added build system check for posix_memalign support.
Nathan Moinvaziri
2021-12-24
Fill out gzheader before calling deflateSetHeader for better code coverage in...
Nathan Moinvaziri
2021-12-24
[arm] Disable ACLE, UNALIGNED_OK and UNALIGNED64_OK on armv7 and earlier.
Mika Lindqvist
2021-12-24
Added unit test to ensure that inflate with adler32 hash works on previously ...
Nathan Moinvaziri
2021-12-24
Workaround for installation failure of wine32.
Mika Lindqvist
2021-12-24
ENH: Transition to Ubuntu 18.04 in `GitHub` actions workflows
Jon Haitz Legarreta Gorroño
2021-12-24
IBM Z: Fix building outside of a source directory
Ilya Leoshkevich
2021-12-24
Added code coverage for inflateGetDictionary in example.
Nathan Moinvaziri
2021-12-24
Call deflateBound to calculate length with custom gzip header in example.
Nathan Moinvaziri
2021-12-24
Added CI instances for CTZLL and CTZ builtin existence to improve code coverage.
Nathan Moinvaziri
2021-12-24
Add new crc32 unit test
Matheus Castanho
2021-08-11
Fix Z_SOLO mode
Bernhard Rosenkränzer
2021-06-25
Version 2.0.5
Hans Kristian Rosbach
2021-06-22
[functable] Add missing call to cpu_check_features().
Mika Lindqvist
2021-06-21
Cast calculation of safe length to unsigned int to avoid compiler warnings.
Mika Lindqvist
2021-06-21
[chunkcopy_safe] Don't call chunkcopy().
Mika Lindqvist
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-06-21
Fix MSVC warnings in hash_head_0.c test
Ilya Leoshkevich
2021-06-21
Added aarch64 to pigz GitHub actions workflow.
Nathan Moinvaziri
2021-06-21
Added Z_UNUSED define for ignore unused variables.
Nathan Moinvaziri
2021-06-21
Change WITH_SANITIZER to be a multi-option parameter (for ccmake etc).
Hans Kristian Rosbach
2021-06-13
Added assert in chunkcopy to detect invalid length.
Nathan Moinvaziri
2021-06-13
Calculate from and out buffer advance only once in chunkcopy.
Nathan Moinvaziri
2021-06-13
Only need to add rem if it is greater than zero in chunkmemset.
Nathan Moinvaziri
[next]