aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
AgeCommit message (Expand)Author
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-09-29connect: fix race condition with happy eyeballs timeoutAnders Bakken
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-16configure: check for __builtin_available() availability (#1788)Nick Zitzmann
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2017-07-04configure: remove checks for 5 functions never usedDaniel Stenberg
2017-06-08expire: remove Curl_expire_latest()Daniel Stenberg
2017-05-10multi: assign IDs to all timers and make each timer singletonDaniel Stenberg
2017-03-30connect: fix unreferenced parameter warningMarcel Raad
2017-03-13Improve code readbilitySylvestre Ledru
2016-12-19http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro
2016-12-18Curl_getconnectinfo: avoid checking if the connection is closedIsaac Boukris
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-25add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-10-16win: fix Universal Windows Platform buildMarcel Raad
2016-08-30connect: fix #ifdefs for debug versions of conn/streamclose() macrosDaniel Stenberg
2016-08-28http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg
2016-08-21win: Basic support for Universal Windows Platform appsMarco Deckel
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