Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / socks.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2013-10-26 Daniel StenbergFTP: make the data connection work when going through...
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-02-14 Daniel Stenbergstrlcat: remove function
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-10-04 Marc Hoerskenlib/socks.c: Merged two size variables into one
2012-10-04 Marc Hoerskenlib/socks.c: Avoid type conversions where possible
2012-09-14 Marc Hoerskensocks.c: Fixed warning: conversion to 'int' from 'long...
2012-09-14 Marc Hoerskensocks.c: Check that IPv6 is enabled before using it...
2012-09-13 Marc Hoerskenchecksrc: Fixed line length and comment indentation
2012-09-13 Marc Hoerskensocks.c: Updated error messages to handle hostname...
2012-09-13 Marc Hoerskensocks.c: Added support for IPv6 connections through...
2012-09-06 Daniel StenbergSOCKS: truly disable it if CURL_DISABLE_PROXY is defined
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-08-18 Daniel StenbergCurl_SOCKS4: minor code compression
2011-08-08 Daniel StenbergSOCKS: fix the connect timeout
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-06-04 Daniel StenbergCurl_socket_ready: make timeout a 'long'
2011-05-26 Yang Tsesocks: fix unaligned memory access
2011-04-28 Daniel Stenbergproxy: allow socks:// prefix in proxy string
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-25 Daniel Stenbergasync resolvers: further cleanups
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2011-01-04 Daniel StenbergCurl_timeleft: s/conn/data in first argument
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-04-24 Daniel Stenbergsocks5: please static code analyzer
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergSOCKS4: Value stored to 'rc' is never read
2010-04-16 Daniel StenbergSOCKS5: when name resolves fail return immediately
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-04 Yang Tsefix printf-style format strings
2010-02-02 Yang TseFix compiler warning: conditional expression is constant
2009-08-29 Gunter Knaufremoved obsolete casts.
2009-08-29 Gunter Knaufadd casts to silent compiler warnings with 64bit systems.
2009-07-09 Daniel Stenberg- Eric Wong introduced curlx_nonblock() that the curl...
2009-04-21 Yang TseMoved potential inclusion of system's malloc.h and...
2009-03-15 Gisle VanemIf CURL_DISABLE_PROXY is defined, we must allow socks_s...
2009-01-28 Daniel Stenberg- Markus Moeller introduced two new options to libcurl:
2008-09-29 Daniel Stenberg- Daniel Egger provided a patch that allows you to...
2008-09-22 Daniel Stenberg- Made the SOCKS code use the new Curl_read_plain(...
2008-06-20 Daniel Stenberg- Hans-Jurgen May pointed out that trying SCP or SFTP...
2008-02-11 Daniel StenbergYang Tse pointed out a few remaining quirks from my...
2008-02-07 Daniel Stenberg- Refactored a lot of timeout code into a few functions...
2008-01-14 Yang Tsefix compiler warning
2008-01-13 Yang Tsefix compiler warning
2008-01-09 Yang Tsefix compiler warning
2008-01-05 Daniel StenbergBased on further discussion on curl-library, I reverted...
2008-01-04 Daniel StenbergBased on Maxim Perenesenko's patch, we now do SOCKS5...
2008-01-02 Daniel StenbergRichard Atterer brought a patch that added support...
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-08-27 Dan FandrichFixed some minor type mismatches and missing consts...
2007-06-05 Daniel Stenbergif we read zero bytes from the proxy, the connection...
2007-04-16 Daniel Stenberg- Robert Iakobashvil added curl_multi_socket_action...
2007-03-30 Daniel Stenbergdead code removed, found by the coverity.com scan
2007-03-26 Yang TseInternal function Curl_select() renamed to Curl_socket_...
2007-02-21 Dan FandrichInclude some possible dependencies of arpa/inet.h
2007-02-20 Dan FandrichInclude network byte order conversion macros on Minix.
2007-02-20 Yang Tsecompiler warning fix
2007-02-19 Daniel Stenberg- Robson Braga Araujo made passive FTP transfers work...
2007-02-06 Yang Tsefix for millisecond resolution timeouts
2007-02-05 Daniel Stenberg- Michael Wallner provided a patch that adds support...
2006-10-27 Yang TseCompiler warning fix
2006-09-24 Yang TseCompiler warning fix
2006-09-23 Daniel Stenbergstandard curl source code headers
2006-09-23 Daniel StenbergDmitriy Sergeyev provided a patch that made the SOCKS...