- we need a bit more space for the footer too in http_gzencode()
[m6w6/ext-http] / http_message_object.c
2005-10-07  Michael Wallner- commonize some error messages
2005-10-05  Michael Wallner- better inline docs, part #2 and #3
2005-09-30  Michael Wallner- fix write_prop() too
2005-09-30  Michael Wallner- fix PHP5 build
2005-09-23  Michael Wallner- fixed a gotcha in http_chunked_decode (-size_t is...
2005-09-20  Michael Wallner- ensure proper CURL_EXTERN macro by defining CURL_STAT...
2005-09-19  Michael Wallner- remove C++ comment
2005-09-19  Michael Wallner- avoid lots of useless ops
2005-09-19  Michael Wallner- fix property access
2005-09-19  Michael Wallner- changed the default value of $include_parent of HttpM...
2005-09-19  Michael Wallner- initialize local zvals used as HashTable containers
2005-09-15  Michael Wallner- more descriptive constant names
2005-09-12  Michael Wallner- typo
2005-09-12  Michael Wallner- added missing HttpMessage::setBody()
2005-09-08  Michael Wallner- ditch warnings
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-02  Michael Wallner- fix WONKY build
2005-08-24  Michael Wallner- include missing.h in http.c for static property fixup
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-08  Michael Wallner- unused var
2005-08-08  Michael Wallner- missing include
2005-08-03  Michael Wallner- add HttpMessage class constants
2005-07-29  Michael Wallner- fix INI entries
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-23  Michael Wallner- fix write access of HttpMessage headers array in...
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 for HttpResponse, HttpMessage...
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-06-17  Michael Wallner- warning hunt
2005-05-22  Michael Wallner* flush *
2005-05-03  Michael Wallner- not static declared static
2005-05-03  Michael Wallner- remove dbg code
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- memleaks & error messages
2005-04-26  Michael Wallner- added missing methods (except setBody) for HttpMessage
2005-04-13  Michael Wallner* typo
2005-04-12  Michael Wallner- no empty_string anymore
2005-04-12  Michael Wallner- renamed response.status to response.code
2005-04-12  Michael Wallner- even better use a object struct member for that crap
2005-04-12  Michael Wallner- add HttpMessage::setRaw(), ::getBody(), ::getHeaders()
2005-04-12  Michael Wallner- split object code into separate files