1. 21767c6 zlib 1.2.12 by Mark Adler · 2 years, 1 month ago v1.2.12
  2. 296967c Fix crc32.c to compile local functions only if used. by Mark Adler · 2 years, 1 month ago
  3. e9a52aa Check for cc masquerading as gcc or clang in configure. by Mark Adler · 2 years, 1 month ago
  4. 1a1e8da Remove destructive aspects of make distclean. by Mark Adler · 2 years, 1 month ago
  5. 6847291 Separate out address sanitizing from warnings in configure. by Mark Adler · 2 years, 1 month ago
  6. 735eaa1 Eliminate use of ULL constants. by Mark Adler · 2 years, 1 month ago
  7. 76f70ab Add fallthrough comments for gcc. by Mark Adler · 2 years, 1 month ago
  8. 2014a99 Clean up minizip to reduce warnings for testing. by Mark Adler · 2 years, 4 months ago
  9. 58ca4e5 Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner) by Mark Adler · 2 years, 4 months ago
  10. b135d46 minizip warning fix if MAXU32 already defined. (gvollant) by Mark Adler · 2 years, 4 months ago
  11. 8678871 Replace black/white with allow/block. (theresa-m) by Mark Adler · 2 years, 4 months ago
  12. c3f3043 Fix indentation in minizip's zip.c. by Mark Adler · 2 years, 10 months ago
  13. 0530dbc Improve portability of contrib/minizip. by Mark Adler · 3 years, 3 months ago
  14. 506424c Correct typo in blast.c. by Mark Adler · 3 years, 4 months ago
  15. 53ce271 Change macro name in inflate.c to avoid collision in VxWorks. by Mark Adler · 3 years, 8 months ago
  16. e54494e Clarify gz* function interfaces, referring to parameter names. by Mark Adler · 3 years, 8 months ago
  17. d71dc66 Fix error in comment on the polynomial representation of a byte. by Mark Adler · 4 years, 10 months ago develop
  18. 0206436 Fix memory leak on error in gzlog.c. by Mark Adler · 5 years ago
  19. 79baebe Avoid adding empty gzip member after gzflush with Z_FINISH. by Mark Adler · 5 years ago
  20. 0e96d8e Explicitly note that the 32-bit check values are 32 bits. by Mark Adler · 5 years ago
  21. deb44b5 Use ARM crc32 instructions if the ARM architecture has them. by Mark Adler · 5 years ago
  22. 52fc78b Add use of the ARMv8 crc32 instructions when requested. by Mark Adler · 5 years ago
  23. aec89fa Correct comment in crc32.c. by Mark Adler · 5 years ago
  24. 0d36ec4 Don't bother computing check value after successful inflateSync(). by Mark Adler · 5 years ago
  25. 7c0c75e Use atomic test and set, if available, for dynamic CRC tables. by Mark Adler · 5 years ago
  26. f8719f5 Speed up software CRC-32 computation by a factor of 1.5 to 3. by Mark Adler · 5 years ago
  27. 41d86c7 Add crc32_combine_gen() and crc32_combine_op() for fast combines. by Mark Adler · 6 years ago
  28. 47cb412 Add tables for crc32_combine(), to speed it up by a factor of 200. by Mark Adler · 6 years ago
  29. 921d81b Fix the zran.c example to work on a multiple-member gzip file. by Mark Adler · 6 years ago
  30. 354fa43 Add gznorm.c example, which normalizes gzip files. by Mark Adler · 6 years ago
  31. cd16ff0 Show all the codes for the maximum tables size in enough.c. by Mark Adler · 6 years ago
  32. d00c147 Clarify that prefix codes are counted in enough.c. by Mark Adler · 6 years ago
  33. 5b13810 Use inline function instead of macro for index in enough.c. by Mark Adler · 6 years ago
  34. 8ba2cdb Clean up code style in enough.c, update version. by Mark Adler · 6 years ago
  35. 4c14b51 Use a macro for the printf format of big_t in enough.c. by Mark Adler · 6 years ago
  36. 194e558 Use a structure to make globals in enough.c evident. by Mark Adler · 6 years ago
  37. 4346a16 Assure that the number of bits for deflatePrime() is valid. by Mark Adler · 6 years ago
  38. 5c44459 Fix a bug that can crash deflate on some input when using Z_FIXED. by Mark Adler · 6 years ago
  39. e99813d Correct the initialization requirements for deflateInit2(). by Mark Adler · 6 years ago
  40. bf88202 Emphasize the need to continue decompressing gzip members. by Mark Adler · 6 years ago
  41. ba9df21 Add legal disclaimer to README. by Mark Adler · 7 years ago
  42. c376a41 Fix deflateEnd() to not report an error at start of raw deflate. by Mark Adler · 7 years ago
  43. 288f108 Remove old assembler code in which bugs have manifested. by Mark Adler · 7 years ago
  44. a577351 Make the names in functions declarations identical to definitions. by Mark Adler · 7 years ago
  45. 723e928 Avoid an undefined behavior of memcpy() in _tr_stored_block(). by Mark Adler · 7 years ago
  46. b25d5fc Avoid undefined behaviors of memcpy() in gz*printf(). by Mark Adler · 7 years ago
  47. ae49d14 Avoid an undefined behavior of memcpy() in gzappend(). by Mark Adler · 7 years ago
  48. 3c46f5d Avoid the use of ptrdiff_t. by Mark Adler · 7 years ago
  49. 44e8ac8 Handle case where inflateSync used when header never processed. by Mark Adler · 7 years ago
  50. 89245c0 Don't compute check value for raw inflate if asked to validate. by Mark Adler · 7 years ago
  51. be5e364 Add address checking in clang to -w option of configure. by Mark Adler · 7 years ago
  52. 9028763 Return an error if the gzputs string length can't fit in an int. by Mark Adler · 7 years ago
  53. 60a5ecc Small speedup to inflate [psumbera]. by Mark Adler · 7 years ago
  54. e1f1a3a Update use of errno for newer Windows CE versions. by Mark Adler · 7 years ago
  55. 793ad7f Avoid some conversion warnings in gzread.c and gzwrite.c. by Mark Adler · 7 years ago
  56. e00a2bd Have Makefile return non-zero error code on test failure. by Mark Adler · 7 years ago
  57. a362293 Avoid a conversion error in gzseek when off_t type too small. by Mark Adler · 7 years ago
  58. 38e8ce3 Fix CLEAR_HASH macro to be usable as a single statement. by Mark Adler · 7 years ago
  59. 8ba393e Fix bug when window full in deflate_stored(). by Mark Adler · 7 years ago
  60. 2d80d3f Limit hash table inserts after switch from stored deflate. by Mark Adler · 7 years ago
  61. f969409 Permit a deflateParams() parameter change as soon as possible. by Mark Adler · 7 years ago
  62. 5ff9890 Cygwin does not have _wopen(), so do not create gzopen_w() there. by Mark Adler · 7 years ago
  63. 7d60b86 Change version number to 1.2.11.1. by Mark Adler · 7 years ago
  64. cacf7f1 zlib 1.2.11 by Mark Adler · 7 years ago v1.2.11
  65. cbbd203 Permit immediate deflateParams changes before any deflate input. by Mark Adler · 7 years ago
  66. 7d9c9d4 Update high water mark in deflate_stored. by Mark Adler · 7 years ago
  67. 37ed211 Update vestigial comment from very old Info-ZIP deflate. by Mark Adler · 7 years ago
  68. 4c7c907 Fix deflate stored bug when pulling last block from window. by Mark Adler · 7 years ago
  69. 74d2696 Update location of Visual Studio project files. by Mark Adler · 7 years ago
  70. c38a260 Delete user-specific Visual Studio project files. by Mark Adler · 7 years ago
  71. 11ceaed Change version number to 1.2.10.1. by Mark Adler · 7 years ago
  72. 4a090ad zlib 1.2.10 by Mark Adler · 7 years ago v1.2.10
  73. e13def0 Fix compilation with --solo and --debug combined. by Mark Adler · 7 years ago
  74. 1e3bccd Add warnings when compiling with assembler code. by Mark Adler · 7 years ago
  75. c7d7775 Remove files to be installed before copying them in Makefile.in. by Mark Adler · 7 years ago
  76. 0b5c158 Fix bug in gzwrite.c that produced corrupt gzip files. by Mark Adler · 7 years ago
  77. bc5503b Fix bug in deflate_stored() for zero-length input. by Mark Adler · 7 years ago
  78. 52aa550 Minor edits and clarifications of comments. by Mark Adler · 7 years ago
  79. 7358ef2 Avoid warnings on snprintf() return value. by Mark Adler · 7 years ago
  80. 20e4725 Change version number to zlib 1.2.9.1. by Mark Adler · 7 years ago
  81. 6bdca50 Fix some stray 1.2.8.1 version numbers. by Mark Adler · 7 years ago
  82. 2fa463b zlib 1.2.9 by Mark Adler · 7 years ago v1.2.9
  83. 14e3194 Update Visual Studio project files (AraHaan). by Mark Adler · 7 years ago
  84. b9ae6f0 Add crc32_z() and adler32_z() functions with size_t lengths. by Mark Adler · 7 years ago
  85. 61b91f2 Make z_size_t unsigned long for non-standard C. by Mark Adler · 7 years ago
  86. cca27e9 Avoid the need for ssize_t. by Mark Adler · 7 years ago
  87. b7fbee2 Use a uniform approach for the largest value of an unsigned type. by Mark Adler · 7 years ago
  88. f3fcb92 Use intptr_t for z_ssize_t on MSVC. by Mark Adler · 7 years ago
  89. 8f147c3 Avoid some random compiler warnings on various platforms. by Mark Adler · 7 years ago
  90. fb26fc4 Allow minigzip to compile when testing with ./configure --solo. by Mark Adler · 7 years ago
  91. d465465 Replace as400 with os400 for OS/400 support (Monnerat). by Mark Adler · 7 years ago
  92. f12d3dc Detect clang in cc version. by Mark Adler · 7 years ago
  93. 50dca6d Fix init macros to use z_ prefix when requested. by Mark Adler · 7 years ago
  94. d6f0da2 Fix character encoding and link in contrib README. by Mark Adler · 7 years ago
  95. 79b5c5a Use snprintf() for later versions of Microsoft C. by Mark Adler · 7 years ago
  96. ee7d7b5 Add deflateGetDictionary() function. by Mark Adler · 7 years ago
  97. feafcfa No need to check for NULL argument to free(). by Mark Adler · 7 years ago
  98. 77bc4f8 Add gzfwrite(), duplicating the interface of fwrite(). by Mark Adler · 7 years ago
  99. 44dfd83 Add gzfread(), duplicating the interface of fread(). by Mark Adler · 7 years ago
  100. 3f8c768 Fix compile option for when z_size_t needs to be a long long. by Mark Adler · 7 years ago