codename: client meltdown
[m6w6/ext-http] / php_http_client.c
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