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 |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Daniel Stenberg
|
8657c268e1
checksrc: white space edits to comply to stricter checksrc
|
8 years ago |
Alex Rousskov
|
cb4e2be7c6
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
|
8 years ago |
Marcel Raad
|
21aa32d30d
lib: fix compiler warnings after de4de4e3c7c
|
8 years ago |
Daniel Stenberg
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 years ago |
Daniel Stenberg
|
8a6e89a9eb
select: switch to macros in uppercase
|
8 years ago |
Marc Hoersken
|
b820e40f34
socks.c: display the hostname returned by the SOCKS5 proxy server
|
8 years ago |
Marc Hoersken
|
d6bf400e9f
socks.c: use Curl_printable_address in SOCKS5 connection sequence
|
8 years ago |
Marc Hoersken
|
213c27e487
socks.c: align SOCKS4 connection sequence with SOCKS5
|
8 years ago |
Marc Hoersken
|
d1bfb1cf54
socks.c: improve verbose output of SOCKS5 connection sequence
|
8 years ago |
Marc Hoersken
|
b7ee5316c2
socks.c: Correctly calculate position of port in response packet
|
8 years ago |
Marc Hoersken
|
cc3384a254
socks.c: Do not modify and invalidate calculated response length
|
8 years ago |
Marc Hoersken
|
59580e12ba
socks.c: Move error output after reading the whole response packet
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
a71012c03e
code: style updates
|
8 years ago |