- no user debug callbacks any longer
[m6w6/ext-http] / http_request_api.c
2005-07-28  Michael Wallner- no user debug callbacks any longer
2005-07-26  Michael Wallner- fix refelction info for some methods of HttpRequest
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-22  Michael Wallner- fix leaking curl callbacks
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-06-28  Michael Wallner- raise default timeouts (were way too low for e.g...
2005-06-17  Michael Wallner- more default curl options
2005-06-17  Michael Wallner- warning hunt
2005-06-15  Michael Wallner- don't copy static strings
2005-06-14  Michael Wallner- remove const qualifier from url param in http_request_*()
2005-06-14  Michael Wallner- no need to allocate two contexts for the same payload
2005-06-14  Michael Wallner- fix request pool issues
2005-06-14  Michael Wallner- request pools for ZE2 only yet
2005-06-14  Michael Wallner- curl_multi_add_handle may return CURLM_CALL_MULTI_PER...
2005-06-13  Michael Wallner- fix mem-leaks with http_curl_callback_ctx
2005-06-13  Michael Wallner- sanitize retreival of response info
2005-06-13  Michael Wallner- typo
2005-06-12  Michael Wallner- typos & allow passing NULL as curl handle in http_req...
2005-06-10  Michael Wallner- remove hackish UPLOADDATA code
2005-06-10  Michael Wallner- ditch redundant http_split_response
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- crunch ARG_INFO
2005-06-07  Michael Wallner- now I know what to use TSRMLS_SET_CTX() and TSRMLS_FE...
2005-06-07  Michael Wallner- draft: implement curl_multi as HttpRequestPool
2005-05-31  Michael Wallner- typos
2005-05-31  Michael Wallner- ws
2005-05-30  Michael Wallner- dynamically register request method constants
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- improved put support
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...