- move some definitions around
[m6w6/ext-http] / php_http_request_api.h
2006-08-25  Michael Wallner- disallow detaching requests while executing progress...
2006-05-25  Michael Wallner- curl grabs longs, so pass longs to curl_easy_setopt()
2006-05-22  Michael Wallner- adjust cookie handling to work better together with...
2006-02-27  Michael Wallner- ditch warnings
2006-01-07  Michael Wallner- clarify http_curl_init(), it cannot be used with...
2006-01-07  Michael Wallner- set curl options that won't change only at initializa...
2006-01-02  Michael Wallner- happy new year
2005-12-16  Michael Wallner- highly experimental stream wrapper
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-12-13  Michael Wallner- implement more of those useful allocation relays
2005-12-12  Michael Wallner- fix warning
2005-12-12  Michael Wallner- re-enable progress callback
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-11-22  Michael Wallner- module/includes cleanup
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-20  Michael Wallner- http_support() claimed there's no SSL support ifndef ZTS
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-09-14  Michael Wallner- move specific initialization code to the respective...
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-08-03  Michael Wallner- fix builds and tests without libcurl linked in
2005-07-29  Michael Wallner- remove the declaration of http_request_global_init...
2005-07-29  Michael Wallner- fix INI entries
2005-07-28  Michael Wallner- no user debug callbacks any longer
2005-06-14  Michael Wallner- remove const qualifier from url param in http_request_*()
2005-06-14  Michael Wallner- fix request pool issues
2005-06-13  Michael Wallner- fix mem-leaks with http_curl_callback_ctx
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-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- draft: implement curl_multi as HttpRequestPool
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- improved put support
2005-05-06  Michael Wallner- missing STATUS
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...