summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* appveyor: collect libcurl.dll variants with prefix or suffixmback2k-appveyor-dllMarc Hoersken2020-07-121-1/+1
* CURLINFO_CERTINFO.3: fix typoFilip Salomonsson2020-07-061-2/+2
* http2: only do the *done() cleanups for HTTPDaniel Stenberg2020-07-041-1/+2
* gnutls: repair the build with `CURL_DISABLE_PROXY`Alex Kiernan2020-07-041-3/+27
* gnutls: Fetch backend when using proxyAlex Kiernan2020-07-031-0/+1
* http2: close the http2 connection when no more requests may be sentLaramie Leavitt2020-07-031-0/+10
* ftpserver: don't verify SMTP MAIL FROM namesDaniel Stenberg2020-07-034-7/+11
* curl_version_info.3: CURL_VERSION_KERBEROS4 is deprecatedDaniel Stenberg2020-07-031-1/+1
* tool_getparam: make --krb option work againKamil Dudka2020-07-031-1/+1
* http2: fix nghttp2_strerror -> nghttp2_http2_strerror in debug messagesJeremy Maitin-Shepard2020-07-021-2/+2
* url: silence MSVC warningMarcel Raad2020-07-021-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-07-012-44/+11
* RELEASE-NOTES: curl 7.71.1curl-7_71_1Daniel Stenberg2020-06-301-8/+15
* THANKS: add contributors to 7.71.1Daniel Stenberg2020-06-301-0/+8
* scripts/copyright.pl: skip .dcignoreDaniel Stenberg2020-06-301-0/+1
* Revert "multi: implement wait using winsock events"Daniel Stenberg2020-06-302-122/+4
* TODO: Add flag to specify download directoryDaniel Stenberg2020-06-291-0/+7
* TODO: return code to CURLMOPT_PUSHFUNCTION to fail connectionDaniel Stenberg2020-06-291-0/+8
* cirrus-ci: disable FreeBSD 13 (again)Daniel Stenberg2020-06-291-1/+1
* ngtcp2: sync with current masterDaniel Stenberg2020-06-291-1/+3
* examples/multithread.c: call curl_global_cleanup()Daniel Stenberg2020-06-291-2/+2
* vtls: compare cert blob when finding a connection to reuseDaniel Stenberg2020-06-293-1/+46
* RELEASE-NOTES: syncedDaniel Stenberg2020-06-281-3/+28
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-28107-139/+139
* http: fix proxy auth with blank passwordDaniel Stenberg2020-06-283-2/+62
* .dcignore: ignore tests and docs directoriesDaniel Stenberg2020-06-271-0/+3
* tool_cb_hdr: Fix etag warning output and return codeJay Satiro2020-06-261-4/+4
* CURLOPT_READFUNCTION.3: provide the upload data size up frontDaniel Stenberg2020-06-261-1/+6
* test1539: do a HTTP 1.0 POST without a set size (fails)Daniel Stenberg2020-06-264-8/+58
* mbedtls: fix build with disabled proxy supportBaruch Siach2020-06-261-0/+10
* codeql-analysis.yml: fix the 'languages' settingDaniel Stenberg2020-06-261-2/+3
* gtihub: codeql-analysis.ymlDaniel Stenberg2020-06-261-0/+49
* tests: verify newline in username and password for HTTPDaniel Stenberg2020-06-255-2/+178
* url: allow user + password to contain "control codes" for HTTP(S)Daniel Stenberg2020-06-253-12/+25
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-2516-34/+60
* http2: set the correct URL in pushed transfersDaniel Stenberg2020-06-251-0/+44
* openssl: Fix compilation on Windows when ngtcp2 is enabledJavier Blazquez2020-06-251-4/+5
* test543: extended to verify zero length inputDaniel Stenberg2020-06-252-2/+14
* escape: zero length input should return a zero length outputDaniel Stenberg2020-06-251-0/+3
* Curl_inet_ntop: always check the return codeDaniel Stenberg2020-06-242-7/+13
* sendf: improve the message on client write errorsDaniel Stenberg2020-06-241-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-06-241-274/+7
* curlver: start working on 7.71.1Daniel Stenberg2020-06-241-3/+3
* DYNBUF.md: fix a typo: trail => tailDenis Baručić2020-06-241-1/+1
* RELEASE-NOTES: curl 7.71.0 releasecurl-7_71_0Daniel Stenberg2020-06-231-14/+30
* THANKS: curl 7.71.0 additionsDaniel Stenberg2020-06-231-0/+33
* url: make sure pushed streams get an allocated download bufferDaniel Stenberg2020-06-233-4/+11
* openssl: Don't ignore CA paths when using Windows CA storeJay Satiro2020-06-223-15/+13
* tool_operate: Don't use Windows CA store as a fallbackJay Satiro2020-06-221-8/+0
* openssl: Fix CA fallback logic for OpenSSL 3.0 buildJay Satiro2020-06-221-1/+1