summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib: remove unused HAVE_INET_NTOA_R* definesbagder/rm-inet_ntoa_rDaniel Stenberg2021-04-082-18/+0
* configure: include <time.h> unconditionallyMichael Forney2021-04-074-54/+5
* configure: remove use of RETSIGTYPEMichael Forney2021-04-0719-85/+12
* install: add instructions for Apple Darwin platformsMuhammed Yavuz Nuzumlalı2021-04-071-17/+45
* configure: disable min version set for DarwinMuhammed Yavuz Nuzumlalı2021-04-071-24/+5
* docs/HTTP3.md: update the build instruction using gnutlsDavid Hu2021-04-071-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2021-04-071-6/+22
* typecheck-gcc: make the ssl-ctx-cb check use SSL_CTX pointersDaniel Stenberg2021-04-071-6/+6
* ngtcp2+gnutls: clear credentials when freedDaniel Stenberg2021-04-071-1/+3
* tool_progress: Fix progress meter in parallel modeCherish982021-04-051-0/+8
* libssh: get rid of PATH_MAXEmil Engler2021-04-051-4/+3
* http_proxy: only loop on 407 + close if we have credentialsDaniel Stenberg2021-04-053-1/+62
* h2: allow 100 streams by defaultDaniel Stenberg2021-04-051-1/+1
* file: support GETing directories againLuke Granger-Brown2021-04-053-13/+53
* RELEASE-NOTES: syncedDaniel Stenberg2021-04-042-274/+15
* TLS: fix HTTP/2 selectionDaniel Stenberg2021-04-027-8/+8
* hostip: Fix for builds that disable all asynchronous DNSJay Satiro2021-04-021-0/+2
* openssl: Fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEYGilles Vollant2021-03-311-52/+56
* RELEASE-NOTES: syncedcurl-7_76_0Daniel Stenberg2021-03-311-9/+29
* THANKS: added names from 7.76.0Daniel Stenberg2021-03-311-0/+35
* CURLOPT_AUTOREFERER.3: clarify that it sets the full URLDaniel Stenberg2021-03-301-3/+3
* define: remove CURL_DISABLE_NTLM ifdefsbagder/disable-scan-improvementDaniel Stenberg2021-03-294-12/+3
* vtls: fix addsessionid for non-proxy buildsDaniel Stenberg2021-03-291-3/+0
* cmake: support WinIDNLi Xinwei2021-03-292-1/+15
* transfer: clear 'referer' in declarationDaniel Stenberg2021-03-291-2/+2
* config: fix SSPI enabling NTLM if crypto auth is disabledMarc Hoersken2021-03-292-15/+19
* HISTORY: add two 2021 eventsDaniel Stenberg2021-03-291-2/+8
* vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()Daniel Stenberg2021-03-2810-44/+103
* transfer: strip credentials from the auto-referer header fieldViktor Szakats2021-03-283-3/+90
* curl_sasl: fix compiler error with --disable-crypto-authDaniel Stenberg2021-03-281-2/+1
* ldap: only set the callback ptr for TLS context when TLS is usedPatrick Monnerat2021-03-281-4/+5
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-2735-35/+36
* send_speed: simplify the checks for if a speed limit is setDaniel Stenberg2021-03-273-7/+7
* http: cap body data amount during send speed limitingDaniel Stenberg2021-03-272-11/+40
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-2616-141/+127
* tests/README.md: mentioned that en_US.UTF-8 is requiredDaniel Stenberg2021-03-261-0/+1
* HISTORY: fixed the Mac OS X 10.1 release dateDaniel Stenberg2021-03-261-5/+7
* examples: Remove threaded-shared-conn.c due to bugJay Satiro2021-03-262-157/+0
* KNOWN_BUGS: Update 11.9 - DoH option inheritanceJay Satiro2021-03-261-1/+11
* curl_easy_setopt.3: add curl_easy_option* functions to SEE ALSODaniel Stenberg2021-03-261-1/+3
* openssl: ensure to check SSL_CTX_set_alpn_protos return valuesJean-Philippe Menil2021-03-251-1/+4
* multi: close the connection when h2=>h1 downgradingDaniel Stenberg2021-03-251-0/+1
* openssl: set the transfer pointer for logging earlyDaniel Stenberg2021-03-251-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2021-03-251-10/+25
* TODO: Custom progress meter update intervalDaniel Stenberg2021-03-251-0/+7
* docs/ABI: tighten up the languageDaniel Stenberg2021-03-241-9/+8
* openldap: disconnect betterDaniel Stenberg2021-03-241-1/+1
* libssh2: kdb_callback: get the right struct pointerDaniel Stenberg2021-03-231-2/+2
* tftp: remove unused struct fieldsDaniel Stenberg2021-03-231-7/+0
* openldap: avoid NULL pointer dereferencesDaniel Stenberg2021-03-231-15/+25