summaryrefslogtreecommitdiff
path: root/lib/connect.c
Commit message (Expand)AuthorAgeFilesLines
* connect: remove superfluous conditionalDaniel Gustafsson2021-07-301-6/+4
* connect: fix wrong format specifier in connect error stringJay Satiro2021-07-201-1/+2
* build: fix compiler warnings when CURL_DISABLE_VERBOSE_STRINGSSergey Markelov2021-07-161-0/+2
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-17/+17
* lib: more %u for port and int for %*s fixesDaniel Stenberg2021-07-011-1/+1
* lib: use %u instead of %ld for port number printfDaniel Stenberg2021-06-301-1/+1
* multi: alter transfer timeout orderingRichard Whitehouse2021-06-241-12/+20
* CURLOPT_IPRESOLVE: preventing wrong IP version from being usedLucas Clemente Vella2021-05-201-5/+22
* connect: use CURL_SA_FAMILY_T for portabilityDaniel Stenberg2021-04-211-1/+1
* Curl_timeleft: check both timeouts during connectbagder/timeleftDaniel Stenberg2021-03-171-40/+38
* quiche: fix crash when failing to connectDaniel Stenberg2021-03-081-1/+3
* lib: remove 'conn->data' completelyDaniel Stenberg2021-02-161-3/+1
* lib: use int type for more port variablesJay Satiro2021-02-091-7/+7
* connect: fix compile errors in `Curl_conninfo_local`Layla2021-01-291-1/+2
* urldata: store ip version in a single byteDaniel Stenberg2021-01-271-1/+1
* urldata: remove 'local_ip' from the connectdata structDaniel Stenberg2021-01-271-8/+18
* urldata: remove duplicate port number storageDaniel Stenberg2021-01-271-2/+3
* urldata: remove the duplicate 'ip_addr_str' fieldDaniel Stenberg2021-01-271-1/+0
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-221-2/+2
* quic: remove conn->data useDaniel Stenberg2021-01-191-4/+4
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-2/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-81/+93
* connect: mark intentional ignores of setsockopt return valuesDaniel Stenberg2021-01-111-9/+8
* connect: on linux, enable reporting of all ICMP errors on UDP socketsCristian Rodríguez2020-12-211-0/+14
* connect: defer port selection until connect() timeCristian Rodríguez2020-12-101-1/+6
* connect: zero variable on stack to silence valgrind complaintHans-Christian Noren Egtvedt2020-12-091-0/+1
* ftp: retry getpeername for FTP with TCP_FASTOPENKlaus Crusius2020-12-061-45/+57
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* connect: repair build without ipv6 availabilityJay Satiro2020-10-151-0/+4
* symbian: drop supportDaniel Stenberg2020-09-221-5/+0
* connect.c: remove superfluous 'else' in Curl_getconnectinfoihsinme2020-09-041-2/+1
* Curl_pgrsTime - return new time to avoid timeout integer overflowDaniel Stenberg2020-08-281-2/+1
* CURLE_PROXY: new error codeDaniel Stenberg2020-08-241-5/+9
* Curl_easy: remember last connection by id, not by pointerDaniel Stenberg2020-08-171-9/+10
* win32: Add Curl_verify_windows_version() to curlxCameron Cawley2020-08-021-3/+3
* connect: remove redundant message about connect failureMarc Hoersken2020-07-311-2/+2
* connect: improve happy eyeballs handlingDaniel Stenberg2020-06-181-39/+40
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-11/+13
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-271-6/+6
* hostip: make Curl_printable_address not return anythingDaniel Stenberg2020-05-191-2/+3
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-8/+8
* connect: make happy eyeballs work for QUIC (again)Daniel Stenberg2020-05-041-1/+9
* connect: add two asserts to clue code analyzers in a littleDaniel Stenberg2020-05-041-0/+2
* socks: Fix blocking timeout logicJay Satiro2020-04-121-1/+2
* connect: store connection info for QUIC connectionsDaniel Stenberg2020-04-081-41/+40
* CURLINFO_NUM_CONNECTS: improve accuracyDaniel Stenberg2020-03-221-1/+1
* connect: happy eyeballs cleanupDaniel Stenberg2020-03-151-53/+48
* connect: remove some spurious infof() callsDaniel Stenberg2020-02-191-7/+0
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-171-27/+54
* ftp: convert 'sock_accepted' to a plain booleanDaniel Stenberg2020-02-161-3/+2