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
2023-03-17
Make directory for output files.
Vladislav Shchapov
2023-03-17
The names CMAKE_INTERPROCEDURAL_OPTIMIZATION_* must be uppercase.
Vladislav Shchapov
2023-03-17
Remove unused chunkmemset_1 code.
Nathan Moinvaziri
2023-03-17
Disable redirection to 64-bit function variants when Z_SOLO is defined
Mika Lindqvist
2023-03-17
Mimic minigzip behavior and only unlink files if not using -c copy out argument.
Nathan Moinvaziri
2023-03-17
Throw an error when input is raw deflate stream but window_bits is not supplied.
Nathan Moinvaziri
2023-03-17
Print help when no arguments supplied to minideflate.
Nathan Moinvaziri
2023-03-17
Append extension to output file path based on window_bits when compressing an...
Nathan Moinvaziri
2023-03-17
Added support for -k keep argument to minideflate. By default minideflate wil...
Nathan Moinvaziri
2023-03-17
Use large default buffer size for minideflate to match minigzip use of GZBUFS...
Nathan Moinvaziri
2023-03-17
Include zutil.h for definition of DEF_MEM_LEVEL.
Nathan Moinvaziri
2023-03-17
Auto-detect wrapper when inflating and no window_bits specified.
Nathan Moinvaziri
2023-03-17
Updated help usage with correct values for window_bits.
Nathan Moinvaziri
2023-03-17
Fixed wrong error name when calling inflate in minideflate.
Nathan Moinvaziri
2023-03-17
Fixed failed tools tests when source directory is read-only.
Nathan Moinvaziri
2023-03-17
Disable LTO in CMake
Vladislav Shchapov
2023-03-17
Add test for issue #1235.
Mika Lindqvist
2023-03-17
Add one extra byte to return value of compressBound and deflateBound for smal...
Mika Lindqvist
2023-03-17
abicheck.sh: zlib-ng is a bash script, not a sh script, don't hardcode shell ...
Dan Kegel
2023-03-17
Remove unistd.h include from gzguts.h which is already included from zconf.h ...
Nathan Moinvaziri
2023-03-17
Use HAVE instead of HAS for variable name for consistency.
Nathan Moinvaziri
2023-03-17
Test CVE-2018-25032 against the default level and levels 1 and 2.
Nathan Moinvaziri
2023-03-17
Added unit test against CVE-2018-25032 with default strategy.
Nathan Moinvaziri
2023-03-17
Added unit test against CVE-2018-25032.
Nathan Moinvaziri
2023-03-17
Added missing -F argument for Z_FIXED strategy in minideflate.
Nathan Moinvaziri
2023-03-17
Update language around ABI compatibility with zlib. #1081
Nathan Moinvaziri
2023-03-17
Fix a latent issue with chunkmemset
Adam Stylinski
2023-03-17
macOs M1 build fix on arm cpu checks.
David CARLIER
2023-03-17
Wrong variable used when detecting unaligned support for sanitize
Nathan Moinvaziri
2023-03-17
[README] Add missing FORCE_SSE2 for CMake.
Mika Lindqvist
2023-03-17
Allow bypassing runtime feature check of TZCNT instructions.
Mika Lindqvist
2023-03-17
Fix UBSAN's cry afoul
Adam Stylinski
2023-03-17
Added ClangCl instances to GitHub Actions workflow.
Nathan Moinvaziri
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
[prev]
[next]