respect iso c namespace in stdio.h and wchar.h regarding va_list
[musl] / src / network /
2013-06-26 Rich Felkerimplement inet_lnaof, inet_netof, and inet_makeaddr
2013-06-26 Rich Felkeradd ether_aton[_r] and ether_ntoa[_r] functions
2013-04-09 rofl0rgetifaddrs: implement proper ipv6 netmasks
2013-04-05 rofl0rgetifaddrs: remove unused label
2013-04-05 rofl0rgetifaddrs: use if_nameindex to enumerate interfaces
2013-04-05 rofl0rgetifaddrs: one less indent level
2013-04-05 rofl0rgetifaddrs: less malloc
2013-04-05 rofl0radd getifaddrs
2013-04-05 Rich Felkerimplement dn_skipname (legacy resolver function)
2013-02-02 Rich Felkerdynamically allocate storage for gethostby* buffers
2013-02-02 Rich Felkerfix blank ai_canonname from getaddrinfo for non-CNAMEs
2013-02-02 Rich Felkerfix memory leak due to double call to getaddrinfo in...
2013-02-02 Rich Felkerfix error returns in gethostby*_r functions
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-19 rofl0radd inet_network (required for wine)
2012-11-05 Rich Felkerimprove SOCK_NONBLOCK/SOCK_CLOEXEC fallback code
2012-09-29 Rich Felkerfix some more O_CLOEXEC/SOCK_CLOEXEC issues
2012-09-29 Rich Felkermove accept4, dup3, and pipe2 to non-linux-specific...
2012-09-29 Rich Felkeremulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre...
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-07-22 Rich Felkermake getservby*_r return error code rather than -1...
2012-07-21 Rich Felkerfix logic error for skipping failed interfaces in if_na...
2012-07-15 Rich Felkerfix getservby*() with null pointer for protocol argument
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2012-05-17 Rich Felkerfix misplaced semicolon in preprocessor directive ...
2012-05-13 Rich Felkeruse __h_errno_location for h_errno
2012-04-02 Rich Felkerimprove name lookup performance in corner cases
2012-02-23 Rich Felkerfix for previous incorrect fix of cancellation in dns...
2012-02-11 Rich Felkerfix default nameserver when resolv.conf doesn't exist
2012-02-11 Rich Felkerfix illegal goto out of cleanup context in dns lookups
2011-09-22 Rich Felkermake dns lookups (and thus getaddrinfo) cancellable
2011-09-22 Rich Felkeruse poll rather than select in dns lookups (also clock_...
2011-09-13 Rich Felkerremove some stray trailing space characters
2011-08-03 Rich Felkerimplement if_nameindex and if_freenameindex
2011-08-01 Rich Felkerfix wrong messages in gai_strerror
2011-08-01 Rich Felkerport numbers should always be interpreted as decimal
2011-07-12 Rich Felker"implement" getnetbyaddr and getnetbyname
2011-07-01 Rich Felkerres_search symbol, aliased to res_query for now (better...
2011-04-25 Rich Felkerfix bug in ipv6 parsing that prevented parsing a lone...
2011-04-25 Rich Felkeripv6 parsing code (formerly dummied-out)
2011-04-21 Rich Felkerfix bogus return values for inet_pton
2011-04-21 Rich Felkerdisallow blank strings as service or host name
2011-04-21 Rich Felkerfix bugs in ipv4 parsing
2011-04-19 Rich Felkerdns lookups: protect against cancellation and fix incor...
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-12 Rich Felkeroptimize ntohl etc. in terms of bswap functions
2011-04-08 Rich Felkerworkaround broken msghdr struct on 64bit linux
2011-04-08 Rich Felkerfix ipv6 address printing: 2001 appeared as 201, etc.
2011-04-08 Rich Felkerfix broken dns response parsing code that made most...
2011-04-08 Rich Felkerreturn the requested string as the "canonical name...
2011-04-08 Rich Felkerfix uninitialized variables in dns lookup code
2011-04-06 Rich Felkeradd _res (__res_state()) dummy
2011-04-05 Rich Felkerimplement if_indextoname and if_nametoindex functions
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-02-15 Rich Felkercleanup socketcall syscall interface to ease porting...
2011-02-15 Rich Felkeranother pointer signedness fix
2011-02-12 Rich Felkerinitial check-in, version 0.5.0