aboutsummaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)AuthorFilesLines
2011-04-21fix bogus return values for inet_ptonRich Felker1-2/+2
2011-04-20disallow blank strings as service or host nameRich Felker1-0/+3
2011-04-20fix bugs in ipv4 parsingRich Felker1-1/+2
2011-04-18dns lookups: protect against cancellation and fix incorrect error codesRich Felker1-4/+10
2011-04-17overhaul pthread cancellationRich Felker6-28/+6
2011-04-12optimize ntohl etc. in terms of bswap functionsRich Felker4-20/+12
2011-04-08workaround broken msghdr struct on 64bit linuxRich Felker2-0/+21
2011-04-08fix ipv6 address printing: 2001 appeared as 201, etc.Rich Felker1-3/+5
2011-04-08fix broken dns response parsing code that made most ipv6 lookups failRich Felker1-4/+6
2011-04-08return the requested string as the "canonical name" for numeric addressesRich Felker1-0/+1
2011-04-07fix uninitialized variables in dns lookup codeRich Felker1-2/+2
2011-04-06add _res (__res_state()) dummyRich Felker1-0/+9
2011-04-05implement if_indextoname and if_nametoindex functionsRich Felker2-0/+36
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker1-1/+1
2011-02-15cleanup socketcall syscall interface to ease porting to sane(r) archsRich Felker19-94/+17
2011-02-14another pointer signedness fixRich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker55-0/+1570