aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
AgeCommit message (Expand)Author
2016-03-20connect/ntlm/http: Fixed compilation warnings when verbose strings disabledSteve Holme
2016-02-04URLs: change more http to httpsViktor Szakats
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-16getconnectinfo: Don't call recv(2) if socket == -1Anders Bakken
2015-09-27http2: set TCP_NODELAY unconditionallyDaniel Stenberg
2015-09-26build: fix failures with -Wcast-align and -WerrorTatsuhiro Tsujikawa
2015-08-01win32: Fix compilation warnings from commit 40c921f8b8Steve Holme
2015-07-22Windows: Fix VerifyVersionInfo callsJay Satiro
2015-06-09CURLOPT_OPENSOCKETFUNCTION: return error at onceDaniel Stenberg
2015-05-12connection cache: avoid Curl_hash_alloc()Daniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-23curl_easy_recv/send: make them work with the multi interfaceYamada Yasuharu
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-16connect: Fix happy eyeballs logic for IPv4-only buildsJay Satiro
2015-03-15closesocket: call multi socket cb on close even with custom closeFrank Meier
2015-03-07conncontrol: only log changes to the connection bitDaniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-02-23connect: wait for IPv4 connection attemptsKamil Dudka
2015-02-23connect: avoid skipping an IPv4 addressKamil Dudka
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