OSDN Git Service

openat*: use a static function with the different type and strong_alias_untyped
[uclinux-h8/uClibc.git] / include / resolv.h
2011-11-17 Bernhard Reutner... resolv: hide relocations
2011-08-26 Daniel Mackinclude/resolv.h: provide __res_state._u even if !__UCL...
2011-08-26 Daniel Mackinet/resolv: add res_ninit and res_nclose
2011-08-26 Daniel Mackinet/resolv: add res_mkquery
2011-08-26 Daniel Mackinet/resolv: add dn_skipname and ns_name_skip
2011-08-26 Daniel Mackinet/resolv: Add dn_comp
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-08 Peter S. Mazingerresolv.h: disable unneeded prototypes
2010-05-16 Denys Vlasenkoresolv.h: fix wring indentation of #ifdef/#endif pairs
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-02 Denys Vlasenko/etc/resolv.conf: support "timeout:n" and "attempts...
2009-09-26 Austin Foxleyinclude/: add tls errno and res_state
2008-12-29 Bernhard Reutner... - whitespace cleanup; no obj-code changes
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-17 Denis Vlasenkoresolver: use timeout of 5 (glibc uses that).
2008-11-17 Denis Vlasenkoresolver: separate gethostent and gethostent_r into...
2008-11-16 Denis Vlasenkoresolver: improved support for overriding DNS server...
2008-11-14 Denis Vlasenkofixing resolver part 2: make _res structure members
2007-04-17 Bernhard Reutner... - shrink resolver code
2006-02-25 "Steven J. Hill"This never gets defined. I have a patch pending in...
2005-12-09 Peter S. MazingerRemove patch chunk and remove unused
2005-12-09 Peter S. MazingerSync w/ glibc, should be equiv. to the earlier
2002-08-19 Eric AndersenFixup struct _res handling so apps using struct _res...
2002-08-16 Miles BaderRemove thread-specific stuff entirely.
2002-08-16 Miles Bader(_res): Define as a macro if __UCLIBC_HAS_THREADS__...
2002-08-16 Eric AndersenReplace all instances of _LIBC_REENTRANT with __UCLIBC_...
2002-01-17 David McCulloughThe resolver is still using the old API so we cannot...
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
2001-07-11 David McCulloughAdded __BEGIN_DECLS and __END_DECLS to the files that...
2001-05-31 Eric AndersenCleanup some stupid warnings
2001-02-26 David McCulloughAdded res_init and res_query
2001-02-03 Eric AndersenFix up the set of include files pulled into resolv.h
2000-07-06 Eric AndersenLots and lots of cleanups.
2000-05-14 Erik AndersenInitial revision