Age | Commit message (Expand) | Author |
2019-07-16 | test1173: make it also check all libcurl option man pages | Daniel Stenberg |
2019-07-06 | CURLOPT_HEADEROPT.3: Fix example | Caleb Raitto |
2019-06-25 | docs: fix string suggesting HTTP/2 is not the default | Niklas Hambüchen |
2019-06-24 | CURLMOPT_SOCKETFUNCTION.3: fix typo | Daniel Gustafsson |
2019-06-10 | CURLMOPT_SOCKETFUNCTION.3: clarified | Daniel Stenberg |
2019-06-10 | CURLOPT_CAINFO.3: polished wording | Daniel Stenberg |
2019-06-10 | wolfssl: refer to it as wolfSSL only | Daniel Stenberg |
2019-06-02 | tls13-docs: mention it is only for OpenSSL >= 1.1.1 | Daniel Stenberg |
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro |
2019-05-22 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-05-22 | PolarSSL: deprecate support step 1. Removed from configure. | Daniel Stenberg |
2019-05-15 | CURLOPT_READFUNCTION.3: see also CURLOPT_UPLOAD_BUFFERSIZE [ci skip] | Daniel Stenberg |
2019-05-14 | CURLOPT_CAINFO.3: with Schannel, you want Windows 8 or later [ci skip] | Daniel Stenberg |
2019-05-03 | CURLMOPT_TIMERFUNCTION.3: warn about the recursive risk [ci skip] | Daniel Stenberg |
2019-05-03 | CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time value | Daniel Stenberg |
2019-04-21 | CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse | Daniel Stenberg |
2019-04-13 | CURLOPT_ADDRESS_SCOPE: fix range check and more | tmilburn |
2019-04-11 | CURLOPT_DNS_USE_GLOBAL_CACHE: remove | Daniel Stenberg |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-04-03 | documentation: Fix several typos | Tim Rühsen |
2019-03-25 | CURLMOPT_PIPELINING.3: fix typo | Jay Satiro |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-02-23 | examples: remove recursive calls to curl_multi_socket_action | Daniel Stenberg |
2019-02-19 | connection: never reuse CONNECT_ONLY conections | Daniel Stenberg |
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-16 | Fix typo in manpage | Alessandro Ghedini |
2019-01-09 | cookies: skip custom cookies when redirecting cross-site | Katsuhiko YOSHIDA |
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-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-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-05 | netrc: don't ignore the login name specified with "--user" | Michael Kaufmann |
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-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 |