- add preliminary ext/hash support (currently only for Win32)
[m6w6/ext-http] / http_requestpool_object.c
2005-11-17  Michael Wallner-fix Countable not available in WONKY
2005-11-09  Michael Wallner- SPL doesn't install its headers
2005-11-07  Michael Wallner- Countable also requires PHP-5.1+
2005-11-07  Michael Wallner- class HttpRequestPool implements Countable
2005-10-28  Michael Wallner- all those handlers->add_ref(zobject) would prevent...
2005-10-25  Michael Wallner- clone() support for HttpRequest
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-19  Michael Wallner- better example/approach of using the protected HttpRe...
2005-10-18  Michael Wallner- use object_handlers->add_ref()
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-10-09  Michael Wallner- avoid endless loop if attach() is called while the...
2005-10-05  Michael Wallner- better inline docs, part #5 and presumingly the last...
2005-10-05  Michael Wallner- better inline docs, part #4
2005-09-23  Michael Wallner- fixed a gotcha in http_chunked_decode (-size_t is...
2005-09-08  Michael Wallner- ditch warnings
2005-08-26  Michael Wallner- made low-lewel request pool object api more intuitive
2005-07-25  Michael Wallner- release 0.10.0
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-23  Michael Wallner- fix write access of HttpMessage headers array in...
2005-07-21  Michael Wallner- fix refelction info
2005-07-20  Michael Wallner- separate http_methods.c into http_*_object.c files
2005-07-19  Michael Wallner- reflection awareness for HttpResponse, HttpMessage...
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-06-14  Michael Wallner- enable $pool = new HttpRequestPool(HttpRequest r...
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