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
/
getaddrinfo.c
Age
Commit message (
Expand
)
Author
Lines
2015-09-25
make getaddrinfo return error if both host and service name are null
Rich Felker
-0
/
+2
2015-02-07
make getaddrinfo support SOCK_RAW and other socket types
Rich Felker
-30
/
+4
2014-06-04
add support for ipv6 scope_id to getaddrinfo and getnameinfo
Rich Felker
-0
/
+1
2014-05-31
refactor getaddrinfo and add support for most remaining features
Rich Felker
-228
/
+94
2013-11-27
reject invalid address families in getaddrinfo
Rich Felker
-0
/
+3
2013-11-25
remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c
Szabolcs Nagy
-3
/
+0
2013-07-24
make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6
Rich Felker
-14
/
+23
2013-02-02
fix blank ai_canonname from getaddrinfo for non-CNAMEs
Rich Felker
-1
/
+1
2012-09-22
fix getaddrinfo to accept port 0 (zero)
Rich Felker
-2
/
+2
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-1
/
+1
2012-07-22
remove scanf dependency from getaddrinfo /etc/services support
Rich Felker
-5
/
+4
2012-07-22
getaddrinfo /etc/services lookup support
Rich Felker
-3
/
+16
2012-04-01
improve name lookup performance in corner cases
Rich Felker
-1
/
+1
2011-08-01
port numbers should always be interpreted as decimal
Rich Felker
-1
/
+1
2011-04-20
disallow blank strings as service or host name
Rich Felker
-0
/
+3
2011-04-08
return the requested string as the "canonical name" for numeric addresses
Rich Felker
-0
/
+1
2011-03-25
fix all implicit conversion between signed/unsigned pointers
Rich Felker
-1
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+224