Age | Commit message (Expand) | Author |
2018-08-27 | CURLOPT_SSL_CTX_FUNCTION.3: might cause unintended connection reuse [ci skip] | Daniel Stenberg |
2018-08-24 | docs: clarify NO_PROXY env variable functionality | Daniel Stenberg |
2018-08-11 | docs: Improve the manual pages of some callbacks | Michael Kaufmann |
2018-08-10 | Documentation: fix CURLOPT_SSH_COMPRESSION copy/paste bug | Daniel Jelinski |
2018-07-26 | docs/CURLOPT_URL: fix indentation | Christopher Head |
2018-07-26 | docs/CURLOPT_WRITEFUNCTION: size is always 1 | Christopher Head |
2018-06-29 | openssl: make the requested TLS version the *minimum* wanted | Daniel Stenberg |
2018-06-28 | CURLINFO_TLS_SSL_PTR.3: improve the example | Adrian Peniak |
2018-06-24 | CURLOPT_SSL_VERIFYPEER.3: fix syntax mistake | Daniel Stenberg |
2018-06-23 | CURLOPT_SSL_VERIFYPEER.3: Add performance note | Patrick Schlangen |
2018-06-18 | CURLOPT_INTERFACE.3: interface names not supported on Windows | Daniel Stenberg |
2018-06-15 | CURLOPT_HTTPAUTH.3: CURLAUTH_BEARER was added in 7.61.0 | Daniel Stenberg |
2018-06-01 | CURLOPT_RESOLVE: always purge old entry first | Alibek.Jorajev |
2018-05-31 | option: disallow username in URL | Björn Stenberg |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg |
2018-05-24 | httpauth: add support for Bearer tokens | Linus Lewandowski |
2018-05-22 | CURLOPT_ACCEPT_ENCODING.3: add brotli and clarify a bit | Daniel Stenberg |
2018-05-21 | docs: clarify CURLOPT_HTTPGET somewhat | Daniel Stenberg |
2018-05-18 | curl_fnmatch: only allow two asterisks for matching | Daniel Stenberg |
2018-05-18 | docs: mention HAproxy protocol "version 1" | Aleks |
2018-05-17 | getinfo: add microsecond precise timers for various intervals | Philip Prindeville |
2018-05-05 | URLs: fix one more http url | Daniel Gustafsson |
2018-05-03 | docs: remove extraneous commas in man pages | Denis Ollier |
2018-04-30 | CURLOPT_URL.3: add ENCODING section [ci skip] | Daniel Stenberg |
2018-04-27 | CURLINFO_PROTOCOL.3: mention the existing defined names | Daniel Stenberg |
2018-04-23 | CURLOPT_SSLCERT.3: improve WinSSL-specific usage info | Archangel_SDY |
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-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-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-01-30 | time: support > year 2038 time stamps for system with 32bit long | Daniel Stenberg |
2018-01-25 | GSKit: restore pinnedpubkey functionality | moparisthebest |
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 |