Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib 1.2.13v1.2.13 | Mark Adler | 2022-10-12 | 25 | -52/+61 |
| | |||||
* | CI: Add instance for GCC on Windows. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+10 |
| | |||||
* | CI: Add instances for S390X using QEMU in configure workflow. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+10 |
| | |||||
* | CI: Add instance for Clang on macOS in configure workflow. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+5 |
| | |||||
* | CI: Add instances for PPC using QEMU in configure workflow. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+30 |
| | |||||
* | CI: Run test applications against QEMU. | Nathan Moinvaziri | 2022-10-11 | 2 | -4/+6 |
| | |||||
* | CI: Add instances for ARM using QEMU in configure workflow. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+31 |
| | |||||
* | CI: Add instance for GCC -O3 on Ubuntu in cmake workflow. | Nathan Moinvaziri | 2022-10-11 | 1 | -0/+6 |
| | |||||
* | CI: Run infcover during test runs. | Nathan Moinvaziri | 2022-10-11 | 1 | -1/+3 |
| | |||||
* | CI: Upload build errors on failure. | Nathan Moinvaziri | 2022-10-11 | 2 | -0/+19 |
| | |||||
* | CI: Make in-source builds default so we can upload failure logs. | Nathan Moinvaziri | 2022-10-11 | 2 | -12/+14 |
| | |||||
* | Minor formatting changes in configure. | Mark Adler | 2022-10-10 | 1 | -24/+25 |
| | | | | No code changes. | ||||
* | Fix linking on AIX with gcc. | Mark Adler | 2022-10-10 | 1 | -0/+2 |
| | |||||
* | Turn off RWX segment warnings on sparc systems. | Mark Adler | 2022-10-10 | 2 | -3/+10 |
| | |||||
* | Find other BSD's without *64 functions in contrib/minizip/ioapi.h. | Mark Adler | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | Avoid C89 warning in contrib/minizip/crypt.h. | Mark Adler | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | Comment out unused code in contrib/minizip/minizip.c. | Mark Adler | 2022-10-09 | 1 | -2/+2 |
| | |||||
* | Remove vestigial line from configure. | Mark Adler | 2022-10-09 | 1 | -1/+0 |
| | |||||
* | Don't try to include unistd.h on Windows with LLVM. | Mark Adler | 2022-10-09 | 3 | -9/+30 |
| | |||||
* | Search for system name in CHOST instead of trying to extract it. | Mark Adler | 2022-10-09 | 1 | -5/+5 |
| | |||||
* | Remove bypass of MinGW gcc case in configure. | Mark Adler | 2022-10-09 | 1 | -3/+1 |
| | |||||
* | Add continuous integration workflows. [nmoinvaz] | Mark Adler | 2022-10-06 | 3 | -0/+133 |
| | | | | | These workflows will be run to verify that project generation, source file compilation, and test cases run successfully. | ||||
* | Add a separate LICENSE file to the distribution. | Mark Adler | 2022-10-06 | 1 | -0/+22 |
| | |||||
* | Remove some harmless semicolons in minizip. | Mark Adler | 2022-10-06 | 2 | -2/+2 |
| | |||||
* | Provide missing function prototypes in CRC-32 code. [fredgan] | Mark Adler | 2022-10-06 | 2 | -3/+13 |
| | |||||
* | Avoid undefined negation behavior if windowBits is INT_MIN. | Mark Adler | 2022-10-06 | 2 | -0/+4 |
| | |||||
* | Security and warning fixes for minizip. [gvollant] | Mark Adler | 2022-10-06 | 2 | -7/+4 |
| | | | | Remove unused code and unnecessary test for free(). | ||||
* | Fix incorrect cast in minizip's ioapi.c. | Mark Adler | 2022-10-06 | 1 | -1/+1 |
| | |||||
* | Fix c89 compatibility in minizip's ioapi.c. [gvollant] | Mark Adler | 2022-10-06 | 1 | -10/+10 |
| | |||||
* | Remove redundant check in gz_look(). | Mark Adler | 2022-10-06 | 1 | -5/+3 |
| | |||||
* | Remove deleted assembler code references. | Mark Adler | 2022-10-06 | 30 | -615/+192 |
| | | | | | | The code was removed, but the builds that used the code were not updated. This fixes that. Thanks to Adenilson and toxieainc for the patches. | ||||
* | Remove -pedantic from configure -w compile options. | Mark Adler | 2022-10-06 | 1 | -2/+2 |
| | |||||
* | Update copyright year in win32/zlib1.rc. | Mark Adler | 2022-10-05 | 1 | -1/+1 |
| | |||||
* | Add missing symbols to os400/bndsrc. | Mark Adler | 2022-10-05 | 1 | -0/+8 |
| | |||||
* | Minor formatting improvements. | Mark Adler | 2022-10-05 | 8 | -133/+138 |
| | | | | No code changes. | ||||
* | Add new crc32 functions to z_ prefix defines. | Mark Adler | 2022-10-05 | 3 | -0/+9 |
| | |||||
* | Add WIN32_LEAN_AND_MEAN for windows.h include. | Mark Adler | 2022-10-05 | 3 | -0/+9 |
| | |||||
* | Tighten deflateBound bounds. | Mark Adler | 2022-10-05 | 1 | -22/+37 |
| | | | | | This improves the non-default expansion from 14% down to 4% in most cases, and 13% in the remainder. | ||||
* | Fix bug in block type selection when Z_FIXED used. | Mark Adler | 2022-10-03 | 1 | -6/+5 |
| | | | | | A fixed block could be chosen when a stored block was smaller. Now the smaller of the two is always chosen. | ||||
* | Avoid conversion warning in minigzip.c. | Mark Adler | 2022-10-01 | 1 | -1/+1 |
| | |||||
* | Fix typo in contrib readme. | Mark Adler | 2022-08-28 | 1 | -1/+1 |
| | |||||
* | Fix some typos. | Mark Adler | 2022-08-23 | 19 | -35/+35 |
| | | | | No code changes. | ||||
* | Fix extra field processing bug that dereferences NULL state->head. | Mark Adler | 2022-08-08 | 1 | -2/+2 |
| | | | | | The recent commit to fix a gzip header extra field processing bug introduced the new bug fixed here. | ||||
* | Add -g when debugging with -fsanitize=address to include symbols. | Mark Adler | 2022-07-31 | 1 | -1/+1 |
| | |||||
* | Fix a bug when getting a gzip header extra field with inflate(). | Mark Adler | 2022-07-30 | 1 | -2/+3 |
| | | | | | | | | If the extra field was larger than the space the user provided with inflateGetHeader(), and if multiple calls of inflate() delivered the extra header data, then there could be a buffer overflow of the provided space. This commit assures that provided space is not exceeded. | ||||
* | Have infback() deliver all of the available output up to any error. | Mark Adler | 2022-07-24 | 1 | -7/+9 |
| | |||||
* | Fix inflateBack to detect invalid input with distances too far. | Mark Adler | 2022-06-27 | 1 | -0/+1 |
| | |||||
* | Fix odd error in Visual C compiler preventing automatic promotion. | Mark Adler | 2022-06-04 | 1 | -2/+2 |
| | |||||
* | Fix missing ZEXPORT for crc32_combine_op(). | Mark Adler | 2022-06-04 | 1 | -1/+1 |
| | |||||
* | Have build test report library version if it doesn't match zlib.h. | Mark Adler | 2022-05-26 | 1 | -1/+2 |
| |