remove strlist api
[m6w6/ext-http] / php_http_client.c
2015-02-12  Michael Wallneradd http\Client::getAvailable{Options,Configuration}()
2015-02-10  Michael Wallnerimplement curl multi options through http\Client::confi...
2015-02-07  Michael WallnerMerge branch 'R_2_2'
2015-02-06  Michael Wallneroptimize frequent method calls
2015-02-03  Michael WallnerPOC for HTTP2 support
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-09  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael Wallnerfix use after free if the closure returns true
2014-07-08  Michael WallnerMerge branch 'R_2_0'
2014-07-08  Michael Wallnerensure the response message is actually of type response
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-21  Michael Wallnerlet DEV_2 be trunk
2013-11-20  Michael Wallnerremoved awkward custom error handling and http\Object...
2013-11-15  Michael Wallnerhttp\Client implements Countable
2013-11-05  Michael Wallner* standard return values
2013-09-29  Anatoliy Belskyfixed struct init
2013-08-20  Michael Wallnerreset the client when destructing;
2013-05-19  Michael Wallner- less custom macro cruft
2013-04-05  Michael Wallnerclient test and fixes
2013-04-04  Michael Wallnerallow retrieval of response by request
2013-03-28  Michael Wallnercodename: client meltdown
2013-02-03  Michael Wallnermerge raphf branch
2013-02-03  Michael Wallnersplit off raphf
2012-12-21  Michael Wallnermerged bodycount branch
2012-12-21  Michael Wallnerimplement message body reference counting
2012-12-12  Michael Wallnerremove pass_state callback flag
2012-12-07  Michael Wallnerrefactored client options
2012-11-09  Michael Wallnerallow interrupted message parsing from stream
2012-11-08  Michael Wallnerbetter PHP-5.3 compatibility
2012-10-28  Michael Wallnerfix typo
2012-07-30  Michael Wallnerfix leak; fix history
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-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-30  Michael Wallnerlet the request be able to carry client options
2012-03-29  Michael Wallnerdon't crash if user extends abstract classes
2012-03-27  Michael Wallnerre-enable the factory
2012-03-27  Michael Wallnermake the pool functional again
2012-03-27  Michael Wallnerlet the ctor honor the options array too
2012-03-26  Michael Wallneradd current state of refactoring