summaryrefslogtreecommitdiff
path: root/zlib
Commit message (Expand)AuthorAgeFilesLines
* A fix for the zlib fix.Wayne Davison2022-08-081-2/+2
* Fix zlib bug with a large gzip header extra fieldWayne Davison2022-08-071-2/+3
* Fix for CVE-2018-25032 in zlib (#306)Michal Ruprich2022-04-113-70/+79
* Fix zlib CVE-2016-9843.Wayne Davison2019-03-161-3/+1
* Fix zlib CVE-2016-9842.Wayne Davison2019-03-161-2/+3
* Fix zlib CVE-2016-9841.Wayne Davison2019-03-161-50/+31
* Fix zlib CVE-2016-9840.Wayne Davison2019-03-161-10/+8
* Silence fall-through warnings.Wayne Davison2019-01-041-1/+2
* Avoid a compiler error/warning about shifting a negative value.Wayne Davison2018-03-251-1/+1
* Upgrading zlib to 1.2.8.Wayne Davison2013-06-0922-1270/+3104
* Getting rid of all .cvsignore files.Wayne Davison2007-11-121-1/+0
* One more try at silencing some checker warnings.Wayne Davison2007-05-211-16/+16
* Let's see if we can silence some more code-checker warnings.Wayne Davison2007-05-211-4/+4
* Added some "FALL THROUGH" comments in the main switch.Wayne Davison2007-05-211-0/+20
* Updated to zlib 1.2.3.Wayne Davison2005-07-2217-171/+944
* Fix latest zlib security exploit (CAN-2005-2096).Wayne Davison2005-07-071-1/+1
* Upgraded to version 1.2.2.Wayne Davison2005-07-0727-2871/+4375
* One more "#undef BAD" for AIX.Wayne Davison2005-07-071-0/+4
* Use a define to handle conflicting function read_buf instead ofWayne Davison2005-07-071-4/+6
* Changed "Overflow" back to "overflow".Wayne Davison2005-07-071-5/+5
* Changed zBAD back to BAD (with a simpler kluge for AIX).Wayne Davison2005-07-073-19/+23
* Fixed some whitespace to match the original source.Wayne Davison2005-07-071-9/+9
* Fixed Z_INSERT_ONLY support in deflate_stored().Wayne Davison2005-01-021-5/+10
* The deflate_stored() function needed to support Z_INSERT_ONLY.Wayne Davison2005-01-021-0/+5
* Silenced a couple compiler warnings.Wayne Davison2003-08-211-2/+2
* Make the situation w.r.t. dynamically linking zlib and libpopt clear.Martin Pool2002-03-251-2/+14
* Additional trivial merge patch from JosMartin Pool2002-03-121-1/+1
* Patch from Jos Backus to merge zlib-1.1.4.Martin Pool2002-03-1222-88/+104
* Merge the zlib fix properly; back out tridge's bandaid.Martin Pool2002-03-123-3/+2
* a quick fix for a segmentation fault in zlib I am getting whenever IAndrew Tridgell2002-03-112-2/+2
* Merge zlib double-free bug forwarded by Mark J Cox.Martin Pool2002-03-111-3/+9
* Try to merge across changes in zlib from 1.1.2 to 1.1.3.Martin Pool2002-03-112-51/+70
* Try to merge across changes in zlib from 1.1.2 to 1.1.3.Martin Pool2002-03-1112-260/+365
* Ignore generated files that are not stored in CVS.Martin Pool2001-01-081-0/+1
* replace BAD with zBAD so it compiles on AIXAndrew Tridgell1998-05-303-19/+19
* added support for --include, --include-from and the +/- syntaxAndrew Tridgell1998-05-271-5/+0
* change WRAP to ZWRAP so it doesn't conflict with IRIX includesAndrew Tridgell1998-05-221-2/+2
* added a README.rsync to explain what we have changed in zlib and toAndrew Tridgell1998-05-221-0/+19
* - fix redefinition of MAXAndrew Tridgell1998-05-221-6/+8
* Update to use the new zlib-1.1.2 code.Paul Mackerras1998-05-223-5/+29
* Add pristine zlib-1.1.2 code, ready for hacking.Paul Mackerras1998-05-0726-0/+7631