prepare 1.7.2 release
[m6w6/ext-http] / php_http_requestpool_object.h
2009-12-31  Michael Wallneryear bump
2007-04-29  Michael Wallner- make libevent usable by choice at runtime
2007-02-07  Michael Wallner- fix copyright year
2006-09-09  Michael Wallner- add pipelining support to HttpRequestPool (libcurl...
2006-02-27  Michael Wallner- ditch warnings
2006-01-02  Michael Wallner- happy new year
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-07  Michael Wallner- class HttpRequestPool implements Countable
2005-10-25  Michael Wallner- clone() support for HttpRequest
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-18  Michael Wallner- add HttpRequestPool::getFinishedRequests(), so now...
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-08-26  Michael Wallner- made low-lewel request pool object api more intuitive
2005-07-23  Michael Wallner- fix write access of HttpMessage headers array in...
2005-06-14  Michael Wallner- fix request pool issues
2005-06-08  Michael Wallner- make the asynchronous behaviour of curl_multi availab...
2005-06-08  Michael Wallner- move request_poolobject_dtor to request_pool_object_d...
2005-06-08  Michael Wallner- proper request pool cleanup
2005-06-07  Michael Wallner- draft: implement curl_multi as HttpRequestPool