- even simpler MINFO
[m6w6/ext-http] / http_methods.c
2005-07-20  Michael Wallner- separate http_methods.c into http_*_object.c files
2005-07-19  Michael Wallner- reflection awareness of HttpRequest
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-06-17  Michael Wallner- warning hunt
2005-06-15  Michael Wallner- check responseMessage to be an object
2005-06-14  Michael Wallner- remove const qualifier from url param in http_request_*()
2005-06-14  Michael Wallner- fix HttpRequest::getResponseMessage()
2005-06-14  Michael Wallner- enable $pool = new HttpRequestPool(HttpRequest r...
2005-06-14  Michael Wallner- fix request pool issues
2005-06-13  Michael Wallner- sanitize retreival of response info
2005-06-09  Michael Wallner- move http_parse_cookie() code to an odd http_parse_ke...
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
2005-05-31  Michael Wallner- add put methods for HttpRequest
2005-05-30  Michael Wallner- add clean_ob parameter to HttpResponse::send()
2005-05-25  Michael Wallner- fix compiler warnings (unused vars & missing includes)
2005-05-22  Michael Wallner- fix type
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- improved put support
2005-05-06  Michael WallnerI, moron
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-05-02  Michael Wallnerflush
2005-04-29  Michael Wallner- yay, I guess this needs to be done by hand...
2005-04-27  Michael Wallner- ditch HttpMessage::__construct() and ::setRaw
2005-04-27  Michael Wallner- separated http_check_method() from http_check_allowed...
2005-04-26  Michael Wallner- missing proto keyword
2005-04-26  Michael Wallner- unified cache_api function names
2005-04-26  Michael Wallner- memleaks & error messages
2005-04-26  Michael Wallner- typo & ws
2005-04-26  Michael Wallner- added missing methods (except setBody) for HttpMessage
2005-04-13  Michael Wallner- use custom error function
2005-04-12  Michael Wallner- renamed response.status to response.code
2005-04-12  Michael Wallner- missing include
2005-04-12  Michael Wallner- use exceptions in constructors and HttpRequest::send()
2005-04-12  Michael Wallner- add HttpMessage::setRaw(), ::getBody(), ::getHeaders()
2005-04-12  Michael Wallner- split object code into separate files
2005-04-12  Michael Wallner- preparations for HttpMessage
2005-04-11  Michael Wallner* "Status" now is "Response Status"
2005-04-10  Michael Wallner* more modular file structure
2005-03-24  Michael Wallner* renamed HttpRequest::addHeader() to ::addHeaders...
2005-03-21  Michael Wallner* fixing concept of phpstr dtor/free
2005-03-20  Michael Wallner* renamed classes
2005-03-18  Michael Wallner* zval_add_ref() expects zval **
2005-03-17  Michael Wallner* added HTTPi_Request::unsetOptions(), HTTPi_Request...
2005-03-09  Michael Wallner* cpp stuff
2005-03-07  Michael Wallner* docs
2005-03-06  Michael Wallner* added HTTPi_Request::getResponseCode()
2005-03-05  Michael Wallner* much smarter & enhanced absolute_uri() using parse_url()
2005-03-05  Michael Wallner* medthod docs
2005-02-25  Michael Wallner* melt http_api down
2005-02-25  Michael Wallner* unused vars
2005-02-25  Michael Wallner* moved defines into php_http_std_defs.h
2005-02-24  Michael Wallner* not curl but I behaved weird
2005-02-24  Michael Wallner* prevent inclusion of winsock.h
2005-02-23  Michael Wallner* split into more reasonable modules