add test & prepare release
[m6w6/ext-http] / http_request_pool_api.c
2007-10-03  Michael Wallner- provide persistent storage for things curl might...
2007-09-05  Michael Wallner- fix some warnings
2007-09-05  Michael Wallner- separate http_boundary()
2007-06-06  Michael Wallner- event callbacks should only run if useevents is enabled
2007-05-16  Michael Wallner- this seems to fix most of the issues with the multi_s...
2007-05-02  Michael Wallner- better timeout handling
2007-04-29  Michael Wallner- make libevent usable by choice at runtime
2007-04-27  Michael Wallner- rename the configure option for libevent support...
2007-04-27  Michael Wallner- final bits incl. timeouts
2007-04-27  Michael Wallner- add libevent support
2007-02-09  Michael Wallner- finalize persistent handle support (probably)
2007-02-07  Michael Wallner- fix copyright year
2007-01-31  Michael Wallner- move some definitions around
2007-01-28  Michael Wallner- persistent handles for curl_share and curl_multi
2006-09-25  Michael Wallner* Fixed bug in HttpRequestPool where a negative timeout...
2006-09-10  Michael Wallner- separate sleeping functionality to _http_sleep()
2006-08-25  Michael Wallner- disallow detaching requests while executing progress...
2006-08-24  Michael Wallner - added HttpException::__toString() which takes care...
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-05-17  Michael Wallner- fix build with php-5.2
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-01-19  Michael Wallner- some housekeeping
2006-01-02  Michael Wallner- happy new year
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-22  Michael Wallner- cleanup
2005-12-13  Michael Wallner- implement more of those useful allocation relays
2005-12-12  Michael Wallner- fix warning
2005-12-12  Michael Wallner- made the silently failing message parser raise some...
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-12-08  Michael Wallner- http_request_body_free() should only accept a ptr_ptr
2005-12-01  Michael Wallner# you better don't look inside
2005-11-30  Michael Wallner- also wrap if there's only been one exception
2005-11-30  Michael Wallner- wrap request exceptions into one request pool exception
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