Age | Commit message (Expand) | Author |
2021-11-26 | libc/inet/resolv: fix per thread res_state access | Peter Seiderer |
2020-09-21 | Support b64_ntop(), b64_pton() (bsd-compat) | Waldemar Brodkorb |
2011-11-17 | resolv: hide relocations | Bernhard Reutner-Fischer |
2011-08-26 | include/resolv.h: provide __res_state._u even if !__UCLIBC_HAS_IPV6__ | Daniel Mack |
2011-08-26 | inet/resolv: add res_ninit and res_nclose | Daniel Mack |
2011-08-26 | inet/resolv: add res_mkquery | Daniel Mack |
2011-08-26 | inet/resolv: add dn_skipname and ns_name_skip | Daniel Mack |
2011-08-26 | inet/resolv: Add dn_comp | Daniel Mack |
2011-03-08 | resolv.h: disable unneeded prototypes | Peter S. Mazinger |
2010-05-16 | resolv.h: fix wring indentation of #ifdef/#endif pairs | Denys Vlasenko |
2010-02-03 | /etc/resolv.conf: support "timeout:n" and "attempts:n" options | Denys Vlasenko |
2009-09-26 | include/: add tls errno and res_state | Austin Foxley |
2008-12-29 | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-17 | resolver: use timeout of 5 (glibc uses that). | Denis Vlasenko |
2008-11-17 | resolver: separate gethostent and gethostent_r into two .o files; | Denis Vlasenko |
2008-11-16 | resolver: improved support for overriding DNS server addresses | Denis Vlasenko |
2008-11-14 | fixing resolver part 2: make _res structure members | Denis Vlasenko |
2007-04-17 | - shrink resolver code | Bernhard Reutner-Fischer |
2006-02-25 | This never gets defined. I have a patch pending in glibc too. | "Steven J. Hill" |
2005-12-09 | Remove patch chunk and remove unused | Peter S. Mazinger |
2005-12-09 | Sync w/ glibc, should be equiv. to the earlier | Peter S. Mazinger |
2002-08-19 | Fixup struct _res handling so apps using struct _res can actually | Eric Andersen |
2002-08-16 | Remove thread-specific stuff entirely. | Miles Bader |
2002-08-16 | (_res): Define as a macro if __UCLIBC_HAS_THREADS__ is defined, | Miles Bader |
2002-08-16 | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen |
2002-01-17 | The resolver is still using the old API so we cannot use the new resolver | David McCullough |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen |
2001-07-11 | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough |
2001-05-31 | Cleanup some stupid warnings | Eric Andersen |
2001-02-26 | Added res_init and res_query | David McCullough |
2001-02-03 | Fix up the set of include files pulled into resolv.h | Eric Andersen |
2000-07-06 | Lots and lots of cleanups. | Eric Andersen |
2000-05-14 | Initial revision | Erik Andersen |