remove some stray trailing space characters
[musl] / src / network /
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