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
2010-11-23
resolv.c fails for /etc/hosts lookups
Philip Nye
2010-08-28
Fix resolver broken in NPTL build
Timo Teräs
2010-08-19
resolv: simplify MAXALIAS handling
Bernhard Reutner-Fischer
2010-08-05
resolver: switch to config parser
Bernhard Reutner-Fischer
2010-07-28
Immediately try next nameserver on recv() failure
Ingo van Lil
2010-05-07
resolv: various memory corruption and off by one fixes
Timo Teras
2010-04-09
resolv: tentatively fix usage of uninitialized DNS parameters
Denys Vlasenko
2010-04-06
Fix use-after-free bug in __dns_lookup
Gabor Juhos
2010-03-30
resolv: DEBUG-print nameserver we talk to
Bernhard Reutner-Fischer
2010-02-03
/etc/resolv.conf: support "timeout:n" and "attempts:n" options
Denys Vlasenko
2010-02-01
errno: hide __libc_resp, __libc_errno, and __libc_h_errno
Khem Raj
2010-01-23
libc/inet: mark other odd /etc/conf/ spot
Bernhard Reutner-Fischer
2009-10-14
check stat("/etc/resolv.conf") for errors
Denys Vlasenko
2009-10-13
libc/inet/resolv.c: reread resolv.conf if its mtime was changed
Bernhard Reutner-Fischer
2009-10-08
link-time warning for obsolescent/removed network funcs
Bernhard Reutner-Fischer
2009-09-26
resolv.c: add support for per thread res_state
Austin Foxley
2009-04-18
libc/inet/resolv.c:
Denis Vlasenko
2009-03-10
resolver:
Denis Vlasenko
2009-02-13
- fix comment style to make it compile again
Bernhard Reutner-Fischer
2008-12-17
resolv: fix testcase failure
Denis Vlasenko
2008-12-10
remove __libc_getdomainname alias. google says only we have it.
Denis Vlasenko
2008-12-06
resolver: make new name resolutions reread /etc/resolv.conf
Denis Vlasenko
2008-12-01
random: use smaller data fields where appropriate
Denis Vlasenko
2008-12-01
gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer
Denis Vlasenko
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
[next]