summaryrefslogtreecommitdiff
path: root/lib/socks.c
Commit message (Expand)AuthorAgeFilesLines
* FTP: make the data connection work when going through proxyDaniel Stenberg2013-10-261-0/+4
* strlcat: remove functionDaniel Stenberg2013-02-141-3/+10
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+744
* build: rename 93 lib/*.c filesYang Tse2013-01-031-744/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-9/+9
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+1
* lib/socks.c: Merged two size variables into oneMarc Hoersken2012-10-041-16/+15
* lib/socks.c: Avoid type conversions where possibleMarc Hoersken2012-10-041-16/+15
* socks.c: Fixed warning: conversion to 'int' from 'long unsigned int'Marc Hoersken2012-09-141-1/+1
* socks.c: Check that IPv6 is enabled before using it's featuresMarc Hoersken2012-09-141-0/+4
* checksrc: Fixed line length and comment indentationMarc Hoersken2012-09-141-3/+3
* socks.c: Updated error messages to handle hostname and IPv6Marc Hoersken2012-09-141-1/+25
* socks.c: Added support for IPv6 connections through SOCKSv5 proxyMarc Hoersken2012-09-141-31/+34
* SOCKS: truly disable it if CURL_DISABLE_PROXY is definedDaniel Stenberg2012-09-061-1/+1
* fix bool variables checking and assignmentYang Tse2011-09-051-1/+1
* Curl_SOCKS4: minor code compressionDaniel Stenberg2011-08-181-4/+1
* SOCKS: fix the connect timeoutDaniel Stenberg2011-08-081-24/+11
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-4/+0
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-3/+3
* socks: fix unaligned memory accessYang Tse2011-05-261-9/+13
* proxy: allow socks:// prefix in proxy stringDaniel Stenberg2011-04-281-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-12/+13
* async resolvers: further cleanupsDaniel Stenberg2011-04-251-2/+2
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-3/+3
* 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