aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
2020-03-24packages: add OS400/chkstrings.c to the distDaniel Stenberg
2020-03-23nghttp2: 1.12.0 requiredClément Notin
2020-03-23RELEASE-NOTES: syncedDaniel Stenberg
2020-03-23OS400: Update strings for ccsid-ifierCalvin Buckley
2020-03-23cirrus: make freebsd ignore the tests instead of skippingDaniel Stenberg
2020-03-23cirrus: move the sanitizer build from freebsd 13 to freebsd 12Daniel Stenberg
2020-03-23Revert "cirrus-ci: disable the FreeBSD 13 builds"Daniel Stenberg
2020-03-22getinfo: provide CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE overrideDaniel Stenberg
2020-03-22test970: improve the testDaniel Stenberg
2020-03-22CURLINFO_NUM_CONNECTS: improve accuracyDaniel Stenberg
2020-03-22TODO: Use "random" ports for the test serversDaniel Stenberg
2020-03-21lib/curl_setup: adjust the copyright year rangeDaniel Stenberg
2020-03-21curl_setup: define _WIN32_WINNT_[OS] symbolsJay Satiro
2020-03-21curl-functions.m4: remove inappropriate AC_REQUIRERoss Burton
2020-03-20ci/tests: fix Azure Pipelines not running Windows containersMarc Hoersken