summaryrefslogtreecommitdiffstats
path: root/libc/inet/resolv.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Daniel Jacobowitz writes:Mike Frysinger2008-01-091-0/+26
* This patch will fix a problem when the same host is defined with both IPv4 andMike Frysinger2007-09-281-2/+8
* do not check the pointer before freeing it since free(NULL) works just fineMike Frysinger2007-09-281-8/+4
* cleanup code styleMike Frysinger2007-09-281-323/+301
* patch #3: make resolv.c use __uc_mallocDenis Vlasenko2007-07-301-12/+29
* - include stdbool.hBernhard Reutner-Fischer2007-04-231-0/+1
* - shrink resolver codeBernhard Reutner-Fischer2007-04-171-73/+76
* Warning fix for uninitialized variable, by Al Stone.Rob Landley2007-03-281-0/+1
* Ronald Maeder writes:Eric Andersen2007-02-021-10/+36
* use the correct lock for access to __nameserver[]Eric Andersen2007-02-021-9/+9
* fix lock namingEric Andersen2007-02-021-6/+6
* Ronald Maeder writes:Eric Andersen2007-02-021-0/+12
* fix obvious bug in ipv4/ipv6 resolving. When not using AF_INET,Eric Andersen2007-02-021-1/+1
* __resolv_lock is supposed to be shared, not static Eric Andersen2006-12-081-2/+2
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-321/+314
* fix h_alias handling in gethostbyaddr_r() just like in gethostbyname_r()Mike Frysinger2006-07-311-0/+11
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-231-0/+1
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+1
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-2/+0
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-0/+2
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-2/+10
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+5
* some global data relocs gonePeter S. Mazinger2006-01-161-0/+1