Age | Commit message (Expand) | Author |
2019-01-07 | curl_multi_remove_handle() don't block terminating c-ares requests | Brad Spencer |
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-08-09 | asyn-thread: Remove unused macro | Rikard Falkeborn |
2018-06-27 | easy_perform: use *multi_timeout() to get wait times | Daniel Stenberg |
2018-06-16 | multi: fix memory leak when stopped during name resolve | Daniel Stenberg |
2018-03-24 | threaded resolver: track resolver time and set suitable timeout values | 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-08-29 | asyn-thread: Fixed cleanup after OOM | Dan Fandrich |
2017-08-28 | asyn-thread: Improved cleanup after OOM situations | Dan Fandrich |
2017-08-28 | asyn-thread: Set errno to the proper value ENOMEM in OOM situation | Dan Fandrich |
2017-07-10 | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro |
2017-07-06 | asyn-thread.c: fix unused variable warnings on macOS | Daniel Stenberg |
2017-05-10 | multi: use a fixed array of timers instead of malloc | Daniel Stenberg |
2017-05-07 | asyn-thread: fix unused macro warnings | Marcel Raad |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
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-18 | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-07 | resolve: enable protocol family logic for synthesized IPv6 | Luo Jinghua |
2016-06-07 | resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS | Luo Jinghua |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-12-27 | code/docs: Use correct case for IPv4 and IPv6 | Steve Holme |
2014-12-14 | asyn-thread: We prefer 'CURLcode result' | Steve Holme |
2014-09-23 | threaded-resolver: revert Curl_expire_latest() switch | Daniel Stenberg |
2014-08-31 | low-speed-limit: avoid timeout flood | Daniel Stenberg |
2014-08-31 | resolve: cache lookup for async resolvers | Michael Wallner |
2014-05-22 | bits.close: Fixed compilation warning | Steve Holme |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-01-10 | threaded-resolver: never use NULL hints with getaddrinfo | Daniel Stenberg |
2013-09-17 | dns: fix compilation with MinGW from commit df69440d05f113 | Steve Holme |
2013-09-12 | libcurl: New options to bind DNS to local interfaces or IP addresses | Kim Vandry |
2013-09-10 | NI_MAXSERV: remove all use of it | Daniel Stenberg |
2013-02-18 | resolver_error: remove wrong error message output | Daniel Stenberg |
2013-02-18 | Curl_resolver_is_resolved: show proper host name on failed resolve | Kim Vandry |
2013-02-18 | Curl_resolver_is_resolved: fix compiler warning | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-01-04 | win32-threaded-resolver: stop using a dummy socket | Daniel Stenberg |
2011-11-17 | CURLOPT_DNS_SERVERS: set name servers if possible | Jason Glasgow |