Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /etc/resolv.conf: support "timeout:n" and "attempts:n" options | Denys Vlasenko | 2010-02-03 | 1 | -8/+6 |
| | | | | | | | | | | | | | | text data bss dec hex filename - 1745 2 4 1751 6d7 libc/inet/dnslookup.o + 1760 2 4 1766 6e6 libc/inet/dnslookup.o - 962 0 4 966 3c6 libc/inet/opennameservers.o + 1099 0 4 1103 44f libc/inet/opennameservers.o - 462 4 472 938 3aa libc/inet/res_init.o + 454 4 468 926 39e libc/inet/res_init.o - 870 0 0 870 366 libc/inet/res_query.o + 867 0 0 867 363 libc/inet/res_query.o Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | include/: add tls errno and res_state | Austin Foxley | 2009-09-26 | 1 | -5/+19 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -0/+3 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | resolver: use timeout of 5 (glibc uses that). | Denis Vlasenko | 2008-11-17 | 1 | -1/+2 |
| | | | | | delete some duplication in constants. | ||||
* | resolver: separate gethostent and gethostent_r into two .o files; | Denis Vlasenko | 2008-11-17 | 1 | -1/+1 |
| | | | | | delete two stray files which compile to nothing | ||||
* | resolver: improved support for overriding DNS server addresses | Denis Vlasenko | 2008-11-16 | 1 | -7/+26 |
| | | | | | in _res structure. Used by busybox's nslookup. | ||||
* | fixing resolver part 2: make _res structure members | Denis Vlasenko | 2008-11-14 | 1 | -27/+39 |
| | | | | | configurable. we don't use most of it anyway. | ||||
* | - shrink resolver code | Bernhard Reutner-Fischer | 2007-04-17 | 1 | -0/+2 |
| | |||||
* | This never gets defined. I have a patch pending in glibc too. | "Steven J. Hill" | 2006-02-25 | 1 | -2/+0 |
| | |||||
* | Remove patch chunk and remove unused | Peter S. Mazinger | 2005-12-09 | 1 | -21/+0 |
| | |||||
* | Sync w/ glibc, should be equiv. to the earlier | Peter S. Mazinger | 2005-12-09 | 1 | -124/+167 |
| | |||||
* | Fixup struct _res handling so apps using struct _res can actually | Eric Andersen | 2002-08-19 | 1 | -3/+2 |
| | | | | | compile ("worst standard ever!") -Erik | ||||
* | Remove thread-specific stuff entirely. | Miles Bader | 2002-08-16 | 1 | -16/+5 |
| | |||||
* | (_res): Define as a macro if __UCLIBC_HAS_THREADS__ is defined, | Miles Bader | 2002-08-16 | 1 | -3/+9 |
| | | | | regardless of _LIBC. | ||||
* | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | 2002-08-16 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | The resolver is still using the old API so we cannot use the new resolver | David McCullough | 2002-01-17 | 1 | -1/+2 |
| | | | | version numbers or apps get confused. | ||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 1 | -66/+354 |
| | |||||
* | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | 2001-07-11 | 1 | -0/+4 |
| | | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. | ||||
* | Cleanup some stupid warnings | Eric Andersen | 2001-05-31 | 1 | -11/+0 |
| | |||||
* | Added res_init and res_query | David McCullough | 2001-02-26 | 1 | -0/+4 |
| | |||||
* | Fix up the set of include files pulled into resolv.h | Eric Andersen | 2001-02-03 | 1 | -1/+9 |
| | |||||
* | Lots and lots of cleanups. | Eric Andersen | 2000-07-06 | 1 | -4/+4 |
| | | | | -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+85 |