Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
3 years ago |
Daniel Stenberg
|
1ff1d9e179
lib: more %u for port and int for %*s fixes
|
3 years ago |
Daniel Stenberg
|
d696ee00ee
lib: use %u instead of %ld for port number printf
|
3 years ago |
Richard Whitehouse
|
0842175fa4
multi: alter transfer timeout ordering
|
7 years ago |
Lucas Clemente Vella
|
84d2839740
CURLOPT_IPRESOLVE: preventing wrong IP version from being used
|
3 years ago |
Daniel Stenberg
|
355aae5b7f
connect: use CURL_SA_FAMILY_T for portability
|
3 years ago |
Daniel Stenberg
|
e8e7ef3612
Curl_timeleft: check both timeouts during connect
|
3 years ago |
Daniel Stenberg
|
ec549aa625
quiche: fix crash when failing to connect
|
3 years ago |
Daniel Stenberg
|
cfff12a0b3
lib: remove 'conn->data' completely
|
3 years ago |
Jay Satiro
|
cb2dc1ba89
lib: use int type for more port variables
|
3 years ago |
Layla
|
4fc5e7eda5
connect: fix compile errors in `Curl_conninfo_local`
|
3 years ago |
Daniel Stenberg
|
e76b058f3c
urldata: store ip version in a single byte
|
3 years ago |
Daniel Stenberg
|
d6a37c23a3
urldata: remove 'local_ip' from the connectdata struct
|
3 years ago |
Daniel Stenberg
|
764c6bd3bf
urldata: remove duplicate port number storage
|
3 years ago |
Daniel Stenberg
|
642d78026f
urldata: remove the duplicate 'ip_addr_str' field
|
3 years ago |
Daniel Stenberg
|
8335c6417e
hostip: remove conn->data from resolver functions
|
3 years ago |
Daniel Stenberg
|
2bdec0b363
quic: remove conn->data use
|
3 years ago |
Daniel Stenberg
|
a304051620
lib: more conn->data cleanups
|
3 years ago |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 years ago |
Daniel Stenberg
|
6cb803ecb1
connect: mark intentional ignores of setsockopt return values
|
3 years ago |
Cristian Rodríguez
|
d13179db3e
connect: on linux, enable reporting of all ICMP errors on UDP sockets
|
3 years ago |
Cristian Rodríguez
|
25b4e158e9
connect: defer port selection until connect() time
|
3 years ago |
Hans-Christian Noren Egtvedt
|
8a10abaf85
connect: zero variable on stack to silence valgrind complaint
|
3 years ago |
Klaus Crusius
|
2c0d721215
ftp: retry getpeername for FTP with TCP_FASTOPEN
|
4 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Jay Satiro
|
8b1a10cdf7
connect: repair build without ipv6 availability
|
4 years ago |
Daniel Stenberg
|
3d64031fa7
symbian: drop support
|
4 years ago |
ihsinme
|
d1d3105317
connect.c: remove superfluous 'else' in Curl_getconnectinfo
|
4 years ago |
Daniel Stenberg
|
a2c85bb8e4
Curl_pgrsTime - return new time to avoid timeout integer overflow
|
4 years ago |
Daniel Stenberg
|
88b1ca7cba
CURLE_PROXY: new error code
|
4 years ago |