summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-23RELEASE-NOTES: curl 7.71.0 releasecurl-7_71_0Daniel Stenberg
2020-06-23THANKS: curl 7.71.0 additionsDaniel Stenberg
2020-06-23url: make sure pushed streams get an allocated download bufferDaniel Stenberg
2020-06-22openssl: Don't ignore CA paths when using Windows CA storeJay Satiro
2020-06-22tool_operate: Don't use Windows CA store as a fallbackJay Satiro
2020-06-22openssl: Fix CA fallback logic for OpenSSL 3.0 buildJay Satiro
2020-06-22copyright: update mismatched copyright yearsDaniel Stenberg
2020-06-22test1460: verify that -Ji is not okDaniel Stenberg
2020-06-22tool_getparam: -i is not OK if -J is usedDaniel Stenberg
2020-06-21CMake: ignore INTERFACE_LIBRARY targets for pkg-config filePeter Wu
2020-06-21multibyte: Fixed access-> waccess to file for Windows PlarformValentyn Korniienko
2020-06-19altsvc: bump to h3-29Daniel Stenberg
2020-06-18urlglob: treat literal IPv6 addresses with zone IDs as a host nameDaniel Stenberg
2020-06-18test1179: verify error message for non-existing cmdline optionDaniel Stenberg
2020-06-18tool_getparam: repair the error message for unknown flagDaniel Stenberg
2020-06-18FILEFORMAT: describe verify/stderrDaniel Stenberg
2020-06-18connect: improve happy eyeballs handlingDaniel Stenberg
2020-06-18ngtcp2: never call fprintf() in lib code in release versionDaniel Stenberg
2020-06-18ngtcp2: fix happy eyeballs quic connect crashDaniel Stenberg
2020-06-18select: remove the unused ELAPSED_MS() macroDaniel Stenberg
2020-06-17multi: implement wait using winsock eventsrcombs
2020-06-17manpage: add three missing environment variablesDaniel Stenberg
2020-06-16RELEASE-NOTES: syncedDaniel Stenberg
2020-06-16configure: for wolfSSL, check for the DES func needed for NTLMDaniel Stenberg
2020-06-16ntlm: enable NTLM support with wolfSSLRuurd Beerstra
2020-06-15http: move header storage to Curl_easy from connectdataDaniel Stenberg
2020-06-13CODE_REVIEW.md: how to do code reviews in curlDaniel Stenberg
2020-06-12altsvc: remove the num field from the altsvc structDaniel Stenberg
2020-06-12version.d: expanded and alpha-sortedDaniel Stenberg
2020-06-12ABI.md: rename to .md and polish the markdownDaniel Stenberg
2020-06-12HELP-US: add a section for "smaller tasks"Daniel Stenberg
2020-06-12TODO: retry on the redirected-to URLDaniel Stenberg
2020-06-12mailmap: Nicolas StercheleDaniel Stenberg
2020-06-12TODO: remove 19.3 section titleSterchele Nicolas
2020-06-12test1560: avoid possibly negative association in wordingMartin V
2020-06-12share: don't set the share flag it something failsDaniel Stenberg
2020-06-10buildconf: remove -print from the find command that removes filesDaniel Stenberg
2020-06-10RELEASE-NOTES: syncedDaniel Stenberg
2020-06-10wording: avoid blacklist/whitelist stereotypesDaniel Stenberg
2020-06-09tool_getparam: fix memory leak in parse_argsJay Satiro
2020-06-08socks: detect connection close during handshakeDaniel Stenberg
2020-06-08multi: add defensive check on data->multi->num_alivexquery
2020-06-08Curl_addrinfo: use one malloc instead of threeDaniel Stenberg
2020-06-08quiche: update SSLKEYLOGFILE supportAlessandro Ghedini
2020-06-08tests: add two simple tests for --login-optionsDaniel Stenberg
2020-06-08ngtcp2: update with recent API changesDaniel Stenberg
2020-06-08socks: remove unreachable breaks in socks.c and mime.cxquery
2020-06-08tool_cfgable: free login_options at exitDaniel Stenberg
2020-06-08libssh2: keep sftp errors as 'unsigned long'Daniel Stenberg
2020-06-06timeouts: move ms timeouts to timediff_t from int and longMarc Hoersken