summaryrefslogtreecommitdiff
path: root/lib/socks.c
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-05-311-3/+3
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-2/+4
* socks5: please static code analyzerDaniel Stenberg2010-04-241-4/+6
* SOCKS4: Value stored to 'rc' is never readDaniel Stenberg2010-04-161-2/+2
* SOCKS5: when name resolves fail return immediatelyDaniel Stenberg2010-04-161-1/+4
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix printf-style format stringsYang Tse2010-02-041-2/+2
* Fix compiler warning: conditional expression is constantYang Tse2010-02-021-2/+2
* removed obsolete casts.Gunter Knauf2009-08-291-2/+2
* add casts to silent compiler warnings with 64bit systems.Gunter Knauf2009-08-291-2/+2
* - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses forDaniel Stenberg2009-07-091-7/+7
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-3/+0
* If CURL_DISABLE_PROXY is defined, we must allow socks_sspi.c to callGisle Vanem2009-03-151-1/+1
* - Markus Moeller introduced two new options to libcurl:Daniel Stenberg2009-01-281-20/+58
* - Daniel Egger provided a patch that allows you to disable proxy support inDaniel Stenberg2008-09-291-0/+4
* - Made the SOCKS code use the new Curl_read_plain() function to fix the bugDaniel Stenberg2008-09-221-1/+1
* - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxyDaniel Stenberg2008-06-201-7/+9
* Yang Tse pointed out a few remaining quirks from my timeout refactoring fromDaniel Stenberg2008-02-111-0/+12
* - Refactored a lot of timeout code into a few functions in an attempt to makeDaniel Stenberg2008-02-071-24/+2
* fix compiler warningYang Tse2008-01-141-1/+1
* fix compiler warningYang Tse2008-01-131-1/+1
* fix compiler warningYang Tse2008-01-091-3/+3
* Based on further discussion on curl-library, I reverted yesterday's SOCKS5Daniel Stenberg2008-01-051-1/+1
* Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let theDaniel Stenberg2008-01-041-25/+85
* Richard Atterer brought a patch that added support for SOCKS4a proxies, whichDaniel Stenberg2008-01-021-9/+40
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-23/+23
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-2/+2
* if we read zero bytes from the proxy, the connection is broken and we needDaniel Stenberg2007-06-051-0/+5
* - Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg2007-04-161-2/+2
* dead code removed, found by the coverity.com scanDaniel Stenberg2007-03-301-1/+1
* Internal function Curl_select() renamed to Curl_socket_ready()Yang Tse2007-03-261-3/+3
* Include some possible dependencies of arpa/inet.hDan Fandrich2007-02-211-0/+6
* Include network byte order conversion macros on Minix.Dan Fandrich2007-02-201-0/+3
* compiler warning fixYang Tse2007-02-201-2/+2
* - Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 andDaniel Stenberg2007-02-191-8/+14
* fix for millisecond resolution timeoutsYang Tse2007-02-061-4/+4
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-5/+5
* Compiler warning fixYang Tse2006-10-271-4/+8
* Compiler warning fixYang Tse2006-09-241-1/+10
* standard curl source code headersDaniel Stenberg2006-09-231-0/+23
* Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better asDaniel Stenberg2006-09-231-0/+549