summaryrefslogtreecommitdiff
path: root/lib/hostip.c
Commit message (Expand)AuthorAgeFilesLines
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-171-1/+73
* Revert "hostip: fix compiler warning: 'variable set but not used'"Daniel Stenberg2018-03-121-1/+1
* hostip: fix compiler warning: 'variable set but not used'Michael Kaufmann2018-03-111-1/+1
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-211-0/+12
* hostip: fix 'potentially uninitialized variable' warningJay Satiro2018-02-201-2/+2
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-201-27/+89
* RESOLVE: output verbose text when trying to set a duplicate nameDaniel Stenberg2017-12-101-1/+4
* configure: check for netinet/in6.hRandall S. Becker2017-12-061-0/+3
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-171-1/+12
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-1/+1
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-2/+2
* code style: remove wrong uses of multiple spacesDaniel Stenberg2017-09-121-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-5/+5
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-241-3/+4
* lib: remove unused codeMarcel Raad2017-04-261-1/+0
* spelling fixesklemens2017-03-261-3/+3
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-1/+1
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-1/+1
* resolve: add error message when resolving using SIGALRMAndreas Streichardt2016-10-101-2/+5
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-9/+9
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-1/+1
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* hostip.c: minor white space edit for styleDaniel Stenberg2016-03-291-2/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* hostip: fix unintended destruction of hash tableAnthony Avina2015-05-181-1/+1
* hostcache: made all host caches use structs, not pointersDaniel Stenberg2015-05-121-3/+4
* hostip: fix compiler warningsDaniel Stenberg2015-04-031-36/+1
* actually implement CURLOPT_RESOLVE removalsStefan Bühler2015-04-031-4/+38
* move Curl_share_lock and ref counting into Curl_fetch_addrStefan Bühler2015-04-031-20/+52
* fix refreshing of obsolete dns cache entriesStefan Bühler2015-04-031-38/+32
* checksrc: use space after commaDaniel Stenberg2015-03-171-1/+1
* hostip: Fix signal race in Curl_resolv_timeout.Tobias Stoeckmann2015-03-141-26/+27
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* hostip: remove 'stale' argument from Curl_fetch_addr protoDaniel Stenberg2015-01-071-11/+10
* code/docs: Use correct case for IPv4 and IPv6Steve Holme2014-12-271-2/+2
* resolve: cache lookup for async resolversMichael Wallner2014-08-311-23/+48
* hostip: don't remove DNS entries that are in useRomulo A. Ceccon2014-01-281-1/+1
* hostip: don't prune DNS cache entries that are in useDaniel Stenberg2013-11-251-4/+9
* global dns cache: fix memory leakDaniel Stenberg2013-08-081-0/+4
* global dns cache: didn't work [regression]Daniel Stenberg2013-08-081-12/+15
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+820
* build: rename 93 lib/*.c filesYang Tse2013-01-031-820/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-12/+12
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-13/+13
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg2012-11-181-2/+6
* hostip.c: fix potential write past the end of string bufferYang Tse2012-01-021-1/+1
* hostip.c: fix Curl_loadhostpairs() OOM handlingYang Tse2012-01-021-1/+3
* create_hostcache_id: use the key lower casedDaniel Stenberg2011-12-311-3/+12