aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
AgeCommit message (Expand)Author
2014-10-30code cleanup: Use 'CURLcode result'Steve Holme
2014-10-28code cleanup: We prefer 'CURLcode result'Steve Holme
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-10-14cleanups: reduce variable scopeDaniel Stenberg
2014-10-14singleipconnect: remove dead assignment never usedDaniel Stenberg
2014-10-04nonblock: call with (void) to show we ignore the return codeDaniel Stenberg
2014-08-31low-speed-limit: avoid timeout floodDaniel Stenberg
2014-08-21win32: Fixed WinSock 2 #ifHaris Okanovic
2014-07-05compiler warnings: potentially uninitialized variablesMarcel Raad
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-05-15timers: fix timer regression involving redirects / reconnectsDaniel Stenberg
2014-04-18connect.c: fix multiple possible dereferences of null pointersMarc Hoersken
2014-03-19trynextip: don't store 'ai' on failed connects...Daniel Stenberg
2014-01-18win32: Added additional preprocessor check for Version Helper APISteve Holme
2014-01-17win32: Corrected the preprocessor check for Version Helper APISteve Holme
2014-01-16connect.c:942:84: warning: Longer than 79 columnsDaniel Stenberg
2014-01-15connect.c: Corrected version compare in commit c7a76bb056f31eSteve Holme
2014-01-15win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12Steve Holme
2014-01-12multi: remove MULTI_TIMEOUT_INACCURACYDaniel Stenberg
2014-01-08Curl_updateconninfo: don't do anything for UDP "connections"Daniel Stenberg
2014-01-08trynextip: fix build for non-IPV6 capable systemsDaniel Stenberg
2013-12-28connect.c: Fixed compilation warningSteve Holme
2013-12-28connect: Try all addresses in first connection attemptBjörn Stenberg
2013-12-20vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg
2013-12-20vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg
2013-12-04Curl_is_connected: use proxy name in error message when proxy is usedDaniel Stenberg
2013-11-27connect: Try next ip directly after immediate connect failBjörn Stenberg
2013-11-17connect: Close open but unconnected socket in singleipconnect()Steve Holme
2013-11-14connect: Forgot to correct line endings before push in commit ed1662c374361aSteve Holme
2013-11-14connect: Return the socket descriptor even on failBjörn Stenberg
2013-11-10connect: Close temporary sockets in conn_free()Björn Stenberg
2013-11-04connect: Add connection delay to Happy Eyeballs.Björn Stenberg
2013-11-03connect.c: Code policing on commit 5094bb53f4a027Steve Holme
2013-11-03connect: Fixed "Whut?" no server connection failuresSteve Holme
2013-10-29bugfix: Don't block waiting for socket1 connect.Björn Stenberg
2013-10-27Typo fix in trynextip().Björn Stenberg
2013-10-27Add "Happy Eyeballs" for IPv4/IPv6.Björn Stenberg
2013-10-26FTP: make the data connection work when going through proxyDaniel Stenberg
2013-07-24string formatting: fix 25+ printf-style format stringsYang Tse
2013-06-20multi_socket: react on socket close immediatelyDaniel Stenberg
2013-05-01bindlocal: move brace out of #ifdefLars Johannesen
2013-04-08tcpkeepalive: Support CURLOPT_TCP_KEEPIDLE on OSXRobert Wruck
2013-04-06connect: treat an interface bindlocal() problem as a non-fatal errorKim Vandry
2013-04-02SO_SNDBUF: don't set SNDBUF for win32 versions vista or laterDaniel Stenberg
2013-04-01code-policedDaniel Stenberg
2013-03-31tcpkeepalive: support TCP_KEEPIDLE/TCP_KEEPINTVL on win32Daniel Stenberg
2013-02-05singleipconnect: Update *sockp for all CURLE_OKTor Arntsen
2013-02-05singleipconnect: remove dead assignmentDaniel Stenberg
2013-02-01singleipconnect: simplify and clean upDaniel Stenberg
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg