| Commit message (Expand) | Author | Age | Files | Lines |
* | fix bool variables checking and assignment | Yang Tse | 2011-09-05 | 1 | -1/+1 |
* | Curl_SOCKS4: minor code compression | Daniel Stenberg | 2011-08-18 | 1 | -4/+1 |
* | SOCKS: fix the connect timeout | Daniel Stenberg | 2011-08-08 | 1 | -24/+11 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -4/+0 |
* | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg | 2011-06-04 | 1 | -3/+3 |
* | socks: fix unaligned memory access | Yang Tse | 2011-05-26 | 1 | -9/+13 |
* | proxy: allow socks:// prefix in proxy string | Daniel Stenberg | 2011-04-28 | 1 | -1/+1 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -12/+13 |
* | async resolvers: further cleanups | Daniel Stenberg | 2011-04-25 | 1 | -2/+2 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -2/+2 |
* | Curl_timeleft: s/conn/data in first argument | Daniel Stenberg | 2011-01-04 | 1 | -3/+3 |
* | fix compiler warning: enumerated type mixed with another type | Yang Tse | 2010-05-31 | 1 | -3/+3 |
* | sendrecv: split the I/O handling into private handler | Howard Chu | 2010-05-07 | 1 | -2/+4 |
* | socks5: please static code analyzer | Daniel Stenberg | 2010-04-24 | 1 | -4/+6 |
* | SOCKS4: Value stored to 'rc' is never read | Daniel Stenberg | 2010-04-16 | 1 | -2/+2 |
* | SOCKS5: when name resolves fail return immediately | Daniel Stenberg | 2010-04-16 | 1 | -1/+4 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | fix printf-style format strings | Yang Tse | 2010-02-04 | 1 | -2/+2 |
* | Fix compiler warning: conditional expression is constant | Yang Tse | 2010-02-02 | 1 | -2/+2 |
* | removed obsolete casts. | Gunter Knauf | 2009-08-29 | 1 | -2/+2 |
* | add casts to silent compiler warnings with 64bit systems. | Gunter Knauf | 2009-08-29 | 1 | -2/+2 |
* | - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for | Daniel Stenberg | 2009-07-09 | 1 | -7/+7 |
* | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse | 2009-04-21 | 1 | -3/+0 |
* | If CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to call | Gisle Vanem | 2009-03-15 | 1 | -1/+1 |
* | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg | 2009-01-28 | 1 | -20/+58 |
* | - Daniel Egger provided a patch that allows you to disable proxy support in | Daniel Stenberg | 2008-09-29 | 1 | -0/+4 |
* | - Made the SOCKS code use the new Curl_read_plain() function to fix the bug | Daniel Stenberg | 2008-09-22 | 1 | -1/+1 |
* | - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy | Daniel Stenberg | 2008-06-20 | 1 | -7/+9 |
* | Yang Tse pointed out a few remaining quirks from my timeout refactoring from | Daniel Stenberg | 2008-02-11 | 1 | -0/+12 |
* | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg | 2008-02-07 | 1 | -24/+2 |
* | fix compiler warning | Yang Tse | 2008-01-14 | 1 | -1/+1 |
* | fix compiler warning | Yang Tse | 2008-01-13 | 1 | -1/+1 |
* | fix compiler warning | Yang Tse | 2008-01-09 | 1 | -3/+3 |
* | Based on further discussion on curl-library, I reverted yesterday's SOCKS5 | Daniel Stenberg | 2008-01-05 | 1 | -1/+1 |
* | Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the | Daniel Stenberg | 2008-01-04 | 1 | -25/+85 |
* | Richard Atterer brought a patch that added support for SOCKS4a proxies, which | Daniel Stenberg | 2008-01-02 | 1 | -9/+40 |
* | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | 2007-11-05 | 1 | -23/+23 |
* | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich | 2007-08-27 | 1 | -2/+2 |
* | if we read zero bytes from the proxy, the connection is broken and we need | Daniel Stenberg | 2007-06-05 | 1 | -0/+5 |
* | - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a | Daniel Stenberg | 2007-04-16 | 1 | -2/+2 |
* | dead code removed, found by the coverity.com scan | Daniel Stenberg | 2007-03-30 | 1 | -1/+1 |
* | Internal function Curl_select() renamed to Curl_socket_ready() | Yang Tse | 2007-03-26 | 1 | -3/+3 |
* | Include some possible dependencies of arpa/inet.h | Dan Fandrich | 2007-02-21 | 1 | -0/+6 |
* | Include network byte order conversion macros on Minix. | Dan Fandrich | 2007-02-20 | 1 | -0/+3 |
* | compiler warning fix | Yang Tse | 2007-02-20 | 1 | -2/+2 |
* | - Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and | Daniel Stenberg | 2007-02-19 | 1 | -8/+14 |
* | fix for millisecond resolution timeouts | Yang Tse | 2007-02-06 | 1 | -4/+4 |
* | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg | 2007-02-05 | 1 | -5/+5 |
* | Compiler warning fix | Yang Tse | 2006-10-27 | 1 | -4/+8 |
* | Compiler warning fix | Yang Tse | 2006-09-24 | 1 | -1/+10 |