summaryrefslogtreecommitdiff
path: root/trees.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid an undefined behavior of memcpy() in _tr_stored_block().Mark Adler2017-10-131-1/+2
* Make code an int in compress_block()Milan Ševčík2017-08-171-1/+1
* Update vestigial comment from very old Info-ZIP deflate.Mark Adler2017-02-131-2/+2
* zlib 1.2.9Mark Adler2017-02-091-1/+1
* Avoid some random compiler warnings on various platforms.Mark Adler2017-02-071-1/+1
* Avoid use of DEBUG macro -- change to ZLIB_DEBUG.Mark Adler2017-02-061-9/+9
* Use memcpy for stored blocks.Mark Adler2017-02-011-28/+7
* Clean up type conversions.Mark Adler2017-01-311-8/+9
* Update -DGEN_TREES_H output to match trees.hMika Lindqvist2017-01-301-0/+4
* local -> staticMika Lindqvist2017-01-301-46/+46
* Using correct format specifiersMilan Ševčík2016-07-181-10/+10
* Type cleanup.Mika Lindqvist2015-12-141-26/+26
* Use const for static tree descriptions in deflate.Mark Adler2015-11-031-3/+3
* Revert "Replace 'unsigned long' with most suitable fixed-size type."Hans Kristian Rosbach2015-06-051-14/+14
* Fix compile errors in trees.c after style cleanupHans Kristian Rosbach2015-05-251-2/+2
* Style cleanup for trees.*Hans Kristian Rosbach2015-05-251-193/+181
* Replace 'unsigned long' with most suitable fixed-size type.Mika Lindqvist2015-05-231-16/+16
* Merge branch 'develop' of github.com:Dead2/zlib-ng into developHans Kristian Rosbach2015-05-231-10/+10
|\
| * Cleanup user-defined types for 'unsigned char'Mika Lindqvist2015-05-231-10/+10
* | Update remaining function prototypes to ANSI C standardHans Kristian Rosbach2015-05-231-1/+1
|/
* Replace ush with uint16_tHans Kristian Rosbach2015-05-221-18/+18
* Kill Byte and BytefDaniel Axtens2015-05-171-2/+2
* Replace NULL comparisonsHans Kristian Rosbach2015-05-171-3/+3
* Rewrite K&R-style function prototypes to ANSI-C-style.hansr2014-10-181-67/+47
* Remove FAR variants of variables ushf, schf, Posf, Bytef, charf,hansr2014-10-161-8/+8
* Remove workarounds for non-ANSI-C compatible compilers (Part 2)hansr2014-10-121-19/+16
* Remove workarounds for non-ANSI-C compatible compilers (Part 1)hansr2014-10-121-3/+3
* deflate: add new deflate_quick strategy for level 1Jim Kukunas2014-07-261-76/+4
* Clean up the usage of z_const and respect const usage within zlib.Mark Adler2012-08-131-6/+8
* Write out all of the available bits when using Z_BLOCK.Mark Adler2012-01-071-0/+9
* Remove second empty static block for Z_PARTIAL_FLUSH.Mark Adler2012-01-071-24/+0
* Allow deflatePrime() to insert bits in the middle of a stream.Mark Adler2012-01-071-6/+1
* zlib 1.2.5Mark Adler2011-09-091-3/+4
* zlib 1.2.4.5Mark Adler2011-09-091-5/+5
* zlib 1.2.4-pre1Mark Adler2011-09-091-10/+10
* zlib 1.2.3.4Mark Adler2011-09-091-5/+5
* zlib 1.2.3.1Mark Adler2011-09-091-15/+39
* zlib 1.2.2.4Mark Adler2011-09-091-2/+2
* zlib 1.2.2.2Mark Adler2011-09-091-17/+1
* zlib 1.2.2.1Mark Adler2011-09-091-14/+34
* zlib 1.2.1.2Mark Adler2011-09-091-2/+2
* zlib 1.2.0.7Mark Adler2011-09-091-1/+2
* zlib 1.2.0.1Mark Adler2011-09-091-38/+38
* zlib 1.2.0Mark Adler2011-09-091-4/+4
* zlib 1.1.4Mark Adler2011-09-091-1/+1
* zlib 1.1.3Mark Adler2011-09-091-27/+25
* zlib 1.1.1Mark Adler2011-09-091-1/+3
* zlib 1.1.0Mark Adler2011-09-091-19/+12
* zlib 1.0.8Mark Adler2011-09-091-16/+96
* zlib 1.0.7Mark Adler2011-09-091-9/+9