- fix compiler/linker agnostic runpath switch
[m6w6/ext-http] / php_http_encoding_api.h
2007-02-07  Michael Wallner- fix copyright year
2006-10-07  Michael Wallner- attempt to fix bug #8872 (build fails --without-http...
2006-04-21  Michael Wallnertypo
2006-04-21  Michael Wallner- use a more iterative approach in inflate code (instea...
2006-04-19  Michael Wallner- force syncronized flush on encoding stream
2006-02-27  Michael Wallner- ditch warnings
2006-01-31  Michael Wallner- fix bug #6645: doesn't compile with zlib 1.2.2 (undef...
2006-01-02  Michael Wallner- happy new year
2005-12-30  Michael Wallner- finish work on encoding api
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-22  Michael Wallner- add flush() to encoding stream (filters)
2005-12-21  Michael Wallner- fix inflating highly compressed data
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-18  Michael Wallner- fix inclusion of zlib.h
2005-12-14  Michael Wallner- clean up
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-11-22  Michael Wallner- module/includes cleanup
2005-10-28  Michael Wallner- no HttpMessage property access by reference
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-17  Michael Wallner- fix previous commit and adjust tests
2005-10-17  Michael Wallner- gzip responses
2005-10-13  Michael Wallner- independency from ext/zlib
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-10  Michael Wallner- move the chunked decoder to the encoding_api
2005-10-10  Michael Wallner- add own zlib layer