aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-05KNOWN_BUGS: fixed "USE_UNIX_SOCKETS on Windows"Daniel Stenberg
2020-04-05test1566: verify --etag-compare that gets a 304 backDaniel Stenberg
2020-04-05CURLINFO_CONDITION_UNMET: return true for 304 http status codeKwon-Young Choi
2020-04-05curl: allow both --etag-compare and --etag-save with same file nameKwon-Young Choi
2020-04-04windows: enable UnixSockets with all build toolchainsViktor Szakats
2020-04-04KNOWN_BUGS: Store TLS context per transfer instead of per connectionDaniel Stenberg
2020-04-03sockfilt: remove redundancy in timeout handlingMarc Hoersken
2020-04-03sockfilt: fix handling of ready closed sockets on WindowsMarc Hoersken
2020-04-03sockfilt: fix race-condition of waiting threads and event handlingMarc Hoersken
2020-04-02CI-fuzz: increase fuzz time to 40 minutesLeo Neat
2020-04-02CI: increase Azure Pipelines timeouts due to performance issuesMarc Hoersken
2020-04-02runtests.pl: log host OS as detected by Perl environmentMarc Hoersken
2020-04-02ftpserver.pl: log before and after data connection is closedMarc Hoersken
2020-04-01RELEASE-NOTES: syncedDaniel Stenberg
2020-03-31RELEASE-PROCEDURE.md: run the copyright.pl script!Daniel Stenberg
2020-03-31vquic/ngtcp2.h: update copyright year rangeDaniel Stenberg
2020-03-31CI: add build with ngtcp2 + gnutls on Travis CIDaiki Ueno
2020-03-31vquic: add support for GnuTLS backend of ngtcp2Daiki Ueno
2020-03-31examples/sessioninfo.c: add include to fix compiler warningGisle Vanem
2020-03-31misc: copyright year updatesDaniel Stenberg
2020-03-31build: fixed build for systems with select() in unistd.hHarry Sintonen
2020-03-31memdebug: don't log free(NULL)Daniel Stenberg
2020-03-30cleanup: insert newline after if() conditionsDaniel Stenberg
2020-03-30checksrc: warn on obvious conditional blocks on the same line as if()Daniel Stenberg
2020-03-30cmake: add CMAKE_MSVC_RUNTIME_LIBRARYRoger Orr
2020-03-30ngtcp2: update to git master for the key installation API changeDaiki Ueno
2020-03-30SECURITY.md: minor rephraseCyrus
2020-03-30output.d: quote the URL when globbingDaniel Stenberg
2020-03-29dist: add tests/version-scan.pl to tarballDaniel Stenberg
2020-03-29test1177: verify that all the CURL_VERSION_ bits are documentedDaniel Stenberg
2020-03-29curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg
2020-03-28KNOWN_BUGS: DoH doesn't inherit all transfer optionsDaniel Stenberg
2020-03-28KNOWN_BUGS: DoH leaks memory after followlocationDaniel Stenberg
2020-03-28KNOWN_BUGS: "FTPS needs session reuse"Daniel Stenberg
2020-03-28KNOWN_BUGS: "stick to same family over SOCKS pro" is presumed fixedDaniel Stenberg
2020-03-28TODO: Set custom client ip when using haproxy protocolDaniel Stenberg
2020-03-27writeout_json: Fix data type issuesMichael Kaufmann
2020-03-27mailmap: fixup a few author names/fieldsDaniel Stenberg
2020-03-27version: add 'cainfo' and 'capath' to version info structDaniel Stenberg
2020-03-27RELEASE-NOTES: syncedDaniel Stenberg
2020-03-26SSLCERTS.md: Fix example code for setting CA cert fileJay Satiro
2020-03-26sockfilt: add logmsg output to select_ws_wait_thread on WindowsMarc Hoersken
2020-03-26docs/make: generate curl.1 from listed files onlyDaniel Stenberg
2020-03-26openssl: adapt to functions marked as deprecated since version 3Daniel Stenberg
2020-03-25dist: add mail-rcpt-allowfails.d to the tarballDaniel Stenberg
2020-03-25travis: update the ngtcp2 build to use the latest OpenSSL patchDaniel Stenberg
2020-03-24CI: remove default Ubuntu build from GitHub ActionsMarc Hoersken
2020-03-24CI: bring GitHub Actions fuzzing job in line with macOS jobsMarc Hoersken
2020-03-24CI: migrate macOS jobs from Azure and Travis CI to GitHub ActionsMarc Hoersken
2020-03-24config: remove all defines of HAVE_DES_HDaniel Stenberg