summaryrefslogtreecommitdiffstats
path: root/libc/inet/resolv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove superfluous attribute_hidden from functionDenis Vlasenko2008-06-061-1/+1
* Use more natural way to return a value in __read_etc_hosts_r:Denis Vlasenko2008-06-061-24/+21
* Fix failure in test/inet/gethost_r-align:Denis Vlasenko2008-06-061-4/+8
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-041-1/+0
* close bug 473:Denis Vlasenko2008-06-031-33/+39
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-9/+27
* libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverseDenis Vlasenko2008-06-021-87/+88
* Fix build failure due to missing 'smallint' definitionCarmelo Amoroso2008-05-271-1/+0
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-11/+5
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-12/+12
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-121-0/+1
* Use poll() rather than select() if the former is available to wait inPeter Kjellerstedt2008-01-111-0/+26