add CURLOPT_PROXY_ISSUERCERT
[m6w6/ext-http] / src /
2021-03-08  Michael Wallneradd CURLOPT_PROXY_ISSUERCERT
2021-03-08  Michael Wallneradd CURLMOPT_MAX_CONCURRENT_STREAMS
2021-03-08  Michael Wallneradd CURLINFO_RETRY_AFTER
2021-03-08  Michael Wallneradd CURLOPT_MAXAGE_CONN
2021-03-08  Michael Wallnerno H1 pipelining since libcurl 7.62.0
2021-03-08  Michael Wallneradd CURLOPT_ALTSVC{,_CTRL} and resp. constants
2021-03-08  Michael Wallneradd CURLOPT_HTTP09_ALLOWED
2021-03-05  Michael Wallneradd CURLOPT_DOH_URL
2021-03-05  Michael Wallneradd CURLAUTH_BEARER and CURLOPT_XOAUTH2_BEARER
2021-03-05  Michael Wallneradd CURLOPT_{,PROXY}_TLS13_CIPHERS
2021-03-05  Michael Wallneradd request option proxy_ssl.pinned_publickey
2021-03-05  Michael Wallneradd proxy_ssl request options
2021-03-05  Michael Wallnerfix old and add new http\Client\Curl\Versions constants
2021-03-05  Michael Wallnerws
2021-03-05  Michael Wallneradd CURLOPT_DNS_SHUFFLE_ADDRESSES
2021-03-02  Michael Wallneradd CURLOPT_HAPROXYPROTOCOL
2021-03-01  Michael Wallneradd CURLOPT_SSLVERSION_MAX constants
2021-03-01  Michael Wallneradd CURLOPT_ABSTRACT_UNIX_SOCKET
2021-03-01  Michael Wallneradd CURL_SSLVERSION_TLSv1_3
2021-03-01  Michael Wallneradd curl request option tcp_fastopen
2021-03-01  Michael Wallneradd http version 2_PRIOR_KNOWLEDGE and 3 constants
2021-03-01  Michael Wallneradd curl request option socks5_auth
2021-03-01  Michael Wallneradd new curl_info entries
2021-01-13  Michael Wallnerfix php_stream_memory_open usage with 8.1+
2021-01-13  Michael Wallnerlimit the workaround for #84 to libcurl 7.63-7.64
2021-01-12  Michael Wallnerfix usage of hash_init() in 8.1
2020-09-21  Michael WallnerPHP 8 compatibility
2020-09-21  Michael Wallnerdrop dep on ext-propro (dysfunctional with PHP 8)
2019-10-24  Jan EhrhardtMerge pull request #96 from Jan-E/master
2019-10-24  Jan-EPHP 7.4: ulong->unsigned long, uint->uint32_t
2019-10-24  Jan-EFix operator for Visual Studio
2019-10-21  Michael Wallnerfix for changed shutdown order in PHP-7.4
2019-10-10  Michael Wallnerfix #95: typo by @rcanavan
2019-08-16  Michael Wallneraddendum to #92
2019-08-10  Michael Wallnerattempt to fix #92
2019-08-02  Michael Wallnerattempt to fix #91
2019-07-12  Michael WallnerRevert "add more cookie tests"
2019-07-12  Michael Wallneradd more cookie tests
2019-03-13  Michael Wallnerfix reflection
2019-03-01  Michael WallnerPHP-7.x compatibility
2019-03-01  Michael WallnerPHP-7.4 compatibility
2019-03-01  Michael Wallnerfix #64 (by rcanavan)
2019-02-28  Michael Wallnerfix _GET reference for any 7.x
2019-02-28  Michael Wallnerfix _GET reference
2019-02-28  Michael WallnerPHP-7.4 compatibility
2019-02-28  Michael Wallnerphp_url changed to zend_string*
2019-02-28  Michael Wallnerfix format warnings, closes #85
2019-02-26  Michael Wallnerworkaround for #84
2019-02-04  Michael WallnerMerge pull request #74 from gbarosio/readme
2018-09-27  Michael Wallnerbuild: fix master
2018-09-26  Michael WallnerMerge branch 'fix/no-test-args-passthru' of https:...
2018-09-26  Michael Wallnercoverity fixups
2018-07-23  Michael Wallnertravis: fix ssl client test
2018-07-18  Remi Colletfix for 7.3.0alpha4
2018-06-26  Michael Wallnerfix shutdown crash with 7.3/master
2018-06-26  Michael Wallnerattempt to fix #78
2018-04-09  Michael Wallnerprepare release v3.2.0RC1 RELEASE_3_2_0_RC1
2018-03-06  Michael Wallnersplit utf8 ranges and single chars
2018-03-06  Michael Wallneruse binary search on utf8_ranges
2018-03-05  Michael Wallnerswitching on bits of just the start char won't work ;)
2018-03-05  Michael Wallneruse u_isalnum if available
2018-03-05  Michael Wallnertwo-split switch
2018-03-03  Michael Wallnerunrolled isualpha
2018-03-02  Michael Wallnerfix dangling else swallowing the return statement with...
2018-03-02  Michael Wallnerfix segfault if filter could not be located
2018-02-27  Michael Wallnerimplement #58
2018-02-27  Michael Wallnerfix build without brotli, take 2
2018-02-27  Michael Wallnerfix build without brotli
2018-02-27  Michael WallnerPOS: brotli
2018-02-26  Michael Wallneradd brotli filter and tests
2018-02-26  Michael Wallnerfix warning
2018-02-26  Michael Wallneroptimize
2018-02-26  Michael Wallneradd brotli encoding
2018-02-23  Michael Wallnerupdate curl info
2018-02-23  Michael Wallnerupdate utf8 table
2018-02-23  Michael Wallnerfix cppcheck
2018-02-22  Michael Wallnerperformance improvements
2018-02-20  Michael Wallnerfix leak
2018-02-08  Michael Wallnerfix macro
2018-02-08  Michael Wallnercompat with master
2018-02-08  Michael Wallnerrefactor for 7.2
2018-02-01  Michael Wallnerfix #73
2017-09-21  Michael Wallner--crashes; ++leaks;
2017-07-03  Michael WallnerMerge branch 'v3.1.x'
2017-07-03  Michael HeimpoldHandle NULL strings gracefully during constant registration
2017-07-03  Michael Wallnerfix #68
2017-07-03  Michael Wallnerfix #66 & fix #67
2017-07-03  Michael WallnerFixed issue #63
2017-07-03  Michael Wallnercurl: fix gnutls include
2017-07-03  Michael WallnerFix issue #65
2017-07-03  Ondřej SurýUse ntohl instead of doing LE conversion yourself
2017-07-03  Remi Colletfix build
2017-06-07  Michael WallnerMerge pull request #70 from mhei/fix_register_null_strings
2017-06-04  Michael HeimpoldHandle NULL strings gracefully during constant registration 70/head
2017-04-04  Michael Wallnerfix #68
2017-04-04  Michael Wallnerfix #66 & fix #67
2017-04-04  Michael WallnerFixed issue #63
2017-04-04  Michael Wallnercurl: fix gnutls include
2017-04-04  Michael WallnerFix issue #65
2017-01-31  Michael WallnerTODO: crash--; leaks++;
next