- prepare 0.8.0
[m6w6/ext-http] / http_methods.c
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