summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ftp: avoid SIZE when asking for a TYPE A filebagder/ftp-SIZE-ASCIIDaniel Stenberg2021-02-048-68/+17
* pingpong: rename the curl_pp_transfer enum to use PP prefixDaniel Stenberg2021-02-045-33/+32
* OS400: update for CURLOPT_AWS_SIGV4jonrumsey2021-02-043-4/+7
* BUG-BOUNTY: removed the cooperation mentionDaniel Stenberg2021-02-031-19/+0
* RELEASE-NOTES: syncedcurl-7_75_0Daniel Stenberg2021-02-031-14/+18
* THANKS: added contributors from 7.75.0Daniel Stenberg2021-02-032-1/+32
* copyright: fix year ranges in need of updatesDaniel Stenberg2021-02-037-7/+7
* TODO: remove items for next SONAME bump etcDaniel Stenberg2021-02-021-113/+0
* ngtcp2: Fix build error due to change in ngtcp2_settingsJay Satiro2021-02-022-8/+11
* vtls: remove md5sumDaniel Stenberg2021-02-0212-148/+0
* quiche: don't use primary_ip / primary_portAlessandro Ghedini2021-02-011-3/+8
* travis: enable quiche's FFI featureAlessandro Ghedini2021-02-012-2/+2
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-3021-256/+741
* hyper: fix CONNECT to set 'data' as userdataDaniel Stenberg2021-01-302-2/+2
* connect: fix compile errors in `Curl_conninfo_local`Layla2021-01-291-1/+2
* transfer: fix GCC 10 warning with flag '-Wint-in-bool-context'Michał Antoniak2021-01-291-2/+3
* avoid warning: enum constant in boolean contextMichał Antoniak2021-01-291-1/+1
* copyright: fix missing year (range) updatesDaniel Stenberg2021-01-2915-15/+15
* RELEASE-NOTES: syncedDaniel Stenberg2021-01-291-8/+38
* openssl: lowercase the hostname before using it for SNIDaniel Stenberg2021-01-291-4/+15
* KNOWN_BUGS: cmake: ExternalProject_Add does not set CURL_CA_PATHDaniel Stenberg2021-01-281-0/+8
* KNOWN_BUGS: Multi perform hangs waiting for threaded resolverDaniel Stenberg2021-01-281-0/+10
* KNOWN_BUGS: "pulseUI VPN client" is known to be buggyDaniel Stenberg2021-01-281-0/+18
* tool_writeout: make %{errormsg} blank for no errorsDaniel Stenberg2021-01-282-4/+5
* build: fix djgpp buildsGisle Vanem2021-01-274-34/+112
* hyper: fix typo in c-hyper.cIkko Ashimine2021-01-271-1/+1
* libssh2: fix CURL_LIBSSH2_DEBUG-enabled buildDaniel Stenberg2021-01-271-1/+1
* asyn-thread: fix build for when getaddrinfo missingJay Satiro2021-01-271-1/+1
* urldata: move 'ints' to the end of 'connectdata'Daniel Stenberg2021-01-271-15/+14
* urldata: store ip version in a single byteDaniel Stenberg2021-01-273-6/+5
* urldata: remove duplicate 'upkeep_interval_ms' from connectdataDaniel Stenberg2021-01-273-6/+1
* urldata: remove 'local_ip' from the connectdata structDaniel Stenberg2021-01-275-21/+34
* urldata: remove duplicate port number storageDaniel Stenberg2021-01-273-8/+8
* urldata: remove the duplicate 'ip_addr_str' fieldDaniel Stenberg2021-01-275-11/+4
* select: convert Curl_select() to private static functionDaniel Stenberg2021-01-272-14/+11
* Curl_chunker: shrink the structDaniel Stenberg2021-01-273-15/+11
* curl: include the file name in --xattr/--remote-time error msgsDaniel Stenberg2021-01-272-4/+4
* curl: s/config->global/global/ in single_transfer()Daniel Stenberg2021-01-271-11/+11
* curl: move fprintf outputs to warnfDaniel Stenberg2021-01-274-47/+41
* ngtcp2: Fix http3 upload stallTatsuhiro Tsujikawa2021-01-261-55/+54
* ngtcp2: Fix stack buffer overflowTatsuhiro Tsujikawa2021-01-261-2/+3
* warnless.h: remove the prototype for curlx_ultosiDaniel Stenberg2021-01-261-3/+1
* warnless: remove curlx_ultosiDaniel Stenberg2021-01-261-20/+1
* lib: remove conn->data usesPatrick Monnerat2021-01-266-72/+77
* pingpong: remove the 'conn' struct memberDaniel Stenberg2021-01-266-20/+16
* hostip/proxy: remove conn->data useDaniel Stenberg2021-01-2610-40/+43
* url: reduce conn->data referencesDaniel Stenberg2021-01-264-45/+47
* scripts/singleuse: add curl_easy_option*Daniel Stenberg2021-01-261-1/+4
* test410: fix for windowsJay Satiro2021-01-251-1/+4
* libssh2: move data from connection object to transfer objectDaniel Stenberg2021-01-252-139/+149