summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* urlglob: treat literal IPv6 addresses with zone IDs as a host namebagder/glob-skip-ipv6-zoneDaniel Stenberg2020-06-181-20/+27
* FILEFORMAT: describe verify/stderrDaniel Stenberg2020-06-181-0/+9
* connect: improve happy eyeballs handlingDaniel Stenberg2020-06-185-58/+84
* ngtcp2: never call fprintf() in lib code in release versionDaniel Stenberg2020-06-181-12/+14
* ngtcp2: fix happy eyeballs quic connect crashDaniel Stenberg2020-06-181-1/+2
* select: remove the unused ELAPSED_MS() macroDaniel Stenberg2020-06-181-3/+0
* multi: implement wait using winsock eventsrcombs2020-06-172-4/+122
* manpage: add three missing environment variablesDaniel Stenberg2020-06-171-1/+17
* RELEASE-NOTES: syncedDaniel Stenberg2020-06-161-13/+28
* configure: for wolfSSL, check for the DES func needed for NTLMDaniel Stenberg2020-06-161-6/+50
* ntlm: enable NTLM support with wolfSSLRuurd Beerstra2020-06-165-19/+24
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-1510-130/+137
* CODE_REVIEW.md: how to do code reviews in curlDaniel Stenberg2020-06-132-0/+169
* altsvc: remove the num field from the altsvc structDaniel Stenberg2020-06-123-12/+8
* version.d: expanded and alpha-sortedDaniel Stenberg2020-06-121-28/+36
* ABI.md: rename to .md and polish the markdownDaniel Stenberg2020-06-122-19/+14
* HELP-US: add a section for "smaller tasks"Daniel Stenberg2020-06-121-0/+17
* TODO: retry on the redirected-to URLDaniel Stenberg2020-06-121-0/+12
* mailmap: Nicolas StercheleDaniel Stenberg2020-06-121-0/+1
* TODO: remove 19.3 section titleSterchele Nicolas2020-06-121-1/+1
* test1560: avoid possibly negative association in wordingMartin V2020-06-121-14/+14
* share: don't set the share flag it something failsDaniel Stenberg2020-06-121-3/+5
* buildconf: remove -print from the find command that removes filesDaniel Stenberg2020-06-101-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-06-101-9/+36
* wording: avoid blacklist/whitelist stereotypesDaniel Stenberg2020-06-1017-70/+67
* tool_getparam: fix memory leak in parse_argsJay Satiro2020-06-091-0/+2
* socks: detect connection close during handshakeDaniel Stenberg2020-06-081-4/+28
* multi: add defensive check on data->multi->num_alivexquery2020-06-081-1/+3
* Curl_addrinfo: use one malloc instead of threeDaniel Stenberg2020-06-083-69/+30
* quiche: update SSLKEYLOGFILE supportAlessandro Ghedini2020-06-081-1/+7
* tests: add two simple tests for --login-optionsDaniel Stenberg2020-06-083-6/+94
* ngtcp2: update with recent API changesDaniel Stenberg2020-06-081-5/+8
* socks: remove unreachable breaks in socks.c and mime.cxquery2020-06-082-5/+3
* tool_cfgable: free login_options at exitDaniel Stenberg2020-06-081-0/+1
* libssh2: keep sftp errors as 'unsigned long'Daniel Stenberg2020-06-081-62/+66
* timeouts: move ms timeouts to timediff_t from int and longMarc Hoersken2020-06-065-9/+13
* openssl: set FLAG_TRUSTED_FIRST unconditionallyFrançois Rigault2020-06-061-4/+3
* server/util: fix logmsg format using curl_off_t argumentDaniel Stenberg2020-06-061-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-06-051-11/+31
* socks: fix expected length of SOCKS5 replyCherish982020-06-051-0/+7
* .gitignore: add directory containing the stats repoMarc Hoersken2020-06-051-1/+1
* HTTP3.md: clarify cargo build directoryAdnan Khan2020-06-051-0/+1
* user-agent.d: spell out what happens given a blank argumentDaniel Stenberg2020-06-051-0/+4
* trailers: switch h1-trailer logic to use dynbufDaniel Stenberg2020-06-054-37/+21
* CURLINFO_ACTIVESOCKET.3: clarify the descriptionDaniel Stenberg2020-06-051-9/+11
* mailmap: Don J OlmsteadDaniel Stenberg2020-06-041-0/+1
* configure: only strip first -L from LDFLAGSDaniel Stenberg2020-06-041-14/+14
* quiche: advertise draft 28 supportPeter Wu2020-06-042-3/+15
* KNOWN_BUGS: RTSP authentication breaks without redirect supportDaniel Stenberg2020-06-041-0/+10
* projects: Add crypt32.lib to dependencies for all OpenSSL configsJay Satiro2020-06-0420-144/+144