summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* openssl: lowercase the hostname before using it for SNIbagder/openssl-lowercase-sniDaniel Stenberg2021-01-281-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
* RELEASE-NOTES: syncedDaniel Stenberg2021-01-251-8/+39
* lib: remove conn->data usesPatrick Monnerat2021-01-2419-96/+99
* hyper: remove the conn->data referencesDaniel Stenberg2021-01-221-5/+5
* travis: build ngtcp2 --with-gnutlsDaniel Stenberg2021-01-221-1/+4
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-2218-254/+242
* strerror: skip errnum >= 0 assertion on windowsJay Satiro2021-01-221-0/+2
* doh: make Curl_doh_is_resolved survive a NULL pointerDaniel Stenberg2021-01-211-0/+2
* wolfssh: remove conn->data referencesDaniel Stenberg2021-01-211-70/+73
* http: empty reply connection are not left intactDaniel Stenberg2021-01-211-0/+2
* chunk/encoding: remove conn->data referencesDaniel Stenberg2021-01-217-104/+101
* lib: save a bit of space with some structure packingErik Olsson2021-01-2012-33/+31
* INSTALL.md: fix typoDaniel Stenberg2021-01-201-1/+1
* http: get CURLOPT_REQUEST_TARGET working with a HTTP proxyFabian Keil2021-01-203-3/+57
* Merge branch 'bagder/curl_range-data-conn'Daniel Stenberg2021-01-204-10/+7
|\
| * ftp: remove conn->data leftoverDaniel Stenberg2021-01-201-1/+1
| * curl_range: remove conn->dataDaniel Stenberg2021-01-204-9/+6
* | INSTALL: now at 85 operating systemsDaniel Stenberg2021-01-201-7/+8
|/
* quiche: fix unused parameter ‘conn’Daniel Stenberg2021-01-201-5/+3
* transfer: fix ‘conn’ undeclared mistake for iconv buildDaniel Stenberg2021-01-201-0/+1