index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
lookup_name.c
Age
Commit message (
Expand
)
Author
Lines
2018-09-12
overhaul internally-public declarations using wrapper headers
Rich Felker
-3
/
+1
2018-09-12
move __res_msend_rc declaration to lookup.h
Rich Felker
-1
/
+0
2018-09-12
move and deduplicate declarations of __dns_parse to make it checkable
Rich Felker
-1
/
+0
2018-09-02
fix stack-based oob memory clobber in resolver's result sorting
Rich Felker
-1
/
+1
2018-07-11
resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs
Rich Felker
-15
/
+32
2018-06-26
resolver: omit final dot (root/suppress-search) in canonical name
Rich Felker
-0
/
+4
2017-10-18
in dns parsing callback, enforce MAXADDRS to preclude overflow
Rich Felker
-0
/
+1
2017-04-11
fix read past end of buffer in getaddrinfo backend
Rich Felker
-2
/
+2
2016-06-29
refactor name_from_dns in hostname lookup backend
Natanael Copa
-14
/
+13
2016-06-29
in performing dns lookups, check result from res_mkquery
Natanael Copa
-0
/
+4
2016-03-02
handle non-matching address family entries in hosts file
Rich Felker
-3
/
+11
2016-01-28
reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing
Rich Felker
-5
/
+6
2016-01-28
add support for search domains to dns resolver
Rich Felker
-1
/
+41
2016-01-28
fix handling of dns response codes
Rich Felker
-1
/
+2
2015-10-26
safely handle failure to open hosts, services, resolv.conf files
Rich Felker
-1
/
+9
2014-06-21
implement result address sorting in the resolver (getaddrinfo, etc.)
Rich Felker
-0
/
+135
2014-06-06
accept trailing . and empty domain names
Szabolcs Nagy
-3
/
+4
2014-06-05
fix the domain name length limit checks
Szabolcs Nagy
-2
/
+2
2014-06-04
add support for reverse name lookups from hosts file to getnameinfo
Rich Felker
-38
/
+3
2014-06-04
add support for ipv6 scope_id to getaddrinfo and getnameinfo
Rich Felker
-4
/
+27
2014-06-03
fix negative response and non-response handling for dns queries
Rich Felker
-1
/
+4
2014-06-02
remove cruft from old resolver and numeric ip parsing
Rich Felker
-1
/
+3
2014-06-02
switch standard resolver functions to use the new dns backend
Rich Felker
-21
/
+61
2014-06-02
fix off-by-one in checking hostname length in new resolver backend
Rich Felker
-2
/
+2
2014-05-31
refactor getaddrinfo and add support for most remaining features
Rich Felker
-0
/
+168