remove strlist api
[m6w6/ext-http] / php_http_message_parser.c
2015-02-16  Michael Wallnertypo
2015-02-16  Michael Wallnerfix the stream message parser
2015-02-15  Michael Wallneradd missing constant
2015-02-15  Michael Wallnerexpose header parser
2015-02-13  Michael Wallnerfix Content-Range messages; remove superfluous Content...
2015-02-12  Michael Wallnercontent range has precendence; fix bug to detect max...
2014-11-07  Michael Wallnerdon't abuse STR_FREE; ditch http\Url::parse(); fix...
2014-11-07  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-11-06  Michael WallnerMerge branch 'R_2_1'
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-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-05  Michael WallnerMerge branch 'merge-DEV_2'
2014-08-04  Michael Wallnerfix PHP-5.4 compatibility§
2014-08-02  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-07-28  Michael Wallnerabuse zend_ptr_stack
2014-01-02  Michael Wallnerbump year
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 clang warning
2013-05-19  Michael Wallner- less custom macro cruft
2012-12-21  Michael Wallnermerged bodycount branch
2012-12-21  Michael Wallnerimplement message body reference counting
2012-12-13  Michael Wallnerremove superfluous buffer macros
2012-11-09  Michael Wallnerallow interrupted message parsing from stream
2012-07-30  Michael Wallnerfix parsing messages from stream
2012-06-17  Anatoliy Belskyfixes for windows and 5.3 compatibility
2012-03-11  Michael Wallnerfix some compiler warnings
2012-03-10  Michael Wallneradd php_http_buffer_account(buf, size_t account)
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-01-09  Michael Wallnerheader cleanups and fix some warnings
2011-07-28  Michael Wallnerbuild and file maintenance
2011-06-12  Michael Wallnerthread safety
2010-10-21  Michael Wallnerpush a load of changes before holidays
2010-09-09  Michael Wallner* if curl sees a 3xx code, a Location header and a...
2010-09-09  Michael Wallnerfix problem with dechunk/inflate stream usage
2010-09-08  Michael Wallnerfix problem when finishing a chunked encoding stream
2010-09-07  Michael Wallnerimport 2.0 devl branch, suitable for PHP-trunk