OSDN Git Service

fix spurious undefined behavior in getaddrinfo
[android-x86/external-musl-libc.git] / src / network / getaddrinfo.c
2019-02-20 Rich Felkerfix spurious undefined behavior in getaddrinfo
2019-02-20 Rich Felkerfix invalid free of partial addrinfo list with multiple...
2018-10-05 Rich Felkerallow freeaddrinfo of arbitrary sublists of addrinfo...
2018-09-19 Rich Felkerfix getaddrinfo regression with AI_ADDRCONFIG on some...
2018-07-15 Rich Felkerimplement getaddrinfo's AI_ADDRCONFIG flag
2015-09-25 Rich Felkermake getaddrinfo return error if both host and service...
2015-02-07 Rich Felkermake getaddrinfo support SOCK_RAW and other socket...
2014-06-04 Rich Felkeradd support for ipv6 scope_id to getaddrinfo and getnam...
2014-06-01 Rich Felkerrefactor getaddrinfo and add support for most remaining...
2013-11-27 Rich Felkerreject invalid address families in getaddrinfo
2013-11-25 Szabolcs Nagyremove duplicate includes from dynlink.c, strfmon.c...
2013-07-24 Rich Felkermake getaddrinfo with AF_UNSPEC and null host return...
2013-02-02 Rich Felkerfix blank ai_canonname from getaddrinfo for non-CNAMEs
2012-09-22 Rich Felkerfix getaddrinfo to accept port 0 (zero)
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-07-23 Rich Felkerremove scanf dependency from getaddrinfo /etc/services...
2012-07-22 Rich Felkergetaddrinfo /etc/services lookup support
2012-04-02 Rich Felkerimprove name lookup performance in corner cases
2011-08-01 Rich Felkerport numbers should always be interpreted as decimal
2011-04-21 Rich Felkerdisallow blank strings as service or host name
2011-04-08 Rich Felkerreturn the requested string as the "canonical name...
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0