index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
socks.c
Age
Commit message (
Expand
)
Author
2008-09-29
- Daniel Egger provided a patch that allows you to disable proxy support in
Daniel Stenberg
2008-09-22
- Made the SOCKS code use the new Curl_read_plain() function to fix the bug
Daniel Stenberg
2008-06-20
- Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy
Daniel Stenberg
2008-02-11
Yang Tse pointed out a few remaining quirks from my timeout refactoring from
Daniel Stenberg
2008-02-07
- Refactored a lot of timeout code into a few functions in an attempt to make
Daniel Stenberg
2008-01-14
fix compiler warning
Yang Tse
2008-01-13
fix compiler warning
Yang Tse
2008-01-09
fix compiler warning
Yang Tse
2008-01-05
Based on further discussion on curl-library, I reverted yesterday's SOCKS5
Daniel Stenberg
2008-01-04
Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the
Daniel Stenberg
2008-01-02
Richard Atterer brought a patch that added support for SOCKS4a proxies, which
Daniel Stenberg
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-08-27
Fixed some minor type mismatches and missing consts mainly found by splint.
Dan Fandrich
2007-06-05
if we read zero bytes from the proxy, the connection is broken and we need
Daniel Stenberg
2007-04-16
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a
Daniel Stenberg
2007-03-30
dead code removed, found by the coverity.com scan
Daniel Stenberg
2007-03-26
Internal function Curl_select() renamed to Curl_socket_ready()
Yang Tse
2007-02-21
Include some possible dependencies of arpa/inet.h
Dan Fandrich
2007-02-20
Include network byte order conversion macros on Minix.
Dan Fandrich
2007-02-20
compiler warning fix
Yang Tse
2007-02-19
- Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and
Daniel Stenberg
2007-02-06
fix for millisecond resolution timeouts
Yang Tse
2007-02-05
- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
Daniel Stenberg
2006-10-27
Compiler warning fix
Yang Tse
2006-09-24
Compiler warning fix
Yang Tse
2006-09-23
standard curl source code headers
Daniel Stenberg
2006-09-23
Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as
Daniel Stenberg