summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)AuthorLines
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-11/+11
2012-07-22remove scanf dependency from getaddrinfo /etc/services supportRich Felker-5/+4
2012-07-22getaddrinfo /etc/services lookup supportRich Felker-3/+16
2012-07-22make getservby*_r return error code rather than -1 (and using errno)Rich Felker-19/+35
2012-07-21fix logic error for skipping failed interfaces in if_nameindexRich Felker-8/+7
2012-07-14fix getservby*() with null pointer for protocol argumentRich Felker-0/+8
2012-07-12workaround another sendmsg kernel bug on 64-bit machinesRich Felker-0/+13
2012-05-16fix misplaced semicolon in preprocessor directive (#undef h_errno)Rich Felker-1/+1
2012-05-12use __h_errno_location for h_errnoRich Felker-0/+9
2012-04-01improve name lookup performance in corner casesRich Felker-2/+2
2012-02-23fix for previous incorrect fix of cancellation in dns lookupsRich Felker-3/+4
2012-02-11fix default nameserver when resolv.conf doesn't existRich Felker-1/+2
2012-02-11fix illegal goto out of cleanup context in dns lookupsRich Felker-3/+3
2011-09-21make dns lookups (and thus getaddrinfo) cancellableRich Felker-4/+11
2011-09-21use poll rather than select in dns lookups (also clock_gettime)Rich Felker-12/+10
2011-09-13remove some stray trailing space charactersRich Felker-2/+2
2011-08-03implement if_nameindex and if_freenameindexRich Felker-0/+65
2011-08-01fix wrong messages in gai_strerrorRich Felker-0/+2
2011-08-01port numbers should always be interpreted as decimalRich Felker-1/+1
2011-07-12"implement" getnetbyaddr and getnetbynameRich Felker-0/+12
2011-06-30res_search symbol, aliased to res_query for now (better than nothing)Rich Felker-0/+3
2011-04-25fix bug in ipv6 parsing that prevented parsing a lone "::"Rich Felker-4/+1
2011-04-25ipv6 parsing code (formerly dummied-out)Rich Felker-8/+62
2011-04-21fix bogus return values for inet_ptonRich Felker-2/+2
2011-04-20disallow blank strings as service or host nameRich Felker-0/+3
2011-04-20fix bugs in ipv4 parsingRich Felker-1/+2
2011-04-18dns lookups: protect against cancellation and fix incorrect error codesRich Felker-4/+10
2011-04-17overhaul pthread cancellationRich Felker-28/+6
2011-04-12optimize ntohl etc. in terms of bswap functionsRich Felker-20/+12
2011-04-08workaround broken msghdr struct on 64bit linuxRich Felker-0/+21
2011-04-08fix ipv6 address printing: 2001 appeared as 201, etc.Rich Felker-3/+5
2011-04-08fix broken dns response parsing code that made most ipv6 lookups failRich Felker-4/+6
2011-04-08return the requested string as the "canonical name" for numeric addressesRich Felker-0/+1
2011-04-07fix uninitialized variables in dns lookup codeRich Felker-2/+2
2011-04-06add _res (__res_state()) dummyRich Felker-0/+9
2011-04-05implement if_indextoname and if_nametoindex functionsRich Felker-0/+36
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker-1/+1
2011-02-15cleanup socketcall syscall interface to ease porting to sane(r) archsRich Felker-94/+17
2011-02-14another pointer signedness fixRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+1570