summaryrefslogtreecommitdiff
path: root/lib/connect.c
AgeCommit message (Expand)Author
2016-07-20connect: disable TFO on Linux when using SSLJay Satiro
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-04connect.c: Fixed compilation warning from commit 332e8d6164Steve Holme
2016-06-04win32: Used centralised verify windows version functionSteve Holme
2016-05-08connect: fix invalid "Network is unreachable" errorsAntonio Larrosa
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-19connect: make sure that rc is initialized in singleipconnect()Kamil Dudka
2016-04-18connect: implement TCP Fast Open for LinuxAlessandro Ghedini
2016-04-18connect: implement TCP Fast Open for OS XAlessandro Ghedini
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
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