- ad verbosity about checking for ext/hash and avoid empty else..fi case
[m6w6/ext-http] / http_request_pool_api.c
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-15  Michael Wallner- ditch some warnings
2005-11-08  Michael Wallner- ensure detaching the request from the handles list...
2005-11-07  Michael Wallner- toggle debugging flag
2005-11-07  Michael Wallner- due to the aggressive object deallocation the request...
2005-10-28  Michael Wallner- all those handlers->add_ref(zobject) would prevent...
2005-10-28  Michael Wallner- fix request errors hidden under the hood of the reque...
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- use object_handlers->add_ref()
2005-10-18  Michael Wallner- add HttpRequestPool::getFinishedRequests(), so now...
2005-10-07  Michael Wallner- commonize some error messages
2005-09-09  Michael Wallner- debugging noise
2005-09-08  Michael Wallner- free created bodies at least in detach_all()
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-06  Michael Wallner- all those macros may conflict
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-07-29  Michael Wallner- fix INI entries
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-23  Michael Wallner- fix write access of HttpMessage headers array in...
2005-07-19  Michael Wallner- reorder includes, always include php.h first
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- free handles
2005-06-14  Michael Wallner- fix request pool issues