- API juggling
[m6w6/ext-http] / http_request_object.c
2005-07-24  Michael Wallner- API juggling
2005-07-22  Michael Wallner- clean previous response
2005-07-21  Michael Wallner- fix refelction info
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-14  Michael Wallner- fixed mem leak
2005-06-14  Michael Wallner- fix request pool issues
2005-06-13  Michael Wallner- yet better a memleak than a segfault
2005-06-13  Michael Wallner- fix memleak
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- 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-31  Michael Wallner- add put methods for HttpRequest
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-04-13  Michael Wallner- use custom error function
2005-04-12  Michael Wallner- split object code into separate files