Age | Commit message (Expand) | Author |
2018-06-21 | url: fix dangling conn->data pointer | Daniel Stenberg |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-02-20 | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken |
2018-02-20 | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2017-11-24 | connect: add support for new TCP Fast Open API on Linux | Alessandro Ghedini |
2017-11-23 | connect: improve the bind error message | Jay Satiro |
2017-11-15 | macOS: Fix missing connectx function with Xcode version older than 9.0 | Pavol Markovic |
2017-11-12 | connect.c: remove executable bit on file | Orgad Shaneh |
2017-11-09 | --interface: add support for Linux VRF | Luca Boccassi |
2017-11-09 | share: add support for sharing the connection cache | Daniel Stenberg |
2017-11-09 | connect: store IPv6 connection status after valid connection | Daniel Stenberg |
2017-10-29 | timeleft: made two more users of Curl_timeleft use timediff_t | Daniel Stenberg |
2017-10-28 | Curl_timeleft: change return type to timediff_t | Daniel Stenberg |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-09-29 | connect: fix race condition with happy eyeballs timeout | Anders Bakken |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-08-16 | configure: check for __builtin_available() availability (#1788) | Nick Zitzmann |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-07-10 | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro |
2017-07-04 | configure: remove checks for 5 functions never used | Daniel Stenberg |
2017-06-08 | expire: remove Curl_expire_latest() | Daniel Stenberg |
2017-05-10 | multi: assign IDs to all timers and make each timer singleton | Daniel Stenberg |
2017-03-30 | connect: fix unreferenced parameter warning | Marcel Raad |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2016-12-19 | http_proxy: Fix proxy CONNECT hang on pending data | Jay Satiro |
2016-12-18 | Curl_getconnectinfo: avoid checking if the connection is closed | Isaac Boukris |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-25 | add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme} | Frank Gevaerts |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-18 | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-10-16 | win: fix Universal Windows Platform build | Marcel Raad |
2016-08-30 | connect: fix #ifdefs for debug versions of conn/streamclose() macros | Daniel Stenberg |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-08-21 | win: Basic support for Universal Windows Platform apps | Marco Deckel |
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 |