Merge branch 'R_2_5'
[m6w6/ext-http] / php_http_client_curl.c
2015-09-01  Michael WallnerMerge branch 'R_2_5'
2015-08-07  Michael WallnerMerge branch 'master' into phpng
2015-07-21  Michael Wallnerprovide RTLD_LAZY compatibility
2015-07-20  Michael Wallnerlingering TSRM macros
2015-07-15  Michael Wallnerprovide RTLD_LAZY compatibility
2015-07-13  Michael WallnerEnable certinfo on all supporting backends
2015-07-13  Michael Wallneradd recent curl options
2015-06-15  Michael Wallnerfix leak
2015-06-12  Michael WallnerMerge branch 'master' into phpng
2015-04-26  Jan-EFix missing IS_BOOL
2015-04-08  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2015-04-08  Michael Wallnerfix bug #69357
2015-03-27  Michael WallnerFixed bug #69313
2015-03-20  Michael Wallnerdefer warnings/exceptions of the client
2015-03-12  Michael WallnerMerge branch 'master' into phpng
2015-03-12  Michael WallnerMerge branch 'R_2_3'
2015-03-02  Michael WallnerSTATUS -> ZEND_RESULT_CODE
2015-02-19  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2015-02-19  Michael Wallnerrestore php-5.3 compatibility
2015-02-18  Michael WallnerMerge branch 'master' into phpng
2015-02-17  Michael Wallnerfix build with old libcurl
2015-02-15  Michael Wallnerfix build without libevent2 and TLS_AUTH_SRP support
2015-02-12  Michael Wallneradd http\Client::getAvailable{Options,Configuration}()
2015-02-12  Michael Wallnerdon't create persistent easy handles for non-persistent...
2015-02-11  Michael Wallnertypo
2015-02-10  Michael Wallnerimplement curl multi options through http\Client::confi...
2015-02-09  Michael Wallnerfix leak
2015-02-09  Michael Wallnerfix leaks dues to upmerges
2015-02-09  Michael Wallnerdon't release twice
2015-02-08  Michael WallnerMerge branch 'master' into phpng
2015-02-07  Michael WallnerMerge branch 'R_2_2'
2015-02-06  Michael Wallnerremove cookies from transfer-info
2015-02-06  Michael Wallnerunix_socket_path request option
2015-02-05  Michael Wallnerswitch from the deprecated ioctl to the seek function
2015-02-05  Michael Wallnerensure options are applied before the headers are set
2015-02-05  Michael Wallnersince we use the curl write handler we can use curl...
2015-02-05  Michael Wallnerverifystatus SSL request option support (OCSP)
2015-02-05  Michael Wallnertlsauth SSL request option support
2015-02-05  Michael WallnerCURLOPT_PROXYHEADER support; default chunked encoding...
2015-02-04  Michael Wallneradd CURLOPT_PINNEDPUBLICKEY
2015-02-03  Michael Wallnerupdate response headers
2015-02-03  Michael WallnerPOC for HTTP2 support
2015-01-27  Michael Wallnerzend_string updates
2015-01-22  Michael Wallnerzend_read_property API update
2015-01-21  Michael Wallnerfix cainfo default configuration; fix array_merge
2015-01-21  Michael Wallnercheck string options for NULL
2015-01-18  Michael Wallnerfix leaks / invalid frees
2015-01-16  Michael Wallnerflush WIP
2015-01-14  Michael Wallnerflush WIP
2014-11-07  Michael Wallnerditch php_url
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 WallnerFixed bug #68149 (duplicate content-length with libcurl...
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-11-06  Michael WallnerFixed bug #68353 (QsoSSL support removed in libcurl...
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-10-22  Michael Wallnerdon't enable this for debug builds
2014-10-16  Michael Wallnerno need to "cache" the request TS for a long time now
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  Remi ColletFix build with curl < 7.26
2014-09-25  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
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-25  Michael WallnerFix bug #68083 PUT method not working after DELETE
2014-09-16  Michael Wallneradd missing option constants
2014-09-15  Michael WallnerMerge branch 'R_2_1'
2014-09-15  Michael WallnerFixed bug #68009
2014-09-09  Michael WallnerMerge branch 'R_2_1'
2014-09-09  Michael WallnerMerge branch 'R_2_1'
2014-09-08  Michael WallnerMade client's once & wait methods availabel when using...
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 Wallnerfix sovereignty of clients when using events
2014-08-13  Michael Wallnerfix possible bus error on shutdown when using events
2014-08-13  Michael Wallneradd curlcode transfer info
2014-08-05  Michael WallnerMerge branch 'merge-DEV_2'
2014-08-05  Michael Wallnerfix leak
2014-08-02  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-08-01  Michael Wallnerensure string and custom options are reset properly
2014-08-01  Michael Wallnerrm unused constant
2014-07-31  Michael Wallnerupgrade curl stuff
2014-07-31  Michael WallnerCURLOPT_XFERINFO{FUNCTION,DATA}
2014-07-31  Michael WallnerCURLINFO_TLS_SESSION
2014-07-09  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael Wallnerrfc compliant user agent; fix bug #67528
2014-04-17  Michael WallnerMerge branch 'R_2_0'
2014-04-16  Michael Wallnercatch "uploaded" state
2014-01-17  Michael WallnerMerge branch 'R_2_0'
2014-01-17  Michael WallnerFix a rare crash with unitialized CURLOPT_HTTPHEADER
2014-01-02  Remi ColletFix build with -Werror=format-security
2014-01-02  Michael Wallnerbump year
2014-01-02  Michael Wallnerfix bug #66388 (Crash on POST with Content-Length:0...
2013-12-10  Michael Wallnerfix typo; wtf? RELEASE_2_0_3
2013-12-10  Michael WallnerFixed bug #66250 (shutdown crash as shared extension)
2013-11-26  Michael Wallnerfix ws
next