summaryrefslogtreecommitdiff
path: root/lib/hostip.c
AgeCommit message (Expand)Author
2017-05-24time: fix type conversions and compiler warningsMichael Kaufmann
2017-04-26lib: remove unused codeMarcel Raad
2017-03-26spelling fixesklemens
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-10-10resolve: add error message when resolving using SIGALRMAndreas Streichardt
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-03-29hostip.c: minor white space edit for styleDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-05-18hostip: fix unintended destruction of hash tableAnthony Avina
2015-05-12hostcache: made all host caches use structs, not pointersDaniel Stenberg
2015-04-03hostip: fix compiler warningsDaniel Stenberg
2015-04-03actually implement CURLOPT_RESOLVE removalsStefan Bühler
2015-04-03move Curl_share_lock and ref counting into Curl_fetch_addrStefan Bühler
2015-04-03fix refreshing of obsolete dns cache entriesStefan Bühler
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-14hostip: Fix signal race in Curl_resolv_timeout.Tobias Stoeckmann
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-01-07hostip: remove 'stale' argument from Curl_fetch_addr protoDaniel Stenberg
2014-12-27code/docs: Use correct case for IPv4 and IPv6Steve Holme
2014-08-31resolve: cache lookup for async resolversMichael Wallner
2014-01-28hostip: don't remove DNS entries that are in useRomulo A. Ceccon
2013-11-25hostip: don't prune DNS cache entries that are in useDaniel Stenberg
2013-08-08global dns cache: fix memory leakDaniel Stenberg
2013-08-08global dns cache: didn't work [regression]Daniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-18fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg
2012-01-02hostip.c: fix potential write past the end of string bufferYang Tse
2012-01-02hostip.c: fix Curl_loadhostpairs() OOM handlingYang Tse
2011-12-31create_hostcache_id: use the key lower casedDaniel Stenberg
2011-12-31CURLOPT_RESOLVE: avoid adding already present host namesDaniel Stenberg
2011-12-23resolve: don't leak pre-populated dns entriesDaniel Stenberg
2011-09-01hostip.c: return immediately from Curl_resolv_timeout() upon expired timeout.Yang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-25hostip: comment fixed to state current situationDaniel Stenberg
2011-04-25async resolvers: further cleanupsDaniel Stenberg
2010-12-01fix compiler warning: conversion may lose significant bitsYang Tse
2010-11-26hostip: edit commentYang Tse
2010-11-11ip_version: moved to connection structDaniel Stenberg
2010-11-08CURLOPT_RESOLVE: addedDaniel Stenberg
2010-04-13fix compiler warning: variable might be clobbered by longjmp or vforkYang Tse