summaryrefslogtreecommitdiff
path: root/lib/socks.c
Commit message (Expand)AuthorAgeFilesLines
* 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