Age | Commit message (Expand) | Author |
2020-02-17 | socks: make the connect phase non-blocking | Daniel Stenberg |
2020-01-10 | fix: Copyright year out of date, should be 2020 | Daniel Stenberg |
2020-01-10 | hostip: move code to resolve IP address literals to `Curl_resolv` | Marcel Raad |
2019-12-13 | hostip: suppress compiler warning | Marcel Raad |
2019-10-01 | lib: silence conversion warnings | Marcel Raad |
2019-08-01 | timediff: make it 64 bit (if possible) even with 32 bit time_t | Daniel Stenberg |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-05-17 | hostip: CURL_DISABLE_SHUFFLE_DNS | Daniel Stenberg |
2019-05-11 | doh: disable DOH for the cases it doesn't work | Daniel Stenberg |
2019-04-11 | CURLOPT_DNS_USE_GLOBAL_CACHE: remove | Daniel Stenberg |
2019-02-12 | Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning | Romain Geissler |
2019-02-11 | hostip: make create_hostcache_id avoid alloc + free | Daniel Stenberg |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2018-12-27 | hostip: support wildcard hosts | Claes Jakobsson |
2018-10-08 | hostip: fix check on Curl_shuffle_addr return value | Rick Deist |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-09-06 | setopt: add CURLOPT_DOH_URL | Daniel Stenberg |
2018-08-02 | hostip: fix unused variable warning | Marcel Raad |
2018-06-01 | CURLOPT_RESOLVE: always purge old entry first | Alibek.Jorajev |
2018-03-17 | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist |
2018-03-12 | Revert "hostip: fix compiler warning: 'variable set but not used'" | Daniel Stenberg |
2018-03-11 | hostip: fix compiler warning: 'variable set but not used' | Michael Kaufmann |
2018-02-21 | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano |
2018-02-20 | hostip: fix 'potentially uninitialized variable' warning | Jay Satiro |
2018-02-20 | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken |
2017-12-10 | RESOLVE: output verbose text when trying to set a duplicate name | Daniel Stenberg |
2017-12-06 | configure: check for netinet/in6.h | Randall S. Becker |
2017-11-17 | resolve: allow IP address within [] brackets | 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-12 | code style: remove wrong uses of multiple spaces | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-05-24 | time: fix type conversions and compiler warnings | Michael Kaufmann |
2017-04-26 | lib: remove unused code | Marcel Raad |
2017-03-26 | spelling fixes | klemens |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-18 | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad |
2016-10-10 | resolve: add error message when resolving using SIGALRM | Andreas Streichardt |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-03-29 | hostip.c: minor white space edit for style | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-05-18 | hostip: fix unintended destruction of hash table | Anthony Avina |
2015-05-12 | hostcache: made all host caches use structs, not pointers | Daniel Stenberg |
2015-04-03 | hostip: fix compiler warnings | Daniel Stenberg |
2015-04-03 | actually implement CURLOPT_RESOLVE removals | Stefan Bühler |
2015-04-03 | move Curl_share_lock and ref counting into Curl_fetch_addr | Stefan Bühler |
2015-04-03 | fix refreshing of obsolete dns cache entries | Stefan Bühler |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |