1. d4fb7dd CI: Add instances for S390X using QEMU in configure workflow. by Nathan Moinvaziri · 1 year, 7 months ago
  2. 2a9cb5a CI: Add instance for Clang on macOS in configure workflow. by Nathan Moinvaziri · 1 year, 7 months ago
  3. f5ceeb9 CI: Add instances for PPC using QEMU in configure workflow. by Nathan Moinvaziri · 1 year, 7 months ago
  4. da6f162 CI: Run test applications against QEMU. by Nathan Moinvaziri · 1 year, 7 months ago
  5. b85c172 CI: Add instances for ARM using QEMU in configure workflow. by Nathan Moinvaziri · 1 year, 7 months ago
  6. 76f3536 CI: Add instance for GCC -O3 on Ubuntu in cmake workflow. by Nathan Moinvaziri · 1 year, 7 months ago
  7. e029de6 CI: Run infcover during test runs. by Nathan Moinvaziri · 1 year, 7 months ago
  8. 594e8e8 CI: Upload build errors on failure. by Nathan Moinvaziri · 1 year, 7 months ago
  9. 462986f CI: Make in-source builds default so we can upload failure logs. by Nathan Moinvaziri · 1 year, 7 months ago
  10. 723abd5 Minor formatting changes in configure. by Mark Adler · 1 year, 7 months ago
  11. 0091cb0 Fix linking on AIX with gcc. by Mark Adler · 1 year, 7 months ago
  12. 29fd715 Turn off RWX segment warnings on sparc systems. by Mark Adler · 1 year, 7 months ago
  13. 40c5a9b Find other BSD's without *64 functions in contrib/minizip/ioapi.h. by Mark Adler · 1 year, 7 months ago
  14. 2bb4961 Avoid C89 warning in contrib/minizip/crypt.h. by Mark Adler · 1 year, 7 months ago
  15. e61ff99 Comment out unused code in contrib/minizip/minizip.c. by Mark Adler · 1 year, 7 months ago
  16. d30b763 Remove vestigial line from configure. by Mark Adler · 1 year, 7 months ago
  17. 19f8551 Don't try to include unistd.h on Windows with LLVM. by Mark Adler · 1 year, 7 months ago
  18. 013c0ca Search for system name in CHOST instead of trying to extract it. by Mark Adler · 1 year, 7 months ago
  19. 8cca42c Remove bypass of MinGW gcc case in configure. by Mark Adler · 1 year, 7 months ago
  20. 67eb09a Add continuous integration workflows. [nmoinvaz] by Mark Adler · 1 year, 7 months ago
  21. 352cb28 Add a separate LICENSE file to the distribution. by Mark Adler · 1 year, 7 months ago
  22. 4572dfb Remove some harmless semicolons in minizip. by Mark Adler · 1 year, 7 months ago
  23. 888b3da Provide missing function prototypes in CRC-32 code. [fredgan] by Mark Adler · 1 year, 7 months ago
  24. a9e14e8 Avoid undefined negation behavior if windowBits is INT_MIN. by Mark Adler · 1 year, 7 months ago
  25. 138c93c Security and warning fixes for minizip. [gvollant] by Mark Adler · 1 year, 7 months ago
  26. 9b291c9 Fix incorrect cast in minizip's ioapi.c. by Mark Adler · 1 year, 7 months ago
  27. 2d283ad Fix c89 compatibility in minizip's ioapi.c. [gvollant] by Mark Adler · 1 year, 7 months ago
  28. 9331fec Remove redundant check in gz_look(). by Mark Adler · 1 year, 7 months ago
  29. d0704a8 Remove deleted assembler code references. by Mark Adler · 1 year, 7 months ago
  30. 095da07 Remove -pedantic from configure -w compile options. by Mark Adler · 1 year, 7 months ago
  31. cc8d08c Update copyright year in win32/zlib1.rc. by Mark Adler · 1 year, 7 months ago
  32. d39a255 Add missing symbols to os400/bndsrc. by Mark Adler · 1 year, 7 months ago
  33. 84c6716 Minor formatting improvements. by Mark Adler · 1 year, 7 months ago
  34. 3e4aa45 Add new crc32 functions to z_ prefix defines. by Mark Adler · 1 year, 7 months ago
  35. 456775a Add WIN32_LEAN_AND_MEAN for windows.h include. by Mark Adler · 1 year, 7 months ago
  36. 4078713 Tighten deflateBound bounds. by Mark Adler · 1 year, 7 months ago
  37. 7fabcb5 Fix bug in block type selection when Z_FIXED used. by Mark Adler · 1 year, 7 months ago
  38. 2d6d59e Avoid conversion warning in minigzip.c. by Mark Adler · 1 year, 7 months ago
  39. 59b948a Fix typo in contrib readme. by Mark Adler · 1 year, 8 months ago
  40. 5752b17 Fix some typos. by Mark Adler · 1 year, 8 months ago
  41. 1eb7682 Fix extra field processing bug that dereferences NULL state->head. by Mark Adler · 1 year, 9 months ago
  42. 22aec0c Add -g when debugging with -fsanitize=address to include symbols. by Mark Adler · 1 year, 9 months ago
  43. eff308a Fix a bug when getting a gzip header extra field with inflate(). by Mark Adler · 1 year, 9 months ago
  44. b8bd098 Have infback() deliver all of the available output up to any error. by Mark Adler · 1 year, 9 months ago
  45. 2333419 Fix inflateBack to detect invalid input with distances too far. by Mark Adler · 1 year, 10 months ago
  46. 7ecf7c7 Fix odd error in Visual C compiler preventing automatic promotion. by Mark Adler · 1 year, 11 months ago
  47. 6c532a8 Fix missing ZEXPORT for crc32_combine_op(). by Mark Adler · 1 year, 11 months ago
  48. 441a2ac Have build test report library version if it doesn't match zlib.h. by Mark Adler · 2 years ago
  49. ec3df00 Correct incorrect inputs provided to the CRC functions. by Mark Adler · 2 years, 1 month ago
  50. ce12773 Fix compile with Windows 10 SDK. (gvollant) by Mark Adler · 2 years, 1 month ago
  51. 05796d3 Fix configure issue that discarded provided CC definition. by Mark Adler · 2 years, 1 month ago
  52. 3df8424 Silence some warnings from Visual Studio C. by Mark Adler · 2 years, 1 month ago
  53. a4c1758 Change version number on develop branch to 1.2.12.1. by Mark Adler · 2 years, 1 month ago
  54. 21767c6 zlib 1.2.12 by Mark Adler · 2 years, 1 month ago v1.2.12
  55. 296967c Fix crc32.c to compile local functions only if used. by Mark Adler · 2 years, 1 month ago
  56. e9a52aa Check for cc masquerading as gcc or clang in configure. by Mark Adler · 2 years, 1 month ago
  57. 1a1e8da Remove destructive aspects of make distclean. by Mark Adler · 2 years, 1 month ago
  58. 6847291 Separate out address sanitizing from warnings in configure. by Mark Adler · 2 years, 1 month ago
  59. 735eaa1 Eliminate use of ULL constants. by Mark Adler · 2 years, 1 month ago
  60. 76f70ab Add fallthrough comments for gcc. by Mark Adler · 2 years, 1 month ago
  61. 2014a99 Clean up minizip to reduce warnings for testing. by Mark Adler · 2 years, 4 months ago
  62. 58ca4e5 Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner) by Mark Adler · 2 years, 4 months ago
  63. b135d46 minizip warning fix if MAXU32 already defined. (gvollant) by Mark Adler · 2 years, 4 months ago
  64. 8678871 Replace black/white with allow/block. (theresa-m) by Mark Adler · 2 years, 4 months ago
  65. c3f3043 Fix indentation in minizip's zip.c. by Mark Adler · 2 years, 10 months ago
  66. 0530dbc Improve portability of contrib/minizip. by Mark Adler · 3 years, 3 months ago
  67. 506424c Correct typo in blast.c. by Mark Adler · 3 years, 4 months ago
  68. 53ce271 Change macro name in inflate.c to avoid collision in VxWorks. by Mark Adler · 3 years, 8 months ago
  69. e54494e Clarify gz* function interfaces, referring to parameter names. by Mark Adler · 3 years, 8 months ago
  70. d71dc66 Fix error in comment on the polynomial representation of a byte. by Mark Adler · 4 years, 10 months ago
  71. 0206436 Fix memory leak on error in gzlog.c. by Mark Adler · 5 years ago
  72. 79baebe Avoid adding empty gzip member after gzflush with Z_FINISH. by Mark Adler · 5 years ago
  73. 0e96d8e Explicitly note that the 32-bit check values are 32 bits. by Mark Adler · 5 years ago
  74. deb44b5 Use ARM crc32 instructions if the ARM architecture has them. by Mark Adler · 5 years ago
  75. 52fc78b Add use of the ARMv8 crc32 instructions when requested. by Mark Adler · 5 years ago
  76. aec89fa Correct comment in crc32.c. by Mark Adler · 5 years ago
  77. 0d36ec4 Don't bother computing check value after successful inflateSync(). by Mark Adler · 5 years ago
  78. 7c0c75e Use atomic test and set, if available, for dynamic CRC tables. by Mark Adler · 5 years ago
  79. f8719f5 Speed up software CRC-32 computation by a factor of 1.5 to 3. by Mark Adler · 5 years ago
  80. 41d86c7 Add crc32_combine_gen() and crc32_combine_op() for fast combines. by Mark Adler · 5 years ago
  81. 47cb412 Add tables for crc32_combine(), to speed it up by a factor of 200. by Mark Adler · 6 years ago
  82. 921d81b Fix the zran.c example to work on a multiple-member gzip file. by Mark Adler · 6 years ago
  83. 354fa43 Add gznorm.c example, which normalizes gzip files. by Mark Adler · 6 years ago
  84. cd16ff0 Show all the codes for the maximum tables size in enough.c. by Mark Adler · 6 years ago
  85. d00c147 Clarify that prefix codes are counted in enough.c. by Mark Adler · 6 years ago
  86. 5b13810 Use inline function instead of macro for index in enough.c. by Mark Adler · 6 years ago
  87. 8ba2cdb Clean up code style in enough.c, update version. by Mark Adler · 6 years ago
  88. 4c14b51 Use a macro for the printf format of big_t in enough.c. by Mark Adler · 6 years ago
  89. 194e558 Use a structure to make globals in enough.c evident. by Mark Adler · 6 years ago
  90. 4346a16 Assure that the number of bits for deflatePrime() is valid. by Mark Adler · 6 years ago
  91. 5c44459 Fix a bug that can crash deflate on some input when using Z_FIXED. by Mark Adler · 6 years ago
  92. e99813d Correct the initialization requirements for deflateInit2(). by Mark Adler · 6 years ago
  93. bf88202 Emphasize the need to continue decompressing gzip members. by Mark Adler · 6 years ago
  94. ba9df21 Add legal disclaimer to README. by Mark Adler · 7 years ago
  95. c376a41 Fix deflateEnd() to not report an error at start of raw deflate. by Mark Adler · 7 years ago
  96. 288f108 Remove old assembler code in which bugs have manifested. by Mark Adler · 7 years ago
  97. a577351 Make the names in functions declarations identical to definitions. by Mark Adler · 7 years ago
  98. 723e928 Avoid an undefined behavior of memcpy() in _tr_stored_block(). by Mark Adler · 7 years ago
  99. b25d5fc Avoid undefined behaviors of memcpy() in gz*printf(). by Mark Adler · 7 years ago
  100. ae49d14 Avoid an undefined behavior of memcpy() in gzappend(). by Mark Adler · 7 years ago