Rose
|
f151ec6c10
lib: fix some type mismatches and remove unneeded typecasts
|
2 years ago |
Viktor Szakats
|
3dc8f6f255
connect: fix builds without AF_INET6
|
2 years ago |
Daniel Stenberg
|
4232e1ac84
connect: fix Curl_updateconninfo for TRNSPRT_UNIX
|
2 years ago |
Jay Satiro
|
2b309560c1
connect: change verbose IPv6 address:port to [address]:port
|
2 years ago |
Daniel Stenberg
|
6267244161
connect: fix the wrong error message on connect failures
|
2 years ago |
Daniel Stenberg
|
cd5ca80f00
urldata: use a curl_prot_t type for storing protocol bits
|
2 years ago |
Daniel Stenberg
|
ed6e0febe0
connect: close the happy eyeballs loser connection when using QUIC
|
2 years ago |
Cering
|
6ba3047378
connect: add quic connection information
|
2 years ago |
Daniel Stenberg
|
0f23341953
connect: set socktype/protocol correctly
|
2 years ago |
Daniel Stenberg
|
3141062c23
connect: revert the use of IP*_RECVERR
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Tatsuhiro Tsujikawa
|
8ea851b29d
ngtcp2: Allow curl to send larger UDP datagrams
|
2 years ago |
Harry Sintonen
|
1b3dcaed9f
bindlocal: don't use a random port if port number would wrap
|
2 years ago |
Daniel Stenberg
|
08b8ef4e72
connect: store "conn_remote_port" in the info struct
|
2 years ago |
Frank Meier
|
1b169d5ea1
connect: make Curl_getconnectinfo work with conn cache from share handle
|
2 years ago |
MAntoniak
|
2cd9837e02
connect: use TCP_KEEPALIVE only if TCP_KEEPIDLE is not defined
|
2 years ago |
Daniel Stenberg
|
6dd8d7f349
connect: follow-up fix the copyright year
|
2 years ago |
MAntoniak
|
06eb208126
misc: remove unused data when IPv6 is not supported
|
2 years ago |
Daniel Stenberg
|
c148f0f551
ngtcp2: verify the server cert on connect (quictls)
|
2 years ago |
Wyatt O'Day
|
7da636cad5
version_win32: Check build number and platform id
|
3 years ago |
Daniel Stenberg
|
4d97fe5473
tftp: mark protocol as not possible to do over CONNECT
|
3 years ago |
Daniel Stenberg
|
f5ee9cf5ba
Curl_updateconninfo: store addresses for QUIC connections too
|
3 years ago |
Jan Mazur
|
0fe9018e1a
connnect: use sysaddr_un fron sys/un.h or custom-defined for windows
|
3 years ago |
Marcel Raad
|
0259e8c35f
lib: remove `HAVE_WINSOCK_H` usage
|
3 years ago |
Daniel Stenberg
|
180180a44d
Revert "build: remove checks for WinSock 1"
|
3 years ago |
Marcel Raad
|
c2ea04f92b
build: remove checks for WinSock 1
|
3 years ago |
Daniel Stenberg
|
424051d78b
connect: get local port + ip also when reusing connections
|
3 years ago |
Daniel Gustafsson
|
3df8d08d00
connect: remove superfluous conditional
|
3 years ago |
Jay Satiro
|
12284e008b
connect: fix wrong format specifier in connect error string
|
3 years ago |
Sergey Markelov
|
e919848ead
build: fix compiler warnings when CURL_DISABLE_VERBOSE_STRINGS
|
3 years ago |