Merge branch 'v2.6.x'
[m6w6/ext-http] / src /
2016-05-24  Michael WallnerMerge branch 'v2.6.x'
2016-05-24  Michael Wallneradd Client::configure option to disable the share
2016-05-24  Michael Wallnerwrap more options behind feature checks
2016-05-23  Michael Wallneravoid 'error: Success' condition
2016-05-23  Michael Wallnersane cookie handling for the client
2016-04-27  Michael Wallnerfix ZVAL_STRING usage in options_init
2016-04-27  Michael WallnerMerge branch 'v2.6.x' of github.com:m6w6/ext-http
2016-04-27  Michael Wallnerfix typos
2016-04-27  Michael Wallnerfix issue #39
2016-04-27  Michael Wallnerallow setting proxyhost request option to NULL
2016-04-26  Michael Wallnercurl version and feature constants
2016-04-26  Michael Wallnerlet the client share cookies/tls sessions
2016-04-13  Michael Wallnerreset errorcode
2016-04-01  Michael Wallneradd/improve configure checks for default CA bundle...
2016-03-31  Michael Wallnerallow setting multiple headers with the same name
2016-03-09  Michael WallnerMerge branch 'v2.5.x'
2016-03-09  Michael Wallneradd CURL_HTTP_VERSION_2TLS
2016-03-09  Michael WallnerMerge pull request #28 from rc0r/rc0r-fixes
2016-03-09  rc0rPossible null pointer dereference in php_http_url_mod...
2016-03-09  Michael Wallnerfix bug #71719 (Buffer overflow in HTTP url parsing...
2016-03-03  rc0rPossible null pointer dereference in php_http_url_mod... 28/head
2016-01-21  Michael WallnerSSL_VERIFYSTATUS is only availbe for nss, gtls and...
2016-01-19  Michael WallnerMerge branch 'v2.5.x'
2015-12-30  Michael WallnerMerge pull request #19 from Sean-Der/master
2015-12-29  Sean DuBoisFix calls to zend_parse_parameters that used long inste... 19/head
2015-12-04  Michael Wallneradd http\Env\Url
2015-12-03  Michael Wallnerfix warnings
2015-12-03  Michael WallnerFix gh-issue #16
2015-12-03  Michael WallnerFix gh-issue #16
2015-09-29  Michael WallnerMerge branch 'R_2_5'
2015-09-28  Michael Wallnerfix build
2015-09-28  Michael WallnerMerge branch 'R_2_5'
2015-09-28  Michael Wallnerattempt to implement some personal standards