summaryrefslogtreecommitdiff
path: root/test/switchlevels.c
Commit message (Expand)AuthorAgeFilesLines
* Fix type mismatch on platforms where int32_t and uint32_t use long instead of...Mika Lindqvist2025-10-221-1/+2
* Avoid unnecessary line continuationsDimitri Papadopoulos2023-08-071-1/+1
* Move _POSIX_C_SOURCE define before first stdlib.h include in zbuild.h for pos...Nathan Moinvaziri2022-01-291-4/+0
* Fix deflateBound and compressBound returning very small size estimates.Hans Kristian Rosbach2021-12-201-1/+1
* Fix build under Cygwin.Mika Lindqvist2021-05-271-0/+2
* Fix switchlevels calling deflateParams() with a stale bufferIlya Leoshkevich2020-10-091-8/+12
* Fixed defined WIN32 in switchlevels should be _WIN32.Nathan Moinvaziri2020-06-091-1/+1
* Added help message to switchlevels.Nathan Moinvaziri2020-06-081-4/+11
* Added ability to set window bits for switchlevels.Nathan Moinvaziri2020-05-301-5/+30
* Fixed formatting for readability in switchlevels.Nathan Moinvaziri2020-05-251-6/+21
* Set binary mode for stdin and stdout in switchlevels.Nathan Moinvaziri2020-05-251-0/+10
* Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...Nathan Moinvaziri2020-02-071-8/+4
* longest_match: avoid using negative indicesIlya Leoshkevich2019-07-181-0/+112