- add ob_(deflate|inflate)handler
[m6w6/ext-http] / php_http_encoding_api.h
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