summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib_filter.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixed Bug #67724"php-5.4.32PHP-5.4.32Stanislav Malyshev2014-08-201-2/+1
* Fixed Bug #67724Michael Wallner2014-08-051-1/+2
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #52944 (Invalid write on second and subsequent reads with an infl...Gustavo André dos Santos Lopes2010-09-291-0/+3
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-9/+16
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-16/+9
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-9/+16
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed zlib.deflate compress filter to actually accpet level parameter.Jani Taskinen2009-08-311-17/+12
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after ...Greg Beaver2008-10-111-3/+16
* MFH: fix potential memleak due to destruction of filterparams zvalGreg Beaver2008-02-121-27/+38
* far better fix for bug #40189Greg Beaver2008-01-121-8/+5
* MFH: fix faulty fix for Bug #40189, and provide real fix for the bugGreg Beaver2008-01-121-11/+8
* apply proper fix of bug #43793 to zlib.deflate (window+16 = gzip)Greg Beaver2008-01-091-1/+1
* apply same fix of bug #43793 to zlib.deflateGreg Beaver2008-01-091-1/+1
* fix Bug #43793: zlib filter is unable to auto-detect gzip/zlib file headersGreg Beaver2008-01-091-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: fix #40189 (possible endless loop in zlib.inflate stream filter)Antony Dovgal2007-01-251-0/+10
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed compiler warningsIlia Alshanetsky2006-10-161-3/+3
* Fixed compiler warningIlia Alshanetsky2006-06-121-3/+3
* bump year and license versionfoobar2006-01-011-3/+3
* Widen allowable range of values for 'window' bits.Sara Golemon2005-11-221-4/+4
* - Bumber up yearfoobar2005-08-031-1/+1
* Oops, copy/paste typoSara Golemon2004-07-211-2/+2
* Persistent mallocs can return NULL (on failure)Sara Golemon2004-07-211-1/+17
* Make persistency safeSara Golemon2004-07-201-19/+16
* not safe for persistent streamsWez Furlong2004-07-181-1/+6
* Add zlib stream filter supportSara Golemon2004-07-171-0/+403