summaryrefslogtreecommitdiff
path: root/zlib
AgeCommit message (Expand)AuthorFilesLines
2007-11-12Getting rid of all .cvsignore files.Wayne Davison1-1/+0
2007-05-21One more try at silencing some checker warnings.Wayne Davison1-16/+16
2007-05-21Let's see if we can silence some more code-checker warnings.Wayne Davison1-4/+4
2007-05-21Added some "FALL THROUGH" comments in the main switch.Wayne Davison1-0/+20
2005-07-22Updated to zlib 1.2.3.Wayne Davison17-171/+944
2005-07-07Fix latest zlib security exploit (CAN-2005-2096).Wayne Davison1-1/+1
2005-07-07Upgraded to version 1.2.2.Wayne Davison27-2871/+4375
2005-07-07One more "#undef BAD" for AIX.Wayne Davison1-0/+4
2005-07-07Use a define to handle conflicting function read_buf instead ofWayne Davison1-4/+6
2005-07-07Changed "Overflow" back to "overflow".Wayne Davison1-5/+5
2005-07-07Changed zBAD back to BAD (with a simpler kluge for AIX).Wayne Davison3-19/+23
2005-07-07Fixed some whitespace to match the original source.Wayne Davison1-9/+9
2005-01-02Fixed Z_INSERT_ONLY support in deflate_stored().Wayne Davison1-5/+10
2005-01-02The deflate_stored() function needed to support Z_INSERT_ONLY.Wayne Davison1-0/+5
2003-08-21Silenced a couple compiler warnings.Wayne Davison1-2/+2
2002-03-25Make the situation w.r.t. dynamically linking zlib and libpopt clear.Martin Pool1-2/+14
2002-03-12Additional trivial merge patch from JosMartin Pool1-1/+1
2002-03-12Patch from Jos Backus to merge zlib-1.1.4.Martin Pool22-88/+104
2002-03-12Merge the zlib fix properly; back out tridge's bandaid.Martin Pool3-3/+2
2002-03-11a quick fix for a segmentation fault in zlib I am getting whenever IAndrew Tridgell2-2/+2
2002-03-11Merge zlib double-free bug forwarded by Mark J Cox.Martin Pool1-3/+9
2002-03-11Try to merge across changes in zlib from 1.1.2 to 1.1.3.Martin Pool2-51/+70
2002-03-11Try to merge across changes in zlib from 1.1.2 to 1.1.3.Martin Pool12-260/+365
2001-01-08Ignore generated files that are not stored in CVS.Martin Pool1-0/+1
1998-05-30replace BAD with zBAD so it compiles on AIXAndrew Tridgell3-19/+19
1998-05-27added support for --include, --include-from and the +/- syntaxAndrew Tridgell1-5/+0
1998-05-22change WRAP to ZWRAP so it doesn't conflict with IRIX includesAndrew Tridgell1-2/+2
1998-05-22added a README.rsync to explain what we have changed in zlib and toAndrew Tridgell1-0/+19
1998-05-22- fix redefinition of MAXAndrew Tridgell1-6/+8
1998-05-22Update to use the new zlib-1.1.2 code.Paul Mackerras3-5/+29
1998-05-07Add pristine zlib-1.1.2 code, ready for hacking.Paul Mackerras26-0/+7631