add some more hacks
[m6w6/ext-http] / php_http_request_pool_api.h
2008-12-05  Michael Wallner* start 1.7.0-dev
2007-05-16  Michael Wallner- this seems to fix most of the issues with the multi_s...
2007-04-29  Michael Wallner- make libevent usable by choice at runtime
2007-04-27  Michael Wallner- final bits incl. timeouts
2007-04-27  Michael Wallner- add libevent support
2007-02-09  Michael Wallner- include everything in http.c
2007-02-09  Michael Wallner- finalize persistent handle support (probably)
2007-02-07  Michael Wallner- fix copyright year
2007-01-28  Michael Wallner- persistent handles for curl_share and curl_multi
2006-08-25  Michael Wallner- disallow detaching requests while executing progress...
2006-08-23  Michael Wallner- fix nested exception suppression and order
2006-06-02  Michael Wallner- move some cruft of http_request_api.c to php_http_req...
2006-02-27  Michael Wallner- ditch warnings
2006-01-02  Michael Wallner- happy new year
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-12-01  Michael Wallner# you better don't look inside
2005-11-22  Michael Wallner- module/includes cleanup
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-18  Michael Wallner- add HttpRequestPool::getFinishedRequests(), so now...
2005-08-03  Michael Wallner- fix builds and tests without libcurl linked in
2005-07-29  Michael Wallner- fix INI entries
2005-06-15  Michael Wallner- multiple send seems to work now without bigger problems
2005-06-14  Michael Wallner- remove const qualifier from url param in http_request_*()
2005-06-14  Michael Wallner- fix request pool issues