workaround wrongly quoted arginfo names
[m6w6/ext-http] / php_http_message_body.c
2015-03-12  Michael WallnerMerge branch 'R_2_3'
2015-03-02  Michael WallnerSTATUS -> ZEND_RESULT_CODE
2015-02-19  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2015-02-17  Michael Wallnerhoppala; removed actually living code
2015-02-17  Michael Wallnerremove dead code
2015-02-17  Michael Wallnerdon't generate stat based etags for temp/mem streams
2015-02-15  Michael Wallnerexpose header parser
2014-11-07  Michael Wallnerdon't abuse STR_FREE; ditch http\Url::parse(); fix...
2014-08-05  Michael WallnerMerge branch 'merge-DEV_2'
2014-01-02  Michael Wallnerbump year
2013-11-25  Michael Wallnerfixed a bug with multiple ob_start() on http\Env\Respon...
2013-11-21  Michael Wallnerlet DEV_2 be trunk
2013-11-20  Michael Wallnerremoved awkward custom error handling and http\Object...
2013-11-15  Michael Wallnerfix ZTS
2013-11-14  Michael Wallnerarginfos, return values
2013-11-08  Michael Wallnerstandard return values; fix tests
2013-11-05  Michael Wallner* standard return values
2013-05-19  Michael Wallner- less custom macro cruft
2012-12-22  Michael Wallnersafety guards for objects which di not set the intern...
2012-12-21  Michael Wallnermerged bodycount branch
2012-12-21  Michael Wallnerimplement message body reference counting
2012-12-20  Michael Wallnermerged response-streams branch
2012-12-20  Michael Wallneradd stream support for http\Env\Response
2012-12-09  Michael Wallnerfix leak
2012-11-12  Michael Wallneraddref to body resource
2012-11-08  Michael Wallnerbetter PHP-5.3 compatibility
2012-07-30  Michael Wallnerimplement Serializable
2012-06-17  Anatoliy Belskyfixes for windows and 5.3 compatibility
2012-05-30  Michael Wallner* split request and response message parsers, so the...
2012-04-03  Michael Wallnercode cleanup
2012-03-30  Michael Wallnerreintegrate the DEV_2-client branch
2012-03-27  Michael Wallnerfix errenous quotes
2012-03-26  Michael Wallneradd current state of refactoring
2012-03-26  Michael Wallnercommit lingering changes: http\Message::toStream()...
2012-03-15  Michael Wallnerduh, test before commit!; remove errenous additional...
2012-03-15  Michael Wallnerrenamed http\Message\Body::add() to ::addForm() because...
2012-03-13  Michael Wallneradd some more tests; fix leak in php_http_env_get_respo...
2012-03-11  Michael Wallnerfix some compiler warnings
2012-03-07  Michael Wallneradd bool http\Message::isMultipart([&$boundary]) and...
2012-01-23  Michael Wallneretag test & fixes; set default etag mode for temp strea...
2012-01-19  Michael Wallnerdoh
2012-01-19  Michael Wallnerreading RFCs educates
2012-01-19  Michael Wallnerfixup http\Message\Body::add() for files where data...
2012-01-19  Michael Wallnerremodel file adding to accept paths, streams and plain...
2012-01-14  Michael Wallnerfix http\message\Body::toCallback
2012-01-14  Michael Wallneradd stat and etag methods
2012-01-10  Michael Wallnerheader cleanups; fix IDE warnings
2012-01-09  Michael Wallnerheader cleanups and fix some warnings
2011-07-28  Michael Wallnerbuild and file maintenance
2011-07-27  Michael Wallneruse userland friendly namespaces
2011-06-12  Michael Wallnerthread safety
2011-05-21  Michael Wallner* use the separator where applicable
2010-10-21  Michael Wallnerpush a load of changes before holidays
2010-09-07  Michael Wallnerimport 2.0 devl branch, suitable for PHP-trunk