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