Age | Commit message (Expand) | Author |
2018-04-18 | schannel: add support for CURLOPT_CAINFO | Dan McNulty |
2018-04-17 | docs: fix typos | Jakub Wilk |
2018-04-17 | schannel: add client certificate authentication | Archangel_SDY |
2018-03-31 | docs: fix CURLINFO_*_T examples use of CURL_FORMAT_CURL_OFF_T | Jay Satiro |
2018-03-21 | CURLINFO_SSL_VERIFYRESULT.3: fix the example, add some text | Daniel Stenberg |
2018-03-20 | CURLINFO_COOKIELIST.3: made the example not leak memory | Daniel Stenberg |
2018-03-17 | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist |
2018-03-17 | add_handle/easy_perform: clear errorbuffer on start if set | Daniel Stenberg |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |
2018-03-17 | curl_version_info.3: fix ssl_version description | Daniel Stenberg |
2018-03-13 | CURLOPT_COOKIEFILE.3: "-" as file name means stdin | Daniel Stenberg |
2018-03-04 | CURLOPT_NOPROXY.3: mention how to list numerical IPv6 addresses | Daniel Stenberg |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-23 | curl_share_setopt.3: connection cache is shared within multi handles | Daniel Stenberg |
2018-02-21 | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano |
2018-02-21 | lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS | Jay Satiro |
2018-02-20 | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken |
2018-02-20 | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken |
2018-02-16 | CURLOPT_HEADER.3: clarify problems with different data sizes | Daniel Stenberg |
2018-02-16 | CURLOPT_HEADERFUNCTION.3: fix typo from d939226813 | Daniel Stenberg |
2018-02-16 | CURLOPT_HEADERFUNCTION.3: mention folded headers | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-02-13 | libcurl-security.3: separate file:// section | Daniel Stenberg |
2018-02-13 | libcurl-security.3: the http://192.168.0.1/my_router_config case | Daniel Stenberg |
2018-02-13 | libcurl-security.3: mention the URL standards problems too | Daniel Stenberg |
2018-02-13 | libcurl-security.3: split out from libcurl-tutorial.3 | Daniel Stenberg |
2018-01-30 | time: support > year 2038 time stamps for system with 32bit long | Daniel Stenberg |
2018-01-27 | docs: fix typos in man pages | Alessandro Ghedini |
2018-01-25 | GSKit: restore pinnedpubkey functionality | moparisthebest |
2018-01-25 | parsedate: fix date parsing for systems with 32 bit long | Daniel Stenberg |
2018-01-25 | SChannel/WinSSL: Implement public key pinning | moparisthebest |
2018-01-23 | docs: fix man page syntax to make test 1140 OK again | Daniel Stenberg |
2018-01-22 | http: prevent custom Authorization headers in redirects | Daniel Stenberg |
2018-01-20 | libcurl-env.3: first take | Daniel Stenberg |
2018-01-15 | CURLOPT_TCP_NODELAY.3: fix typo | rouzier |
2018-01-14 | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat |
2018-01-14 | docs: comment about CURLE_READ_ERROR returned by curl_mime_filedata | Patrick Monnerat |
2018-01-13 | setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ values | Jay Satiro |
2018-01-07 | scripts: allow all perl scripts to be run directly | Jay Satiro |
2017-12-29 | curl_version_info.3: call the argument 'age' | Daniel Stenberg |
2017-12-26 | examples/cacertinmem: ignore cert-already-exists error | Jay Satiro |
2017-12-13 | CURLOPT_READFUNCTION.3: refer to argument with correct name | Daniel Stenberg |
2017-12-11 | CURLOPT_DNS_LOCAL_IP4.3: fixed the seel also to not self-reference | Daniel Stenberg |
2017-12-09 | CURLOPT_DNS_CACHE_TIMEOUT.3: see also CURLOPT_RESOLVE | Daniel Stenberg |
2017-12-08 | CURLOPT_PRIVATE.3: fix grammar | richardthe3rd |
2017-12-05 | conncache: only allow multiplexing within same multi handle | Daniel Stenberg |
2017-12-01 | symbols-in-versions: added new symbols with 7.56.3 version | Nikos Mavrogiannopoulos |
2017-11-27 | libcurl-share.3: the connection cache is shareable now | Daniel Stenberg |
2017-11-27 | global_init: ignore CURL_GLOBAL_SSL's absense | Daniel Stenberg |
2017-11-17 | resolve: allow IP address within [] brackets | Daniel Stenberg |