Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / connect.c
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
2014-07-04 Marcel Raadcompiler warnings: potentially uninitialized variables
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-05-15 Daniel Stenbergtimers: fix timer regression involving redirects /...
2014-04-18 Marc Hoerskenconnect.c: fix multiple possible dereferences of null...
2014-03-19 Daniel Stenbergtrynextip: don't store 'ai' on failed connects...
2014-01-18 Steve Holmewin32: Added additional preprocessor check for Version...
2014-01-17 Steve Holmewin32: Corrected the preprocessor check for Version...
2014-01-15 Daniel Stenbergconnect.c:942:84: warning: Longer than 79 columns
2014-01-15 Steve Holmeconnect.c: Corrected version compare in commit c7a76bb0...
2014-01-15 Steve Holmewin32: Fixed use of deprecated function 'GetVersionInfo...
2014-01-11 Daniel Stenbergmulti: remove MULTI_TIMEOUT_INACCURACY
2014-01-08 Daniel StenbergCurl_updateconninfo: don't do anything for UDP "connect...
2014-01-08 Daniel Stenbergtrynextip: fix build for non-IPV6 capable systems
2013-12-28 Steve Holmeconnect.c: Fixed compilation warning
2013-12-28 Björn Stenbergconnect: Try all addresses in first connection attempt
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-12-04 Daniel StenbergCurl_is_connected: use proxy name in error message...
2013-11-27 Björn Stenbergconnect: Try next ip directly after immediate connect...
2013-11-17 Steve Holmeconnect: Close open but unconnected socket in singleipc...
2013-11-14 Steve Holmeconnect: Forgot to correct line endings before push...
2013-11-14 Björn Stenbergconnect: Return the socket descriptor even on fail
2013-11-10 Björn Stenbergconnect: Close temporary sockets in conn_free()
2013-11-04 Björn Stenbergconnect: Add connection delay to Happy Eyeballs.
2013-11-03 Steve Holmeconnect.c: Code policing on commit 5094bb53f4a027
2013-11-03 Steve Holmeconnect: Fixed "Whut?" no server connection failures
2013-10-29 Björn Stenbergbugfix: Don't block waiting for socket1 connect.
2013-10-27 Björn StenbergTypo fix in trynextip().
2013-10-27 Björn StenbergAdd "Happy Eyeballs" for IPv4/IPv6.
2013-10-26 Daniel StenbergFTP: make the data connection work when going through...
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-06-20 Daniel Stenbergmulti_socket: react on socket close immediately
2013-05-01 Lars Johannesenbindlocal: move brace out of #ifdef
2013-04-08 Robert Wrucktcpkeepalive: Support CURLOPT_TCP_KEEPIDLE on OSX
2013-04-06 Kim Vandryconnect: treat an interface bindlocal() problem as...
2013-04-02 Daniel StenbergSO_SNDBUF: don't set SNDBUF for win32 versions vista...
2013-03-31 Daniel Stenbergcode-policed
2013-03-31 Daniel Stenbergtcpkeepalive: support TCP_KEEPIDLE/TCP_KEEPINTVL on...
2013-02-05 Tor Arntsensingleipconnect: Update *sockp for all CURLE_OK
2013-02-05 Daniel Stenbergsingleipconnect: remove dead assignment
2013-02-01 Daniel Stenbergsingleipconnect: simplify and clean up
2013-01-17 Daniel Stenbergalways-multi: always use non-blocking internals
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-12-07 Linus Nielsen FeltzingIntroducing a new persistent connection caching system...
2012-11-07 Lars BuitinckCurl_connecthost: friendlier "couldn't connect" message
2012-07-22 Daniel Stenbergkeepalive: multiply value for OS-specific units
2012-06-12 Yang TseRevert "connect.c/ftp.c: Fixed dereferencing pointer...
2012-06-11 Marc Hoerskenconnect.c/ftp.c: Fixed dereferencing pointer breakin...
2012-04-19 Daniel Stenbergsingleipconnect: return OK even when Curl_socket()...
2012-04-03 Lijo Antonyconnect.c: return changed to CURLE_COULDNT_CONNECT...
2012-03-20 Yang Tsefix several compiler warnings
2012-03-16 Yang Tsefix some compiler warnings
2012-02-09 Dave Reisneradd library support for tuning TCP_KEEPALIVE
2012-01-28 Pierre Ynardmore resilient connection times among IP addresses
2012-01-28 Pierre Ynardremove write-only variable
2012-01-16 Yang Tseadd LF termination to infof() trace string
2011-12-20 Daniel Stenbergtimeleft_accept: ack global timeout, moved to ftp.c
2011-12-20 Gokhan SengunFTP: perform active connections non-blocking
2011-12-13 Yang Tseconnect.c: fix compiler warning 'enumerated type is...
2011-12-12 Jason GlasgowCURLOPT_INTERFACE: avoid resolving interfaces names
2011-12-07 Gokhan SengunCurl_closesocket: clear sock_accepted on close
2011-12-05 Daniel StenbergFTP: close callback fix
2011-12-05 Daniel StenbergFTP: call opensocket callback properly
2011-12-05 Daniel StenbergCurl_socket: internal replacement for socket()
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-17 Daniel Stenbergsingleipconnect: unstick the ipv6-connection boolean
2011-10-15 Daniel Stenbergsingleipconnect: don't clobber errno
2011-09-09 Daniel Stenbergtcpnodelay: rename variable
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-18 Daniel Stenbergconnect: set TIMER_CONNECT
2011-08-18 Daniel StenbergFTP: fix proxy connect race condition
2011-08-05 Yang TseBSD-style lwIP TCP/IP stack support - followup
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-25 Yang Tsetime.h and sys/time.h inclusion conditionally done...
2011-07-24 Yang Tseerrno.h inclusion conditionally done in setup_once.h
2011-06-10 Daniel Stenbergunittest: mark all unit tested functions
2011-06-04 Daniel StenbergCurl_socket_ready: make timeout a 'long'
2011-05-26 Yang Tsecompiler warning: fix
2011-05-18 Daniel StenbergCLOSESOCKETFUNCTION: use the callback
2011-05-18 Daniel StenbergCLOSESOCKETFUNCTION: added
2011-04-28 Daniel Stenbergmulti-socks: fix connect to proxy
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
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-04-11 Daniel Stenbergcheckconnection: don't call with NULL pointer
2011-02-17 Daniel StenbergSOCKOPTFUNCTION: callback can say already-connected
2011-02-09 Daniel StenbergCURLOPT_SOCKOPTFUNCTION: return proper error code
2011-01-10 Daniel Stenbergconnect: use UDP correctly
2011-01-04 Daniel StenbergCurl_timeleft: s/conn/data in first argument
2010-12-23 Daniel Stenbergmulti: connect fail => use next IP address
2010-12-03 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections...
2010-12-01 Yang Tseconnect: fix compiler warning: unused variable
next