aboutsummaryrefslogtreecommitdiffstats
path: root/zlib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | renaming it in the code.
* 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
| | | | try to upload a file from rsync 2.5.2 to rsync 2.5.3
* 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
| | | | tell people that any bugs are our responsibility.
* - fix redefinition of MAXAndrew Tridgell1998-05-221-6/+8
| | | | - fix shadow of variable "overflow"
* Update to use the new zlib-1.1.2 code.Paul Mackerras1998-05-223-5/+29
| | | | | The compressed token code now handles the null (-2) token from the match logic.
* Add pristine zlib-1.1.2 code, ready for hacking.Paul Mackerras1998-05-0726-0/+7631