summaryrefslogtreecommitdiffstats
path: root/include/resolv.h
Commit message (Expand)AuthorAgeFilesLines
* resolv.h: disable unneeded prototypesPeter S. Mazinger2011-03-081-0/+20
* resolv.h: fix wring indentation of #ifdef/#endif pairsDenys Vlasenko2010-05-161-5/+6
* /etc/resolv.conf: support "timeout:n" and "attempts:n" optionsDenys Vlasenko2010-02-031-8/+6
* include/: add tls errno and res_stateAustin Foxley2009-09-261-5/+19
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-1/+1
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+3
* resolver: use timeout of 5 (glibc uses that).Denis Vlasenko2008-11-171-1/+2
* resolver: separate gethostent and gethostent_r into two .o files;Denis Vlasenko2008-11-171-1/+1
* resolver: improved support for overriding DNS server addressesDenis Vlasenko2008-11-161-7/+26
* fixing resolver part 2: make _res structure membersDenis Vlasenko2008-11-141-27/+39
* - shrink resolver codeBernhard Reutner-Fischer2007-04-171-0/+2
* This never gets defined. I have a patch pending in glibc too."Steven J. Hill"2006-02-251-2/+0
* Remove patch chunk and remove unusedPeter S. Mazinger2005-12-091-21/+0
* Sync w/ glibc, should be equiv. to the earlierPeter S. Mazinger2005-12-091-124/+167
* Fixup struct _res handling so apps using struct _res can actuallyEric Andersen2002-08-191-3/+2
* Remove thread-specific stuff entirely.Miles Bader2002-08-161-16/+5
* (_res): Define as a macro if __UCLIBC_HAS_THREADS__ is defined,Miles Bader2002-08-161-3/+9
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-1/+1
* The resolver is still using the old API so we cannot use the new resolverDavid McCullough2002-01-171-1/+2
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-66/+354
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-111-0/+4
* Cleanup some stupid warningsEric Andersen2001-05-311-11/+0
* Added res_init and res_queryDavid McCullough2001-02-261-0/+4
* Fix up the set of include files pulled into resolv.hEric Andersen2001-02-031-1/+9
* Lots and lots of cleanups.Eric Andersen2000-07-061-4/+4
* Initial revision0_9_1Erik Andersen2000-05-141-0/+85