summaryrefslogtreecommitdiffstats
path: root/libc/inet/resolv.c
Commit message (Expand)AuthorAgeFilesLines
* resolv: fix bug in res_init with ipv6 nameserversBernhard Reutner-Fischer2011-06-291-2/+2
* resolv: try next server on SERVFAILBernhard Reutner-Fischer2011-06-291-1/+1
* resolv: really fix res_close not to hang with ipv6Bernhard Reutner-Fischer2011-04-131-2/+2
* resolv: fix res_close not to hang with ipv6Bernhard Reutner-Fischer2011-04-121-1/+1
* resolv.c fails for /etc/hosts lookupsPhilip Nye2010-11-231-8/+12
* Fix resolver broken in NPTL buildTimo Teräs2010-08-281-2/+2
* resolv: simplify MAXALIAS handlingBernhard Reutner-Fischer2010-08-191-16/+7
* resolver: switch to config parserBernhard Reutner-Fischer2010-08-051-136/+119
* Immediately try next nameserver on recv() failureIngo van Lil2010-07-281-1/+3
* resolv: various memory corruption and off by one fixesTimo Teras2010-05-071-4/+8
* resolv: tentatively fix usage of uninitialized DNS parametersDenys Vlasenko2010-04-091-4/+2
* Fix use-after-free bug in __dns_lookupGabor Juhos2010-04-061-3/+1
* resolv: DEBUG-print nameserver we talk toBernhard Reutner-Fischer2010-03-301-2/+18
* /etc/resolv.conf: support "timeout:n" and "attempts:n" optionsDenys Vlasenko2010-02-031-13/+41
* errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj2010-02-011-1/+1
* libc/inet: mark other odd /etc/conf/ spotBernhard Reutner-Fischer2010-01-231-0/+2
* check stat("/etc/resolv.conf") for errorsDenys Vlasenko2009-10-141-1/+2
* libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer2009-10-131-6/+9
* link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer2009-10-081-0/+4
* resolv.c: add support for per thread res_stateAustin Foxley2009-09-261-3/+52
* libc/inet/resolv.c:Denis Vlasenko2009-04-181-276/+465
* resolver:Denis Vlasenko2009-03-101-63/+7
* - fix comment style to make it compile againBernhard Reutner-Fischer2009-02-131-27/+37
* resolv: fix testcase failureDenis Vlasenko2008-12-171-2/+2
* remove __libc_getdomainname alias. google says only we have it.Denis Vlasenko2008-12-101-6/+1
* resolver: make new name resolutions reread /etc/resolv.confDenis Vlasenko2008-12-061-219/+197
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-011-0/+1
* gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko2008-12-011-15/+20
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-28/+29
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-6/+6
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-4/+4
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* resolver: use timeout of 5 (glibc uses that).Denis Vlasenko2008-11-171-10/+7
* resolver: separate gethostent and gethostent_r into two .o files;Denis Vlasenko2008-11-171-131/+134
* resolver: move large code blocks to arrange related functions closer.Denis Vlasenko2008-11-171-510/+489
* resolver: fix some previous TODOs, add new ones.Denis Vlasenko2008-11-171-179/+198
* resolver: improved support for overriding DNS server addressesDenis Vlasenko2008-11-161-48/+114
* resolver: make getaddrinfo actually respect _res.nsaddr_list;Denis Vlasenko2008-11-161-202/+335
* resolver: more locking fixes.Denis Vlasenko2008-11-151-108/+138
* fixing resolver part 3: fix completely bogus lockingDenis Vlasenko2008-11-141-304/+311
* fixing resolver part 2: make _res structure membersDenis Vlasenko2008-11-141-11/+17
* fixing resolver, part 1Denis Vlasenko2008-11-141-90/+136
* resolver: reinstate searching if search domains accidentally nukedDenis Vlasenko2008-11-021-4/+15
* __dns_lookup: document and optimize a bitDenis Vlasenko2008-11-011-33/+45
* resolver: partially fix bug 660 -Denis Vlasenko2008-11-011-21/+42
* resolver: fix part of bug 1468:Denis Vlasenko2008-11-011-7/+20
* resolver: trivial code trasformations for readability.Denis Vlasenko2008-11-011-89/+96
* trivial code shrink by making some strings staticDenis Vlasenko2008-11-011-2/+4
* make getaddrinfo to NOT query DNS for IPv6 address if host is inDenis Vlasenko2008-10-281-17/+31
* Revert revision 19343 and also remove libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-121-34/+16