Age | Commit message (Expand) | Author |
2016-07-20 | connect: disable TFO on Linux when using SSL | Jay Satiro |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-04 | connect.c: Fixed compilation warning from commit 332e8d6164 | Steve Holme |
2016-06-04 | win32: Used centralised verify windows version function | Steve Holme |
2016-05-08 | connect: fix invalid "Network is unreachable" errors | Antonio Larrosa |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-19 | connect: make sure that rc is initialized in singleipconnect() | Kamil Dudka |
2016-04-18 | connect: implement TCP Fast Open for Linux | Alessandro Ghedini |
2016-04-18 | connect: implement TCP Fast Open for OS X | Alessandro Ghedini |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-03-20 | connect/ntlm/http: Fixed compilation warnings when verbose strings disabled | Steve Holme |
2016-02-04 | URLs: change more http to https | Viktor Szakats |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-16 | getconnectinfo: Don't call recv(2) if socket == -1 | Anders Bakken |
2015-09-27 | http2: set TCP_NODELAY unconditionally | Daniel Stenberg |
2015-09-26 | build: fix failures with -Wcast-align and -Werror | Tatsuhiro Tsujikawa |
2015-08-01 | win32: Fix compilation warnings from commit 40c921f8b8 | Steve Holme |
2015-07-22 | Windows: Fix VerifyVersionInfo calls | Jay Satiro |
2015-06-09 | CURLOPT_OPENSOCKETFUNCTION: return error at once | Daniel Stenberg |
2015-05-12 | connection cache: avoid Curl_hash_alloc() | Daniel Stenberg |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-23 | curl_easy_recv/send: make them work with the multi interface | Yamada Yasuharu |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-16 | connect: Fix happy eyeballs logic for IPv4-only builds | Jay Satiro |
2015-03-15 | closesocket: call multi socket cb on close even with custom close | Frank Meier |
2015-03-07 | conncontrol: only log changes to the connection bit | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-02-23 | connect: wait for IPv4 connection attempts | Kamil Dudka |
2015-02-23 | connect: avoid skipping an IPv4 address | Kamil Dudka |
2015-01-20 | ipv6: enclose AF_INET6 uses with proper #ifdefs for ipv6 | Daniel Stenberg |
2014-12-27 | code/docs: Use correct case for IPv4 and IPv6 | Steve Holme |
2014-12-16 | IPV6: address scope != scope id | Patrick Monnerat |
2014-12-16 | connect: singleipconnect(): properly try other address families after failure | Patrick Monnerat |
2014-12-04 | updateconninfo: clear destination struct before getsockname() | Daniel Stenberg |
2014-11-30 | lib/connect: restrict IP/TCP options to said sockets | Peter Wu |
2014-11-19 | multi: inform about closed sockets before they are closed | Jon Spencer |
2014-11-18 | debug: added new connection cache output, plus fixups | Carlo Wood |
2014-11-16 | connect.c: Fixed compilation warning when no verbose string support | Steve Holme |
2014-10-30 | code cleanup: Use 'CURLcode result' | Steve Holme |
2014-10-28 | code cleanup: We prefer 'CURLcode result' | Steve Holme |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-14 | cleanups: reduce variable scope | Daniel Stenberg |
2014-10-14 | singleipconnect: remove dead assignment never used | Daniel Stenberg |
2014-10-04 | nonblock: call with (void) to show we ignore the return code | Daniel Stenberg |
2014-08-31 | low-speed-limit: avoid timeout flood | Daniel Stenberg |
2014-08-21 | win32: Fixed WinSock 2 #if | Haris Okanovic |
2014-07-05 | compiler warnings: potentially uninitialized variables | Marcel Raad |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-05-15 | timers: fix timer regression involving redirects / reconnects | Daniel Stenberg |
2014-04-18 | connect.c: fix multiple possible dereferences of null pointers | Marc Hoersken |