Merge branch 'master' into phpng
[m6w6/ext-http] / php_http_client_curl.c
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
2013-11-23  Anatoliy Belskyfixed ZTS
2013-11-23  Anatoliy Belskyfix headers again, avoid header clashing including...
2013-11-22  Anatoliy Belskyadded missing header in order struct event could be...
2013-11-22  Michael Wallner2.0.0 stable
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-11-15  Michael Wallnerfix crash on unset request urls
2013-11-05  Michael Wallner* standard return values
2013-05-19  Michael Wallner- less custom macro cruft
2013-04-11  Michael Wallnerfix usage with ancient libcurl (debian)
2013-04-05  Michael Wallnerclient test and fixes
2013-03-28  Michael Wallnercodename: client meltdown
2012-03-30  Michael Wallnerbatch renaming: client*curl curl*client
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-26  Michael Wallneradd current state of refactoring