summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)AuthorLines
2020-05-19fix return value of res_send, res_query on errors from nameserverRich Felker-1/+1
2020-05-19fix handling of errors resolving one of paired A+AAAA queryRich Felker-4/+7
2020-05-18set AD bit in dns queries, suppress for internal useRich Felker-0/+3
2020-02-22use __socketcall to simplify socket()Rich Felker-5/+5
2019-12-17hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernelsRich Felker-6/+14
2019-12-17implement SO_TIMESTAMP[NS] fallback for kernels without time64 versionsRich Felker-0/+63
2019-08-07fix regression in recvmmsg with no timeoutRich Felker-1/+1
2019-07-31get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker-2/+57
2019-07-29recvmmsg: add time64 syscall support, decouple 32-bit time_tRich Felker-0/+18
2019-03-13handle labels with 8-bit byte values in dn_skipnameRyan Fairfax-2/+5
2019-02-20fix spurious undefined behavior in getaddrinfoRich Felker-3/+2
2019-02-20fix invalid free of partial addrinfo list with multiple servicesRich Felker-1/+1
2018-10-04allow freeaddrinfo of arbitrary sublists of addrinfo listRich Felker-8/+25
2018-09-19fix getaddrinfo regression with AI_ADDRCONFIG on some configurationsRich Felker-1/+10
2018-09-12reduce spurious inclusion of libc.hRich Felker-13/+4
2018-09-12remove or make static various unused __-prefixed symbolsRich Felker-7/+3
2018-09-12apply hidden visibility to various remaining internal interfacesRich Felker-7/+8
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-16/+2
2018-09-12move __res_msend_rc declaration to lookup.hRich Felker-1/+1
2018-09-12move and deduplicate declarations of __dns_parse to make it checkableRich Felker-2/+3
2018-09-12fix issues from public functions defined without declaration visibleRich Felker-2/+7
2018-09-02fix stack-based oob memory clobber in resolver's result sortingRich Felker-1/+1
2018-07-14implement getaddrinfo's AI_ADDRCONFIG flagRich Felker-0/+39
2018-07-11resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrsRich Felker-15/+32
2018-06-26inet_ntop: do not compress single zeros in IPv6Arthur Jones-1/+1
2018-06-26resolver: omit final dot (root/suppress-search) in canonical nameRich Felker-0/+4
2017-11-09fix getaddrinfo error code for non-numeric service with AI_NUMERICSERVA. Wilcox-1/+1
2017-10-18in dns parsing callback, enforce MAXADDRS to preclude overflowRich Felker-0/+1
2017-09-06don't treat numeric port strings as servent records in getservby*()Rich Felker-0/+10
2017-04-21fix regression in support for resolv.conf attempts optionRich Felker-2/+2
2017-04-11fix read past end of buffer in getaddrinfo backendRich Felker-2/+2
2017-03-14fix possible fd leak, unrestored cancellation state on dns socket failRich Felker-1/+5
2016-09-24fix getservby*_r result pointer value on errorDaniel Sabogal-0/+3
2016-09-24remove dead case in gethostbyname2_rDaniel Sabogal-2/+0
2016-09-16fix if_indextoname error caseDaniel Sabogal-1/+6
2016-07-06remove obsolete and unused gethostbyaddr implementationRich Felker-52/+0
2016-06-29refactor name_from_dns in hostname lookup backendNatanael Copa-14/+13
2016-06-29in performing dns lookups, check result from res_mkqueryNatanael Copa-0/+4
2016-06-27fix misaligned address buffers in gethostbyname[2][_r] resultsRich Felker-7/+7
2016-05-04fix incorrect protocol name and number for egpAndrew Kelley-1/+1
2016-04-18remove dead store in res_msendPetr Vaněk-1/+0
2016-03-24fix gethostbyaddr_r to fill struct hostent.h_length as appropriateTimo Teräs-0/+1
2016-03-02handle non-matching address family entries in hosts fileRich Felker-3/+11
2016-01-28reuse parsed resolv.conf in dns core to avoid re-reading/re-parsingRich Felker-16/+22
2016-01-28fix uninitialized variable in new resolv.conf parserRich Felker-1/+1
2016-01-28add support for search domains to dns resolverRich Felker-1/+41
2016-01-28fix handling of dns response codesRich Felker-1/+2
2016-01-28fix logic for matching search/domain keywords in resolv.confRich Felker-1/+1
2016-01-28factor resolv.conf parsing out of res_msend to its own fileRich Felker-60/+126
2016-01-17fix if_nametoindex return value when socket open failsRon Yorston-1/+1