summaryrefslogtreecommitdiff
path: root/include/resolv.h
AgeCommit message (Expand)Author
2010-05-16resolv.h: fix wring indentation of #ifdef/#endif pairsDenys Vlasenko
2010-02-03/etc/resolv.conf: support "timeout:n" and "attempts:n" optionsDenys Vlasenko
2009-09-26include/: add tls errno and res_stateAustin Foxley
2008-12-29- whitespace cleanup; no obj-code changesBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-17resolver: use timeout of 5 (glibc uses that).Denis Vlasenko
2008-11-17resolver: separate gethostent and gethostent_r into two .o files;Denis Vlasenko
2008-11-16resolver: improved support for overriding DNS server addressesDenis Vlasenko
2008-11-14fixing resolver part 2: make _res structure membersDenis Vlasenko
2007-04-17- shrink resolver codeBernhard Reutner-Fischer
2006-02-25This never gets defined. I have a patch pending in glibc too."Steven J. Hill"
2005-12-09Remove patch chunk and remove unusedPeter S. Mazinger
2005-12-09Sync w/ glibc, should be equiv. to the earlierPeter S. Mazinger
2002-08-19Fixup struct _res handling so apps using struct _res can actuallyEric Andersen
2002-08-16Remove thread-specific stuff entirely.Miles Bader
2002-08-16(_res): Define as a macro if __UCLIBC_HAS_THREADS__ is defined,Miles Bader
2002-08-16Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
2002-01-17The resolver is still using the old API so we cannot use the new resolverDavid McCullough
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough
2001-05-31Cleanup some stupid warningsEric Andersen
2001-02-26Added res_init and res_queryDavid McCullough
2001-02-03Fix up the set of include files pulled into resolv.hEric Andersen
2000-07-06Lots and lots of cleanups.Eric Andersen
2000-05-14Initial revisionErik Andersen