Age | Commit message (Expand) | Author |
2019-02-01 | schannel: stop calling it "winssl" | Daniel Stenberg |
2019-01-31 | doc: use meaningless port number in CURLOPT_LOCALPORT example | John Marshall |
2019-01-29 | Escape the '\' | Gisle Vanem |
2019-01-16 | Fix typo in manpage | Alessandro Ghedini |
2019-01-09 | cookies: skip custom cookies when redirecting cross-site | Katsuhiko YOSHIDA |
2019-01-02 | docs: mention potential leak in curl_slist_append | Daniel Gustafsson |
2018-12-21 | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg |
2018-12-14 | http: minor whitespace cleanup from f464535b | Daniel Stenberg |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar |
2018-12-11 | documentation: curl_formadd field and file names are now escaped | Patrick Monnerat |
2018-11-23 | CURLOPT_WRITEFUNCTION.3: spell out that it gets called many times | Daniel Stenberg |
2018-11-22 | CURLOPT_HEADERFUNCTION.3: match 'nitems' name in synopsis and description | UnknownShadow200 |
2018-11-19 | docs: add more description to unified ssl error codes | Han Han |
2018-11-11 | docs: expanded on some CURLU details | Daniel Stenberg |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-11-09 | docs: ESCape "\n" codes | Gisle Vanem |
2018-11-07 | More "\n" ESCaping | Gisle Vanem |
2018-11-07 | winssl: be consistent in Schannel capitalization | Daniel Gustafsson |
2018-11-07 | urlapi: only skip encoding the first '=' with APPENDQUERY set | Daniel Stenberg |
2018-11-05 | netrc: don't ignore the login name specified with "--user" | Michael Kaufmann |
2018-11-04 | symbols-in-versions: add missing CURLU_ symbols | Daniel Stenberg |
2018-11-01 | axtls: removed | Daniel Stenberg |
2018-11-01 | schannel: make CURLOPT_CERTINFO support using Issuer chain | marcosdiazr |
2018-10-30 | vtls: add MesaLink to curl_sslbackend enum | Daniel Gustafsson |
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-08 | spelling fixes [ci skip] | Viktor Szakats |
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-19 | urlapi: document the error codes, remove two unused ones | Daniel Stenberg |
2018-09-19 | urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance | Daniel Stenberg |
2018-09-13 | curl_url_set.3: properly escape \n in example code | Dave Reisner |
2018-09-13 | curl_url_set.3: fix typo in reference to CURLU_APPENDQUERY | Dave Reisner |
2018-09-10 | libcurl-url.3: overview man page for the URL API | Daniel Stenberg |
2018-09-08 | curl_url_set.3: correct description | Daniel Stenberg |
2018-09-08 | curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0 | Daniel Stenberg |
2018-09-08 | URL-API | Daniel Stenberg |
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-06 | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han |
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 |