Age | Commit message (Expand) | Author |
2020-08-31 | Rename ZEXPORT and ZEXTERN for consistency. | Nathan Moinvaziri |
2020-08-31 | Rename ZLIB_INTERNAL to Z_INTERNAL for consistency. | Nathan Moinvaziri |
2020-08-16 | Remove NO_DIVIDE from adler32. | Nathan Moinvaziri |
2020-08-02 | Fixed extra symbols added to ABI when zlib-compat specified. | Nathan Moinvaziri |
2020-08-02 | Style cleanup. | Mika Lindqvist |
2020-08-02 | Fix signature of adler32(), adler32_combine(), adler32_combine64() and adler3... | Mika Lindqvist |
2020-06-25 | Move DO* macro definitions to adler32_p.h | Matheus Castanho |
2020-06-08 | Add UNLIKELY to first 3 branches in adler32 variants. | Nathan Moinvaziri |
2020-06-08 | For gzseek, gzoffset, gzopen, adler32_combine, crc32_combine and crc32_combin... | Nathan Moinvaziri |
2020-03-17 | Remove cvs keywords | Pavel P |
2019-04-04 | cleanup arm/adler32_neon.c code | Sebastian Pop |
2019-04-04 | only call NEON adler32 for more than 16 bytes | Sebastian Pop |
2019-01-21 | Replace the UNROLL_LESS define with UNROLL_MORE, making UNROLL_LESS the default. | Hans Kristian Rosbach |
2018-09-20 | fix #187: remove errors exposed by undefined behavior sanitizer | Sebastian Pop |
2018-03-22 | Move private defines from zconf.h and zconf-ng.h to zbuild.h | Mika Lindqvist |
2018-01-31 | Add function prefix (zng_) to all exported functions to allow zlib-ng | Hans Kristian Rosbach |
2017-05-03 | Lazily initialize functable members. (#108) | Mika Lindqvist |
2017-04-24 | - Add adler32 to functable | Hans Kristian Rosbach |
2017-04-24 | ARM optimizations part 2 (#107) | Mika Lindqvist |
2017-04-22 | Implementing NEON-ized Adler32 checksum (#102) | Adenilson Cavalcanti |
2017-02-09 | zlib 1.2.9 | Mark Adler |
2017-02-09 | Add crc32_z() and adler32_z() functions with size_t lengths. | Mark Adler |
2017-01-31 | Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL. | Mika Lindqvist |
2015-12-14 | Type cleanup. | Mika Lindqvist |
2015-11-03 | Clean up portability for shifts and integer sizes. | Mark Adler |
2015-05-25 | Style cleanup for adler/crc code | Hans Kristian Rosbach |
2015-05-17 | Kill Byte and Bytef | Daniel Axtens |
2015-05-12 | Convert remaining K&R function declarations to ANSI-C declarations. | Hans Kristian Rosbach |
2015-05-12 | Minor cleanup of includefiles relating mostly to stdint.h | Hans Kristian Rosbach |
2015-05-12 | Combine CRC32_UNROLL_LESS and ADLER32_UNROLL_LESS into UNROLL_LESS | Hans Kristian Rosbach |
2015-05-11 | adler32: unsigned long -> uint32_t | Daniel Axtens |
2015-05-11 | adler32: local -> static | Daniel Axtens |
2014-10-18 | Rewrite K&R-style function prototypes to ANSI-C-style. | hansr |
2014-10-16 | Remove FAR variants of variables ushf, schf, Posf, Bytef, charf, | hansr |
2014-10-12 | Remove workarounds for non-ANSI-C compatible compilers (Part 2) | hansr |
2014-01-17 | Add preprocessor define to tune Adler32 loop unrolling. | Jim Kukunas |
2011-09-11 | zlib 1.2.5.1 | Mark Adler |
2011-09-09 | zlib 1.2.3.4 | Mark Adler |
2011-09-09 | zlib 1.2.3.3 | Mark Adler |
2011-09-09 | zlib 1.2.2.2 | Mark Adler |
2011-09-09 | zlib 1.2.2.1 | Mark Adler |
2011-09-09 | zlib 1.2.1 | Mark Adler |
2011-09-09 | zlib 1.2.0.8 | Mark Adler |
2011-09-09 | zlib 1.2.0.5 | Mark Adler |
2011-09-09 | zlib 1.2.0.2 | Mark Adler |
2011-09-09 | zlib 1.2.0.1 | Mark Adler |
2011-09-09 | zlib 1.2.0 | Mark Adler |
2011-09-09 | zlib 1.1.4 | Mark Adler |
2011-09-09 | zlib 1.0.9 | Mark Adler |
2011-09-09 | zlib 1.0.7 | Mark Adler |