separate url and parser state
[m6w6/ext-http] / php_http_message.c
2014-10-22  Michael Wallnerlet the parser handle non-blocking streams
2014-10-16  Michael WallnerMerge branch 'R_2_1'
2014-09-25  Michael WallnerMerge branch 'R_2_1'
2014-09-25  Remi ColletMerge branch 'R_2_1'
2014-09-25  Michael WallnerMerge branch 'R_2_1'
2014-09-25  Michael WallnerMerge branch 'R_2_1'
2014-09-25  Michael WallnerMerge branch 'R_2_1'
2014-09-15  Michael WallnerMerge branch 'R_2_1'
2014-09-09  Michael WallnerMerge branch 'R_2_1'
2014-09-09  Michael WallnerMerge branch 'R_2_1'
2014-09-09  Remi Colletfix httpVersion retrieval on bigendian
2014-09-03  Remi Colletfix httpVersion retrieval on bigendian
2014-09-01  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-09-01  Michael WallnerMerge branch 'R_2_1'
2014-09-01  Michael WallnerMerge branch 'R_2_1'
2014-08-19  Michael Wallnerexpose http\Message\Parser class
2014-08-11  Michael Wallnerfix PHP-5.3 compatibility
2014-08-05  Michael WallnerMerge branch 'merge-DEV_2'
2014-08-02  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-07-29  Michael Wallneralloca
2014-07-09  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael Wallnerfix refcount issue with message bodies
2014-04-24  Michael WallnerMerge branch 'R_2_0'
2014-04-24  Michael Wallnerreset the content length when the body was reset
2014-04-22  Michael WallnerMerge branch 'R_2_0'
2014-04-22  Michael Wallnerfix bug #67089 Segmentation fault (TSRM)
2014-04-17  Michael WallnerMerge branch 'R_2_0'
2014-04-16  Michael Wallnerfix warning on extra argument to Countable::count(...
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-14  Michael Wallnerarginfos, return values
2013-07-16  Michael Wallnerfix segfault when initializing a request message with...
2013-05-19  Michael Wallner- less custom macro cruft
2013-04-10  Michael Wallnerallow retrieval of header as http\Header
2013-03-28  Michael Wallnercodename: client meltdown
2013-02-04  Michael Wallnerreintegrated propro branch
2013-02-04  Michael Wallnersplit off property proxy
2012-12-31  Remi ColletFix php_http_message.c:136:14: warning: comparison...
2012-12-31  Michael Wallnerfixed message var_dump with inherited property with...
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-13  Michael Wallnerremove superfluous buffer macros
2012-12-09  Michael Wallnerfix leak
2012-11-12  Michael Wallnerlet the caller care for the message headers on serialis...
2012-11-09  Michael Wallnerallow interrupted message parsing from stream
2012-11-08  Michael Wallnerbetter PHP-5.3 compatibility
2012-11-07  Michael Wallner- add http\Env::getResponseStatusForAllCodes()
2012-07-30  Michael Wallneradd php_http_message_zip(): merge request/response...
2012-05-30  Michael Wallner* split request and response message parsers, so the...
2012-04-12  Michael Wallnerfix leak; fix compiler warning
2012-04-12  Michael Wallneradd http\Client\AbstractClient#request(string method...
2012-04-03  Michael Wallnercode cleanup
2012-03-30  Michael Wallnerreintegrate the DEV_2-client branch
2012-03-29  Michael Wallneroperate directly on the querystring of the request url
2012-03-29  Michael Wallnerdon't crash if user extends abstract classes
2012-03-26  Michael Wallnerfypo tix
2012-03-26  Michael Wallneradd current state of refactoring
2012-03-26  Michael Wallnercommit lingering changes: http\Message::toStream()...
2012-03-20  Michael Wallnerremove lots of unused code; tests++; speed up php_http_...
2012-03-15  Michael Wallnerduh, test before commit!; remove errenous additional...
2012-03-13  Michael Wallneradd some more tests; fix leak in php_http_env_get_respo...
2012-03-07  Michael Wallneradd bool http\Message::isMultipart([&$boundary]) and...
2012-02-29  Michael Wallnerallow parsing messages consiting of headers only; fetch...
2012-02-24  Michael Wallnerexperimental stream message parser
2012-02-13  Michael Wallnerfix type initialization and leaks; fix prepend
2012-01-24  Michael Wallnerreturn the actual zval instead of a string cast as...
2012-01-20  Michael Wallnertests & bugfixes
2012-01-18  Michael Wallnerbastardize property proxy even more -- sorry that dev3...
2012-01-14  Michael Wallnermake &$this->headers work; &$this->headers["foo"] still...
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-28  Michael Wallneruse zend_symtable where appropriate
2011-07-27  Michael Wallnerfix some warnings
2011-07-27  Michael Wallnerremove FluentlyCallable interface
2011-06-12  Michael Wallner* request message and history
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-09  Michael Wallnerensure the merged header IS_STRING
2010-09-09  Michael Wallnercleanups & includes
2010-09-07  Michael Wallnerimport 2.0 devl branch, suitable for PHP-trunk