summaryrefslogtreecommitdiff
path: root/libc/inet/resolv.c
AgeCommit message (Expand)Author
2015-04-12remove link warningsWaldemar Brodkorb
2015-03-16resolv: fix unaligned tmp buffer corner-caseAlexey Brodkin
2014-04-23resolv: try next server on SERVFAILMichel Stam
2013-12-20inet: Fix threaded res_initKenneth Soerensen
2013-11-12Make res_init() thread safe.Kenneth Soerensen
2013-11-12Fix threaded use of res_ functions.Sørensen, Kenneth
2013-07-19inet: fix unsafe access to _res.options in res_mkquery()Vanya Sergeev
2013-03-29inet: fix getting the nameserver from _res state after res_init.Felix Fietkau
2013-03-20inet: do not filter responses in res_queryTimo Teräs
2013-03-20inet: Fix LT{.old,} compilation due to res_icloseBernhard Reutner-Fischer
2013-03-14inet: res_nclose: free user-buffer, not global _resBernhard Reutner-Fischer
2013-02-20inet: remove noreturn attribute from res_ncloseBernhard Reutner-Fischer
2012-08-04libc/inet/resolv.c: Use IE model for TLS data.Will Newton
2012-08-04libc/inet/resolv.c: Remove obsolete comment.Will Newton
2012-06-15resolv.c: shrink code a bit in getnameinfo.Peter S. Mazinger
2012-06-15fix a bunch of build warningsPeter S. Mazinger
2012-06-15resolv.c,time.c,_atexit.c: hide 3 locksPeter S. Mazinger
2012-06-15resolv.c: include param.h and use MIN instead of minPeter S. Mazinger
2012-06-15resolv.c: remove duplicated attribute_hiddenPeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-04-17resolv: tiny shrinkage in /etc/hosts handlingBernhard Reutner-Fischer
2012-04-17resolv: remove unused variablesBernhard Reutner-Fischer
2012-04-17resolv: Fix /etc/hosts for more than MAXALIASES aliasesBernhard Reutner-Fischer
2011-11-27make ARRAY_SIZE commonly available internallyMike Frysinger
2011-11-17resolv: hide relocationsBernhard Reutner-Fischer
2011-10-21resolv: fix memory leakBernhard Reutner-Fischer
2011-10-20resolv: commentary typo fixBernhard Reutner-Fischer
2011-10-20gethostbyname_r: set correct h_errno upon failureBernhard Reutner-Fischer
2011-10-20resolv: fix compilationBernhard Reutner-Fischer
2011-09-10resolv: simple optimizations and style/readability fixesDenys Vlasenko
2011-08-26inet/resolv: add res_ninit and res_ncloseDaniel Mack
2011-08-26inet/resolv: add res_mkqueryDaniel Mack
2011-08-26inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflagDaniel Mack
2011-08-26inet/resolv: add dn_skipname and ns_name_skipDaniel Mack
2011-08-26inet/resolv: Add dn_compDaniel Mack
2011-08-26inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compressDaniel Mack
2011-08-26inet/resolv: add ns_{put,get}{16,32}Daniel Mack
2011-08-26libc/inet/resolv.c: comment on #endif linesDaniel Mack
2011-06-17resolv: fix bug in res_init with ipv6 nameserversBernhard Reutner-Fischer
2011-06-14resolv: try next server on SERVFAILBernhard Reutner-Fischer
2011-04-13resolv: really fix res_close not to hang with ipv6Bernhard Reutner-Fischer
2011-04-12resolv: fix res_close not to hang with ipv6Bernhard Reutner-Fischer
2010-11-23resolv.c fails for /etc/hosts lookupsPhilip Nye
2010-08-28Fix resolver broken in NPTL buildTimo Teräs
2010-08-19resolv: simplify MAXALIAS handlingBernhard Reutner-Fischer
2010-08-05resolver: switch to config parserBernhard Reutner-Fischer
2010-07-28Immediately try next nameserver on recv() failureIngo van Lil
2010-05-07resolv: various memory corruption and off by one fixesTimo Teras
2010-04-09resolv: tentatively fix usage of uninitialized DNS parametersDenys Vlasenko
2010-04-06Fix use-after-free bug in __dns_lookupGabor Juhos