index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
getaddrinfo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6
Rich Felker
2013-07-24
1
-14
/
+23
*
fix blank ai_canonname from getaddrinfo for non-CNAMEs
Rich Felker
2013-02-02
1
-1
/
+1
*
fix getaddrinfo to accept port 0 (zero)
Rich Felker
2012-09-22
1
-2
/
+2
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
remove scanf dependency from getaddrinfo /etc/services support
Rich Felker
2012-07-22
1
-5
/
+4
*
getaddrinfo /etc/services lookup support
Rich Felker
2012-07-22
1
-3
/
+16
*
improve name lookup performance in corner cases
Rich Felker
2012-04-01
1
-1
/
+1
*
port numbers should always be interpreted as decimal
Rich Felker
2011-08-01
1
-1
/
+1
*
disallow blank strings as service or host name
Rich Felker
2011-04-20
1
-0
/
+3
*
return the requested string as the "canonical name" for numeric addresses
Rich Felker
2011-04-08
1
-0
/
+1
*
fix all implicit conversion between signed/unsigned pointers
Rich Felker
2011-03-25
1
-1
/
+1
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+224