about summary refs log tree commit diff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* optimize ntohl etc. in terms of bswap functionsRich Felker2011-04-124-20/+12
* workaround broken msghdr struct on 64bit linuxRich Felker2011-04-082-0/+21
* fix ipv6 address printing: 2001 appeared as 201, etc.Rich Felker2011-04-081-3/+5
* fix broken dns response parsing code that made most ipv6 lookups failRich Felker2011-04-081-4/+6
* return the requested string as the "canonical name" for numeric addressesRich Felker2011-04-081-0/+1
* fix uninitialized variables in dns lookup codeRich Felker2011-04-071-2/+2
* add _res (__res_state()) dummyRich Felker2011-04-061-0/+9
* implement if_indextoname and if_nametoindex functionsRich Felker2011-04-052-0/+36
* fix all implicit conversion between signed/unsigned pointersRich Felker2011-03-251-1/+1
* cleanup socketcall syscall interface to ease porting to sane(r) archsRich Felker2011-02-1519-94/+17
* another pointer signedness fixRich Felker2011-02-141-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1255-0/+1570