Age | Commit message (Expand) | Author |
2018-10-10 | docs: add "see also" links for SSL options | Michael Kaufmann |
2018-10-09 | CURLOPT_SSL_VERIFYSTATUS: Fix typo | Daniel Gustafsson |
2018-10-03 | CURLOPT_SSLVERSION.3: fix typos and consistent spelling | Daniel Gustafsson |
2018-10-03 | CURLOPT_HEADER.3: fix typo | Jay Satiro |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-09-07 | curl_easy_upkeep: removed 'conn' from the name | Daniel Stenberg |
2018-09-07 | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond |
2018-09-06 | imap: change from "FETCH" to "UID FETCH" | Nicklas Avén |
2018-09-06 | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg |
2018-09-06 | setopt: add CURLOPT_DOH_URL | Daniel Stenberg |
2018-09-05 | url: default to CURL_HTTP_VERSION_2TLS if built h2-enabled | Daniel Stenberg |
2018-09-05 | multiplex: enable by default | Daniel Stenberg |
2018-09-05 | pipelining: deprecated | Daniel Stenberg |
2018-08-29 | CURLOPT_SSL_CTX_FUNCTION.3: clarify connection reuse warning | Jay Satiro |
2018-08-27 | CURLOPT_ACCEPT_ENCODING.3: list them comma-separated [ci skip] | Daniel Stenberg |
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 |