summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* copyright: update copyright year ranges to 2021bagder/copyright-rangesDaniel 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
* http: strip default port from URL sent to proxyDaniel Stenberg2021-03-232-2/+2
* azure: disable test 433 on azure-ubuntuDaniel Stenberg2021-03-231-2/+2
* tftp: remove the 3600 second default timeoutDaniel Stenberg2021-03-221-38/+22
* docs: make gen.pl support *italic* and **bold**Daniel Stenberg2021-03-2221-41/+53
* ngtcp2: sync with recent API updatesDaniel Stenberg2021-03-221-2/+4
* RELEASE-NOTES: syncedDaniel Stenberg2021-03-211-12/+26
* libssh2:ssh_connect: clear session pointer after freeDaniel Stenberg2021-03-211-0/+1
* docs: document version of crustls dependencyJacob Hoffman-Andrews2021-03-215-3/+36
* rustls: Handle close_notify.Jacob Hoffman-Andrews2021-03-211-2/+6
* docs: clarify timeouts for queued transfers in multi APIDaniel Stenberg2021-03-192-3/+21
* ftpserver: only load the preprocessed test fileDaniel Stenberg2021-03-191-12/+6
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191292-4389/+4386
* KNOWN_BUGS: CURLOPT_OPENSOCKETPAIRFUNCTION is missingDaniel Stenberg2021-03-181-0/+10
* TODO: provide timing info for each redirectDaniel Stenberg2021-03-181-0/+10
* docs: Add SSL backend names to CURL_SSL_BACKENDJay Satiro2021-03-172-3/+9
* docs: Explain DOH transfers inherit some SSL settingsJay Satiro2021-03-174-1/+24
* http: make 416 not fail with resume + CURLOPT_FAILONERRRORDaniel Stenberg2021-03-175-21/+110
* Curl_timeleft: check both timeouts during connectbagder/timeleftDaniel Stenberg2021-03-171-40/+38
* configure: remove use of deprecated macrosDaniel Stenberg2021-03-163-13/+1
* configure: make AC_TRY_* into AC_*_IFELSEDaniel Stenberg2021-03-161-28/+33
* configure: s/AC_HELP_STRING/AS_HELP_STRINGDaniel Stenberg2021-03-164-182/+182
* RELEASE-NOTES: syncedDaniel Stenberg2021-03-161-7/+35
* travis: use ubuntu nghttp2 package instead of build our ownDaniel Stenberg2021-03-162-13/+1
* travis: bump wolfssl to 4.7.0Daniel Stenberg2021-03-162-6/+6
* travis: only build wolfssl when neededDaniel Stenberg2021-03-162-6/+9
* rustls: allocate a buffer for TLS data.Jacob Hoffman-Andrews2021-03-161-9/+15
* travis: add a rustls buildDaniel Stenberg2021-03-162-0/+21
* HTTP2: remove the outdated remark about multiplexing for the toolDaniel Stenberg2021-03-161-5/+0
* http2: don't set KEEP_SEND when there's no more data to be sentRobert Ronto2021-03-151-3/+5
* config: fix building SMB with configure using Win32 CryptoMarc Hoersken2021-03-154-39/+131
* config: fix detection of restricted Windows App environmentMarc Hoersken2021-03-151-11/+10