index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
inet
/
resolv.c
Age
Commit message (
Expand
)
Author
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, a few more functions
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
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-17
resolver: move large code blocks to arrange related functions closer.
Denis Vlasenko
2008-11-17
resolver: fix some previous TODOs, add new ones.
Denis Vlasenko
2008-11-16
resolver: improved support for overriding DNS server addresses
Denis Vlasenko
2008-11-16
resolver: make getaddrinfo actually respect _res.nsaddr_list;
Denis Vlasenko
2008-11-15
resolver: more locking fixes.
Denis Vlasenko
2008-11-14
fixing resolver part 3: fix completely bogus locking
Denis Vlasenko
2008-11-14
fixing resolver part 2: make _res structure members
Denis Vlasenko
2008-11-14
fixing resolver, part 1
Denis Vlasenko
2008-11-02
resolver: reinstate searching if search domains accidentally nuked
Denis Vlasenko
2008-11-01
__dns_lookup: document and optimize a bit
Denis Vlasenko
2008-11-01
resolver: partially fix bug 660 -
Denis Vlasenko
2008-11-01
resolver: fix part of bug 1468:
Denis Vlasenko
2008-11-01
resolver: trivial code trasformations for readability.
Denis Vlasenko
2008-11-01
trivial code shrink by making some strings static
Denis Vlasenko
2008-10-28
make getaddrinfo to NOT query DNS for IPv6 address if host is in
Denis Vlasenko
2008-06-12
Revert revision 19343 and also remove libc_hidden_proto for __uc_malloc.
Bernd Schmidt
2008-06-06
Remove superfluous attribute_hidden from function
Denis Vlasenko
2008-06-06
Use more natural way to return a value in __read_etc_hosts_r:
Denis Vlasenko
2008-06-06
Fix failure in test/inet/gethost_r-align:
Denis Vlasenko
2008-06-04
This fixes a problem with the move of libc_hidden_proto to string.h.
Bernd Schmidt
2008-06-03
close bug 473:
Denis Vlasenko
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-06-02
libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverse
Denis Vlasenko
2008-05-27
Fix build failure due to missing 'smallint' definition
Carmelo Amoroso
2008-05-20
- remove old-style definitions. No object-code changes.
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-02-12
add hidden_proto's for __uc_malloc
Denis Vlasenko
2008-01-11
Use poll() rather than select() if the former is available to wait in
Peter Kjellerstedt
2008-01-09
Daniel Jacobowitz writes:
Mike Frysinger
2007-09-28
This patch will fix a problem when the same host is defined with both IPv4 and
Mike Frysinger
2007-09-28
do not check the pointer before freeing it since free(NULL) works just fine
Mike Frysinger
2007-09-28
cleanup code style
Mike Frysinger
2007-07-30
patch #3: make resolv.c use __uc_malloc
Denis Vlasenko
2007-04-23
- include stdbool.h
Bernhard Reutner-Fischer
2007-04-17
- shrink resolver code
Bernhard Reutner-Fischer
2007-03-28
Warning fix for uninitialized variable, by Al Stone.
Rob Landley
2007-02-02
Ronald Maeder writes:
Eric Andersen
2007-02-02
use the correct lock for access to __nameserver[]
Eric Andersen
2007-02-02
fix lock naming
Eric Andersen
2007-02-02
Ronald Maeder writes:
Eric Andersen
2007-02-02
fix obvious bug in ipv4/ipv6 resolving. When not using AF_INET,
Eric Andersen
2006-12-08
__resolv_lock is supposed to be shared, not static
Eric Andersen
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-07-31
fix h_alias handling in gethostbyaddr_r() just like in gethostbyname_r()
Mike Frysinger
[next]