summaryrefslogtreecommitdiff
path: root/common/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix double-free bug in common/zlib.c. DOES NOT FIX pppdump's copy, though.David F. Skoll2002-04-021-5/+8
* Some systems define `u' as a macro.Paul Mackerras1998-09-131-1/+2
* don't use structure assignment, gcc generates memcpy for itPaul Mackerras1998-03-191-3/+3
* use Z_NULL not NULLPaul Mackerras1998-02-041-5/+5
* updated to zlib-1.0.4Paul Mackerras1997-11-271-714/+1453
* updated FILEVERSIONPaul Mackerras1997-05-221-2/+2
* mods to separate allocations during initialization and operationPaul Mackerras1997-04-301-15/+18
* get around FreeBSD already having an inflate()Paul Mackerras1997-03-041-5/+2
* fix for freebsdPaul Mackerras1996-10-081-2/+5
* mods for linux and other kernelsPaul Mackerras1996-09-261-6/+20
* Fix up comments and ID tags, add `local' to some definitionsPaul Mackerras1996-04-041-24/+33
* Added zlib libraryPaul Mackerras1996-01-181-0/+4610