ihsinme
|
60aa961288
socks: use size_t for size variable
|
4 years ago |
Daniel Stenberg
|
2a41e23671
socks: detect connection close during handshake
|
4 years ago |
xquery
|
b950120b2d
socks: remove unreachable breaks in socks.c and mime.c
|
4 years ago |
Marc Hoersken
|
3186f50054
timeouts: move ms timeouts to timediff_t from int and long
|
4 years ago |
Cherish98
|
e980cbb8e7
socks: fix expected length of SOCKS5 reply
|
4 years ago |
Daniel Stenberg
|
67521b5ecf
hostip: make Curl_printable_address not return anything
|
4 years ago |
Daniel Stenberg
|
8df455479f
source cleanup: remove all custom typedef structs
|
4 years ago |
Daniel Stenberg
|
a96c7529eb
select: make Curl_socket_check take timediff_t timeout
|
4 years ago |
Jay Satiro
|
0510cce8c0
socks: Fix blocking timeout logic
|
4 years ago |
Jay Satiro
|
53f4070827
lib: fix conversion warnings for SOCKET_WRITABLE/READABLE
|
4 years ago |
Daniel Stenberg
|
f0e8160545
socks4: fix host resolve regression
|
4 years ago |
Daniel Stenberg
|
4b786abc43
socks5: switch state properly when the resolve is done
|
4 years ago |
Daniel Stenberg
|
3735107d62
SOCKS: fix typo in printf formatting
|
4 years ago |
Daniel Stenberg
|
4a4b63daaa
socks: make the connect phase non-blocking
|
4 years ago |
Jay Satiro
|
5ee88eee68
socks: Fix destination host shown on SOCKS5 error
|
5 years ago |
Daniel Stenberg
|
12d655d456
doh: disable DOH for the cases it doesn't work
|
5 years ago |
Daniel Stenberg
|
8ebc42be04
socks: fix error message
|
5 years ago |
Daniel Stenberg
|
f4b6901230
socks5: user name and passwords must be shorter than 256
|
5 years ago |
Daniel Stenberg
|
4ed62bc0dc
source: fix two 'nread' may be used uninitialized warnings
|
5 years ago |
Viktor Szakats
|
b801b453af
whitespace fixes
|
6 years ago |
Viktor Szakats
|
f078361c0e
URL and mailmap updates, remove an obsolete directory [ci skip]
|
6 years ago |
Daniel Stenberg
|
1a890997a4
all: s/int/size_t cleanup
|
6 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Daniel Stenberg
|
0d85eed3df
Curl_timeleft: change return type to timediff_t
|
7 years ago |
Jay Satiro
|
6d436642dd
socks: fix incorrect port number in SOCKS4 error message
|
7 years ago |
Daniel Stenberg
|
e5743f08e7
code style: use spaces around pluses
|
7 years ago |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 years ago |
Kamil Dudka
|
8924f58c37
CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy auth
|
7 years ago |
Kamil Dudka
|
cd1c9f0807
socks: deduplicate the code for auth request
|
7 years ago |
Kamil Dudka
|
641072b919
socks: use proxy_user instead of proxy_name
|
7 years ago |