summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)AuthorFilesLines
2015-02-10make protocol table zero byte separated and add ipv6 protocolsTimo Teräs1-22/+26
2015-02-07make getaddrinfo support SOCK_RAW and other socket typesRich Felker4-34/+42
2014-12-17add basic dns record parsing functionsRich Felker1-0/+171
2014-09-05fix potential read past end of buffer in getnameinfo service name lookupRich Felker1-1/+1
2014-09-05remove incorrect and useless check in network service name lookup codeRich Felker1-1/+0
2014-09-05remove an extra layer of buffer copying in getnameinfo reverse dnsRich Felker1-3/+2
2014-09-04fix dn_expand empty name handling and offsets to 0Szabolcs Nagy1-6/+9
2014-07-29reimplement if_nameindex and getifaddrs using netlinkTimo Teräs4-184/+411
2014-07-26add support for LC_TIME and LC_MESSAGES translationsRich Felker2-2/+6
2014-06-24add routing protocols to getprotoent-family functionsTimo Teräs1-0/+2
2014-06-21implement result address sorting in the resolver (getaddrinfo, etc.)Rich Felker2-0/+136
2014-06-20fix gethostby*_r result pointer value on errorTimo Teräs2-0/+3
2014-06-20fix sendmmsg emulation return value for zero-length vectorRich Felker1-0/+1
2014-06-19implement sendmmsg and recvmmsgRich Felker2-0/+44
2014-06-07avoid spurious lookup failures from badly-behaved nameserversRich Felker1-5/+22
2014-06-06optimize SOCK_CLOEXEC fallback for socket functionRich Felker1-2/+2
2014-06-06add SOCK_CLOEXEC fallback for socketpair on old kernelsRich Felker1-1/+19
2014-06-06implement dn_comp RFC 1035 domain name compressionSzabolcs Nagy1-1/+102
2014-06-06accept trailing . and empty domain namesSzabolcs Nagy3-12/+16
2014-06-05fix the domain name length limit checksSzabolcs Nagy3-8/+8
2014-06-05fix multiple validation issues in dns response label parsingSzabolcs Nagy1-4/+6
2014-06-05fix missing function declarations in refactored ip literal parsing codeRich Felker1-0/+1
2014-06-04add support for reverse port lookups from services file to getnameinfoRich Felker1-4/+35
2014-06-04add support for reverse name lookups from hosts file to getnameinfoRich Felker5-50/+122
2014-06-04remove some dummy "ent" function aliases that duplicated real onesRich Felker1-8/+0
2014-06-04add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker3-8/+56
2014-06-03fix if_nametoindex return value when interface does not existRich Felker1-1/+1
2014-06-03fix negative response and non-response handling for dns queriesRich Felker1-1/+4
2014-06-03fix some validation checks in dns response parsing codeRich Felker1-2/+3
2014-06-02remove cruft from old resolver and numeric ip parsingRich Felker6-79/+49
2014-06-02switch standard resolver functions to use the new dns backendRich Felker4-309/+145
2014-06-02fix uninitialized variable in new __res_msend dns functionRich Felker1-0/+1
2014-06-02implement new dns backend, res_send and other legacy resolver functionsRich Felker6-18/+263
2014-06-02add ipsec and tunneling protocols to getprotoent-family functionsTimo Teräs1-0/+4
2014-06-02fix off-by-one in checking hostname length in new resolver backendRich Felker1-2/+2
2014-06-01improve getservbyname_r using new resolver backendRich Felker2-22/+16
2014-06-01improve gethostbyname2_r using new resolver backendRich Felker1-35/+22
2014-05-31refactor getaddrinfo and add support for most remaining featuresRich Felker4-228/+360
2014-02-21add fallback emulation for accept4 on old kernelsRich Felker1-1/+12
2014-02-13add ipv6 and icmpv6 to getprotoent-family functionsRich Felker1-1/+3
2014-02-13fix typo in table for getprotoent that caused out-of-bound readsRich Felker1-1/+1
2014-01-06fix argument types for legacy function inet_makeaddrRich Felker1-2/+1
2013-12-20implement legacy function herrorRich Felker1-0/+8
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy13-18/+3
2013-12-12remove an unnecessary check in inet_ptonSzabolcs Nagy1-2/+1
2013-11-30support mix of IPv4 and v6 nameservers in resolv.confRich Felker1-5/+31
2013-11-27reject invalid address families in getaddrinfoRich Felker1-0/+3
2013-11-25remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.cSzabolcs Nagy1-3/+0
2013-11-24Fix dn_comp prototype and add stubMichael Forney1-0/+9
2013-11-23Fix dn_expand pointer followingMichael Forney1-1/+1