| Commit message (Expand) | Author | Age | Files | Lines |
* | urlapi: "normalize" numerical IPv4 host namesbagder/urlapi-normalize-ipv4 | Daniel Stenberg | 2021-04-08 | 2 | -3/+104 |
* | lib: remove unused HAVE_INET_NTOA_R* defines | Daniel Stenberg | 2021-04-08 | 2 | -18/+0 |
* | configure: include <time.h> unconditionally | Michael Forney | 2021-04-07 | 4 | -54/+5 |
* | configure: remove use of RETSIGTYPE | Michael Forney | 2021-04-07 | 19 | -85/+12 |
* | install: add instructions for Apple Darwin platforms | Muhammed Yavuz Nuzumlalı | 2021-04-07 | 1 | -17/+45 |
* | configure: disable min version set for Darwin | Muhammed Yavuz Nuzumlalı | 2021-04-07 | 1 | -24/+5 |
* | docs/HTTP3.md: update the build instruction using gnutls | David Hu | 2021-04-07 | 1 | -1/+1 |
* | RELEASE-NOTES: synced | Daniel Stenberg | 2021-04-07 | 1 | -6/+22 |
* | typecheck-gcc: make the ssl-ctx-cb check use SSL_CTX pointers | Daniel Stenberg | 2021-04-07 | 1 | -6/+6 |
* | ngtcp2+gnutls: clear credentials when freed | Daniel Stenberg | 2021-04-07 | 1 | -1/+3 |
* | tool_progress: Fix progress meter in parallel mode | Cherish98 | 2021-04-05 | 1 | -0/+8 |
* | libssh: get rid of PATH_MAX | Emil Engler | 2021-04-05 | 1 | -4/+3 |
* | http_proxy: only loop on 407 + close if we have credentials | Daniel Stenberg | 2021-04-05 | 3 | -1/+62 |
* | h2: allow 100 streams by default | Daniel Stenberg | 2021-04-05 | 1 | -1/+1 |
* | file: support GETing directories again | Luke Granger-Brown | 2021-04-05 | 3 | -13/+53 |
* | RELEASE-NOTES: synced | Daniel Stenberg | 2021-04-04 | 2 | -274/+15 |
* | TLS: fix HTTP/2 selection | Daniel Stenberg | 2021-04-02 | 7 | -8/+8 |
* | hostip: Fix for builds that disable all asynchronous DNS | Jay Satiro | 2021-04-02 | 1 | -0/+2 |
* | openssl: Fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEY | Gilles Vollant | 2021-03-31 | 1 | -52/+56 |
* | RELEASE-NOTES: syncedcurl-7_76_0 | Daniel Stenberg | 2021-03-31 | 1 | -9/+29 |
* | THANKS: added names from 7.76.0 | Daniel Stenberg | 2021-03-31 | 1 | -0/+35 |
* | CURLOPT_AUTOREFERER.3: clarify that it sets the full URL | Daniel Stenberg | 2021-03-30 | 1 | -3/+3 |
* | define: remove CURL_DISABLE_NTLM ifdefsbagder/disable-scan-improvement | Daniel Stenberg | 2021-03-29 | 4 | -12/+3 |
* | vtls: fix addsessionid for non-proxy builds | Daniel Stenberg | 2021-03-29 | 1 | -3/+0 |
* | cmake: support WinIDN | Li Xinwei | 2021-03-29 | 2 | -1/+15 |
* | transfer: clear 'referer' in declaration | Daniel Stenberg | 2021-03-29 | 1 | -2/+2 |
* | config: fix SSPI enabling NTLM if crypto auth is disabled | Marc Hoersken | 2021-03-29 | 2 | -15/+19 |
* | HISTORY: add two 2021 events | Daniel Stenberg | 2021-03-29 | 1 | -2/+8 |
* | vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid() | Daniel Stenberg | 2021-03-28 | 10 | -44/+103 |
* | transfer: strip credentials from the auto-referer header field | Viktor Szakats | 2021-03-28 | 3 | -3/+90 |
* | curl_sasl: fix compiler error with --disable-crypto-auth | Daniel Stenberg | 2021-03-28 | 1 | -2/+1 |
* | ldap: only set the callback ptr for TLS context when TLS is used | Patrick Monnerat | 2021-03-28 | 1 | -4/+5 |
* | copyright: update copyright year ranges to 2021 | Daniel Stenberg | 2021-03-27 | 35 | -35/+36 |
* | send_speed: simplify the checks for if a speed limit is set | Daniel Stenberg | 2021-03-27 | 3 | -7/+7 |
* | http: cap body data amount during send speed limiting | Daniel Stenberg | 2021-03-27 | 2 | -11/+40 |
* | urldata: merge "struct DynamicStatic" into "struct UrlState" | Daniel Stenberg | 2021-03-26 | 16 | -141/+127 |
* | tests/README.md: mentioned that en_US.UTF-8 is required | Daniel Stenberg | 2021-03-26 | 1 | -0/+1 |
* | HISTORY: fixed the Mac OS X 10.1 release date | Daniel Stenberg | 2021-03-26 | 1 | -5/+7 |
* | examples: Remove threaded-shared-conn.c due to bug | Jay Satiro | 2021-03-26 | 2 | -157/+0 |
* | KNOWN_BUGS: Update 11.9 - DoH option inheritance | Jay Satiro | 2021-03-26 | 1 | -1/+11 |
* | curl_easy_setopt.3: add curl_easy_option* functions to SEE ALSO | Daniel Stenberg | 2021-03-26 | 1 | -1/+3 |
* | openssl: ensure to check SSL_CTX_set_alpn_protos return values | Jean-Philippe Menil | 2021-03-25 | 1 | -1/+4 |
* | multi: close the connection when h2=>h1 downgrading | Daniel Stenberg | 2021-03-25 | 1 | -0/+1 |
* | openssl: set the transfer pointer for logging early | Daniel Stenberg | 2021-03-25 | 1 | -0/+1 |
* | RELEASE-NOTES: synced | Daniel Stenberg | 2021-03-25 | 1 | -10/+25 |
* | TODO: Custom progress meter update interval | Daniel Stenberg | 2021-03-25 | 1 | -0/+7 |
* | docs/ABI: tighten up the language | Daniel Stenberg | 2021-03-24 | 1 | -9/+8 |
* | openldap: disconnect better | Daniel Stenberg | 2021-03-24 | 1 | -1/+1 |
* | libssh2: kdb_callback: get the right struct pointer | Daniel Stenberg | 2021-03-23 | 1 | -2/+2 |
* | tftp: remove unused struct fields | Daniel Stenberg | 2021-03-23 | 1 | -7/+0 |