Age | Commit message (Expand) | Author |
2012-09-14 | socks.c: Added support for IPv6 connections through SOCKSv5 proxy | Marc Hoersken |
2012-09-06 | SOCKS: truly disable it if CURL_DISABLE_PROXY is defined | Daniel Stenberg |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-08-18 | Curl_SOCKS4: minor code compression | Daniel Stenberg |
2011-08-08 | SOCKS: fix the connect timeout | Daniel Stenberg |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-06-04 | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg |
2011-05-26 | socks: fix unaligned memory access | Yang Tse |
2011-04-28 | proxy: allow socks:// prefix in proxy string | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-25 | async resolvers: further cleanups | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-01-04 | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg |
2010-05-31 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-07 | sendrecv: split the I/O handling into private handler | Howard Chu |
2010-04-24 | socks5: please static code analyzer | Daniel Stenberg |
2010-04-16 | SOCKS4: Value stored to 'rc' is never read | Daniel Stenberg |
2010-04-16 | SOCKS5: when name resolves fail return immediately | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-04 | fix printf-style format strings | Yang Tse |
2010-02-02 | Fix compiler warning: conditional expression is constant | Yang Tse |
2009-08-29 | removed obsolete casts. | Gunter Knauf |
2009-08-29 | add casts to silent compiler warnings with 64bit systems. | Gunter Knauf |
2009-07-09 | - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for | Daniel Stenberg |
2009-04-21 | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse |
2009-03-15 | If CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to call | Gisle Vanem |
2009-01-28 | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg |
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 |