BFN
[m6w6/ext-http] / php_http_request_object.h
2007-10-05  Michael Wallner- add HttpRequest::flushCookies() (libcurl>=7.17.1)
2007-02-09  Michael Wallner- include everything in http.c
2007-02-07  Michael Wallner- fix copyright year
2007-02-02  Michael Wallner- deprecate HttpRequest::*RawPostData() in favour of...
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
2006-09-13  Michael Wallner- add HttpRequestDataShare (interface to curl_share)
2006-05-22  Michael Wallner- adjust cookie handling to work better together with...
2006-05-21  Michael Wallner- fix cookie handling
2006-04-29  Michael Wallner- fix aliases and exports
2006-02-27  Michael Wallner- ditch warnings
2006-02-24  Michael Wallner- add http_put_data() and HttpRequest::(set|get|add...
2006-02-14  Michael Wallner- changed HttpRequest::getHistory() to return a real...
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-05  Michael Wallner- implement accessors to messages response status text
2006-01-02  Michael Wallner- happy new year
2005-12-28  Michael Wallner- hopefully some more appropriate fixes for the zval...
2005-12-22  Michael Wallner- no need for a explicit destructor any longer
2005-12-20  Michael Wallner- add HttpRequest::getRawResponseMessage() and ::getRaw...
2005-12-13  Michael Wallner- implement more of those useful allocation relays
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-11-22  Michael Wallner- module/includes cleanup
2005-10-25  Michael Wallner- clone() support for HttpRequest
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-21  Michael Wallneroh dammit
2005-10-21  Michael Wallner- start thinking about cloning
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-04  Michael Wallner- added HttpRequest::clearHistory()
2005-09-12  Michael Wallner- add missing support for raw post data (HttpRequest)
2005-09-08  Michael Wallner- ditch warnings
2005-08-16  Michael Wallner- API cleanup: remove unset*() methods and make set...
2005-07-27  Michael Wallner- increment refcount for HttpRequest object put into...
2005-07-26  Michael Wallner- fix refelction info for some methods of HttpRequest
2005-07-24  Michael Wallner- API juggling
2005-07-19  Michael Wallner- reflection awareness of HttpRequest
2005-06-14  Michael Wallner- fix request pool issues
2005-06-13  Michael Wallner- sanitize retreival of response info
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-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...
2005-04-13  Michael Wallner- use custom error function
2005-04-12  Michael Wallner- split object code into separate files