- free created bodies at least in detach_all()
[m6w6/ext-http] / http_message_api.c
2005-09-02  Michael Wallner- improve config.m4
2005-08-25  Michael Wallner- ditch warnings
2005-08-25  Michael Wallner- don't destroy headers in http_message_tostruct_recurs...
2005-08-24  Michael Wallner- include missing.h in http.c for static property fixup
2005-08-24  Michael Wallner- ditch left-overs of yesterday's commit
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-01  Michael Wallner- simplify http_send_header API
2005-07-29  Michael Wallner- fix INI entries
2005-07-28  Michael Wallner- no user debug callbacks any longer
2005-07-27  Michael Wallner- increment refcount for HttpRequest object put into...
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-06-17  Michael Wallner- warning hunt
2005-05-25  Michael Wallner- fix compiler warnings (unused vars & missing includes)
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-03  Michael Wallner- serialize HttpMessage in the same order as deserialized
2005-05-02  Michael Wallnerflush
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-12  Michael Wallner- renamed response.status to response.code
2005-04-12  Michael Wallner- preparations for HttpMessage
2005-04-11  Michael Wallner- check for success
2005-04-11  Michael Wallner- http_parse_headers() now accepts a callback for handl...
2005-04-11  Michael Wallner- a header may have an array of values
2005-04-11  Michael Wallner- simplify
2005-04-10  Michael Wallner* more modular file structure