| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | resolver: fix some previous TODOs, add new ones. | Denis Vlasenko | 2008-11-17 | 1 | -179/+198 |
* | resolver: improved support for overriding DNS server addresses | Denis Vlasenko | 2008-11-16 | 1 | -48/+114 |
* | resolver: make getaddrinfo actually respect _res.nsaddr_list; | Denis Vlasenko | 2008-11-16 | 1 | -202/+335 |
* | resolver: more locking fixes. | Denis Vlasenko | 2008-11-15 | 1 | -108/+138 |
* | fixing resolver part 3: fix completely bogus locking | Denis Vlasenko | 2008-11-14 | 1 | -304/+311 |
* | fixing resolver part 2: make _res structure members | Denis Vlasenko | 2008-11-14 | 1 | -11/+17 |
* | fixing resolver, part 1 | Denis Vlasenko | 2008-11-14 | 1 | -90/+136 |
* | resolver: reinstate searching if search domains accidentally nuked | Denis Vlasenko | 2008-11-02 | 1 | -4/+15 |
* | __dns_lookup: document and optimize a bit | Denis Vlasenko | 2008-11-01 | 1 | -33/+45 |
* | resolver: partially fix bug 660 - | Denis Vlasenko | 2008-11-01 | 1 | -21/+42 |
* | resolver: fix part of bug 1468: | Denis Vlasenko | 2008-11-01 | 1 | -7/+20 |
* | resolver: trivial code trasformations for readability. | Denis Vlasenko | 2008-11-01 | 1 | -89/+96 |
* | trivial code shrink by making some strings static | Denis Vlasenko | 2008-11-01 | 1 | -2/+4 |
* | make getaddrinfo to NOT query DNS for IPv6 address if host is in | Denis Vlasenko | 2008-10-28 | 1 | -17/+31 |
* | Revert revision 19343 and also remove libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 1 | -34/+16 |
* | Remove superfluous attribute_hidden from function | Denis Vlasenko | 2008-06-06 | 1 | -1/+1 |
* | Use more natural way to return a value in __read_etc_hosts_r: | Denis Vlasenko | 2008-06-06 | 1 | -24/+21 |
* | Fix failure in test/inet/gethost_r-align: | Denis Vlasenko | 2008-06-06 | 1 | -4/+8 |
* | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt | 2008-06-04 | 1 | -1/+0 |
* | close bug 473: | Denis Vlasenko | 2008-06-03 | 1 | -33/+39 |
* | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | 2008-06-03 | 1 | -9/+27 |
* | libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverse | Denis Vlasenko | 2008-06-02 | 1 | -87/+88 |
* | Fix build failure due to missing 'smallint' definition | Carmelo Amoroso | 2008-05-27 | 1 | -1/+0 |
* | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -11/+5 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -12/+12 |
* | add hidden_proto's for __uc_malloc | Denis Vlasenko | 2008-02-12 | 1 | -0/+1 |
* | Use poll() rather than select() if the former is available to wait in | Peter Kjellerstedt | 2008-01-11 | 1 | -0/+26 |
* | Daniel Jacobowitz writes: | Mike Frysinger | 2008-01-09 | 1 | -0/+26 |
* | This patch will fix a problem when the same host is defined with both IPv4 and | Mike Frysinger | 2007-09-28 | 1 | -2/+8 |
* | do not check the pointer before freeing it since free(NULL) works just fine | Mike Frysinger | 2007-09-28 | 1 | -8/+4 |
* | cleanup code style | Mike Frysinger | 2007-09-28 | 1 | -323/+301 |
* | patch #3: make resolv.c use __uc_malloc | Denis Vlasenko | 2007-07-30 | 1 | -12/+29 |
* | - include stdbool.h | Bernhard Reutner-Fischer | 2007-04-23 | 1 | -0/+1 |
* | - shrink resolver code | Bernhard Reutner-Fischer | 2007-04-17 | 1 | -73/+76 |
* | Warning fix for uninitialized variable, by Al Stone. | Rob Landley | 2007-03-28 | 1 | -0/+1 |
* | Ronald Maeder writes: | Eric Andersen | 2007-02-02 | 1 | -10/+36 |
* | use the correct lock for access to __nameserver[] | Eric Andersen | 2007-02-02 | 1 | -9/+9 |
* | fix lock naming | Eric Andersen | 2007-02-02 | 1 | -6/+6 |
* | Ronald Maeder writes: | Eric Andersen | 2007-02-02 | 1 | -0/+12 |
* | fix obvious bug in ipv4/ipv6 resolving. When not using AF_INET, | Eric Andersen | 2007-02-02 | 1 | -1/+1 |
* | __resolv_lock is supposed to be shared, not static | Eric Andersen | 2006-12-08 | 1 | -2/+2 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -321/+314 |
* | fix h_alias handling in gethostbyaddr_r() just like in gethostbyname_r() | Mike Frysinger | 2006-07-31 | 1 | -0/+11 |
* | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger | 2006-03-23 | 1 | -0/+1 |
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 1 | -2/+0 |
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 1 | -0/+2 |
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -2/+10 |
* | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger | 2006-01-16 | 1 | -0/+5 |
* | some global data relocs gone | Peter S. Mazinger | 2006-01-16 | 1 | -0/+1 |