Gunter Knauf
|
fad14bca01
removed obsolete casts.
|
15 years ago |
Gunter Knauf
|
9e8eec4816
add casts to silent compiler warnings with 64bit systems.
|
15 years ago |
Daniel Stenberg
|
d709cb2ae3
- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for
|
15 years ago |
Yang Tse
|
9770899a4b
Moved potential inclusion of system's malloc.h and memory.h header files to
|
15 years ago |
Gisle Vanem
|
0ac8e1d80b
|
15 years ago |
Daniel Stenberg
|
de4610a55f
- Markus Moeller introduced two new options to libcurl:
|
16 years ago |
Daniel Stenberg
|
f3ab5d5500
- Daniel Egger provided a patch that allows you to disable proxy support in
|
16 years ago |
Daniel Stenberg
|
391e8afd1f
- Made the SOCKS code use the new Curl_read_plain() function to fix the bug
|
16 years ago |
Daniel Stenberg
|
422fd933f5
- Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy
|
16 years ago |
Daniel Stenberg
|
fcc320ee40
Yang Tse pointed out a few remaining quirks from my timeout refactoring from
|
17 years ago |
Daniel Stenberg
|
1b701c746f
- Refactored a lot of timeout code into a few functions in an attempt to make
|
17 years ago |
Yang Tse
|
1d620a3df4
fix compiler warning
|
17 years ago |
Yang Tse
|
a8ae8087c4
fix compiler warning
|
17 years ago |
Yang Tse
|
15f832d1c2
fix compiler warning
|
17 years ago |
Daniel Stenberg
|
b430576436
Based on further discussion on curl-library, I reverted yesterday's SOCKS5
|
17 years ago |
Daniel Stenberg
|
2e42b0a252
Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the
|
17 years ago |
Daniel Stenberg
|
a46b40b7fd
Richard Atterer brought a patch that added support for SOCKS4a proxies, which
|
17 years ago |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 years ago |
Dan Fandrich
|
8cf0814a14
Fixed some minor type mismatches and missing consts mainly found by splint.
|
17 years ago |
Daniel Stenberg
|
48064f8dee
if we read zero bytes from the proxy, the connection is broken and we need
|
17 years ago |
Daniel Stenberg
|
76627b322e
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a
|
17 years ago |
Daniel Stenberg
|
3dcc7202d5
dead code removed, found by the coverity.com scan
|
17 years ago |
Yang Tse
|
fba4cd0e62
Internal function Curl_select() renamed to Curl_socket_ready()
|
17 years ago |
Dan Fandrich
|
06d1b029f6
Include some possible dependencies of arpa/inet.h
|
18 years ago |
Dan Fandrich
|
6014c21bc9
Include network byte order conversion macros on Minix.
|
18 years ago |
Yang Tse
|
be3c5f0b94
compiler warning fix
|
18 years ago |
Daniel Stenberg
|
17e8d60c01
- Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and
|
18 years ago |
Yang Tse
|
77fcad041f
fix for millisecond resolution timeouts
|
18 years ago |
Daniel Stenberg
|
91386937ff
- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
|
18 years ago |
Yang Tse
|
8a7514de8a
Compiler warning fix
|
18 years ago |