Age | Commit message (Expand) | Author |
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 |
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 |