- changelog
[m6w6/ext-http] / http_filter_api.c
2006-05-19  Michael Wallner- fix switch() CS
2006-04-23  Michael Wallner- use PHPSTR_NOMEM
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-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-14  Michael Wallner- rather use '\r'/'\n' character symbols than the hex...
2006-02-27  Michael Wallner- ditch warnings
2006-01-19  Michael Wallner- some housekeeping
2006-01-02  Michael Wallner- happy new year
2005-12-22  Michael Wallner- add flush() to encoding stream (filters)
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-18  Michael Wallner- http_build_url() replaces http_absolute_(url|uri...
2005-12-18  Michael Wallner- fix inclusion of zlib.h
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-16  Michael Wallner- fix PHP4 build
2005-11-15  Michael Wallner- ditch some warnings
2005-11-14  Michael Wallner- pmem aware phpstr
2005-11-14  Michael Wallner- remove debug statement
2005-11-14  Michael Wallner- fix endless loop with bad input
2005-11-12  Michael Wallner- fix occurrence of PHPSTR_LEN(x) = 0;
2005-11-11  Michael Wallner- sanitize stream filter
2005-11-11  Michael Wallner- poor stream filter for chunked encoding