Age | Commit message (Expand) | Author |
2020-02-19 | connect: remove some spurious infof() calls | Daniel Stenberg |
2020-02-17 | socks: make the connect phase non-blocking | Daniel Stenberg |
2020-02-16 | ftp: convert 'sock_accepted' to a plain boolean | Daniel Stenberg |
2020-01-03 | lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS` | Marcel Raad |
2019-10-28 | HTTP3: fix Windows build | Javier Blazquez |
2019-10-13 | connect: silence sign-compare warning | Marcel Raad |
2019-10-09 | connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUT | Daniel Stenberg |
2019-09-03 | cleanup: move functions out of url.c and make them static | Daniel Stenberg |
2019-08-31 | Curl_addr2string: take an addrlen argument too | Daniel Stenberg |
2019-08-14 | connect: connections are persistent by default for HTTP/3 | Daniel Stenberg |
2019-08-14 | ngtcp2: do QUIC connections happy-eyeballs friendly | Daniel Stenberg |
2019-08-09 | http3: make connection reuse work | Daniel Stenberg |
2019-08-01 | timediff: make it 64 bit (if possible) even with 32 bit time_t | Daniel Stenberg |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-06-10 | bindlocal: detect and avoid IP version mismatches in bind() | Daniel Stenberg |
2019-05-21 | udpateconninfo: mark variable unused | Daniel Gustafsson |
2019-05-20 | lib: reduce variable scopes | Marcel Raad |
2019-05-17 | libcurl: #ifdef away more code for disabled features/protocols | Daniel Stenberg |
2019-05-11 | doh: disable DOH for the cases it doesn't work | Daniel Stenberg |
2019-04-13 | singleipconnect: show port in the verbose "Trying ..." message | Daniel Stenberg |
2019-02-27 | urldata: convert bools to bitfields and move to end | Daniel Stenberg |
2019-02-26 | strerror: make the strerror function use local buffers | Daniel Stenberg |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2018-11-29 | connect: fix building for recent versions of Minix | Sevan Janiyan |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-20 | ares: remove fd from multi fd set when ares is about to close the fd | Romain Fliedel |
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 |