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 |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Jay Satiro
|
e2f430c74a
socks: Fix incorrect port numbers in failed connect messages
|
9 years ago |
Tatsuhiro Tsujikawa
|
119037325d
build: fix failures with -Wcast-align and -Werror
|
9 years ago |
Daniel Stenberg
|
9395999543
checksrc: use space after comma
|
9 years ago |
Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
d94717e099
nonblock: call with (void) to show we ignore the return code
|
10 years ago |
Michael Osipov
|
eed1c63c70
docs: Improve inline GSS-API naming in code documentation
|
10 years ago |
Daniel Stenberg
|
d44b014271
FTP: make the data connection work when going through proxy
|
11 years ago |
Daniel Stenberg
|
358c5c0745
strlcat: remove function
|
11 years ago |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 years ago |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 years ago |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Yang Tse
|
a0b207164c
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
|
12 years ago |
Marc Hoersken
|
07593b2422
lib/socks.c: Merged two size variables into one
|
12 years ago |