aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
AgeCommit message (Expand)Author
2015-01-20ipv6: enclose AF_INET6 uses with proper #ifdefs for ipv6Daniel Stenberg
2014-12-27code/docs: Use correct case for IPv4 and IPv6Steve Holme
2014-12-16IPV6: address scope != scope idPatrick Monnerat
2014-12-16connect: singleipconnect(): properly try other address families after failurePatrick Monnerat
2014-12-04updateconninfo: clear destination struct before getsockname()Daniel Stenberg
2014-11-30lib/connect: restrict IP/TCP options to said socketsPeter Wu
2014-11-19multi: inform about closed sockets before they are closedJon Spencer
2014-11-18debug: added new connection cache output, plus fixupsCarlo Wood
2014-11-16connect.c: Fixed compilation warning when no verbose string supportSteve Holme
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