fix broken ttyname[_r] (failure to null-terminate result)
[musl] / src / network /
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