summaryrefslogtreecommitdiff
path: root/libc/inet
AgeCommit message (Expand)Author
2024-02-25Add support for using time64 on big-endian machines.Dmitry Chestnykh
2024-02-22Introduce time64 support.Dmitry Chestnykh
2024-02-20libc: Fix some unused parameter warningsSven Linker
2024-02-18Fix broken compilation of uClibc-ng.Dmitry Chestnykh
2024-02-10libc: Fix dns-related build issues.Dmitry Chestnykh
2023-12-22Fix -Wnon-literal-null-conversion clang warningMarius Melzer
2023-11-27getaddrinfo.c: Avoid misleading indentation warningMarcus Haehnel
2022-06-08inet: gethostid: only accept v4 addressesнаб
2022-05-29DnsLookup: stdint, timeforced reseedinghanishkvc
2022-05-12DnsLookup: Configurable dnsQueryId generation including randomhanishkvc
2022-01-21fix compile for Linuxthreads enabledWaldemar Brodkorb
2021-11-26libc/inet/resolv: fix per thread res_state accessPeter Seiderer
2021-08-09libc/inet/resolv.c: add __hnbad to check DNS entries for validity…mirabilos
2021-08-09make __{en,de}code_dotted into macrosmirabilos
2021-08-09actually remove the ifdeffed-out code from the previous commitmirabilos
2021-08-09libc/inet/resolv.c: use dn_{comp,expand} for __{en,de}code_dottedmirabilos
2020-09-21Support b64_ntop(), b64_pton() (bsd-compat)Waldemar Brodkorb
2020-06-19inet: add sockatmark implementationClement Leger
2020-01-30Fix map_newlink abort when interface list changes during getifaddrsVincent Hou
2018-12-14fix issues in ethers.cWaldemar Brodkorb
2018-10-20do not expose recvmmsg/sendmmsg for unsupported kernelsWaldemar Brodkorb
2017-11-02convert accept4() to use cancel.h macrosWaldemar Brodkorb
2017-10-08socketcall: fix compile issue with older Linux kernelWaldemar Brodkorb
2017-10-01recvmmsg/sendmmsg: add recvmmsg sendmmsg support.Guo Ren
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-06-06fix gcc warning with -Wmisleading-indentationWaldemar Brodkorb
2017-03-20remove RPC implementationWaldemar Brodkorb
2016-12-30inet: fix getnameinfo problem found by new test casesWaldemar Brodkorb
2016-12-30remove inline changelog, we have gitWaldemar Brodkorb
2016-12-02remove libintl stub and libintl.h headerWaldemar Brodkorb
2016-08-05sunrpc: Do not use alloca in clntudp_callWaldemar Brodkorb
2016-06-24inet/resolv: Try search domains first for unqualified namesIngo van Lil
2016-06-21inet/getaddrinfo: fix AF_V4MAPPED behavior for non IPv6 host resolutionWenzel, Alexander
2016-06-01remove MJN only debug messagesWaldemar Brodkorb
2016-03-10getaddrinfo: correct AI_V4MAPPED handlingPeter Korsgaard
2016-03-10DNS: Don't apply search domains to PTR lookupsTim Hockin
2016-03-10DNS: don't count search-path miss as a retryTim Hockin
2016-02-24Replace /etc/resolv.conf with _PATH_RESCONF to allow portability of the code ...Ubaldo Porcheddu
2016-01-31Make sure to always terminate decoded stringWaldemar Brodkorb
2016-01-31Do not follow compressed items forever.Waldemar Brodkorb
2016-01-02libc/inet: Unbreak gethostent()Waldemar Brodkorb
2016-01-02Use dynamic buffers for gethostent/gethostbyname/gethostbyaddrWaldemar Brodkorb
2016-01-02inet/getaddrinfo: simplest /etc/gai.conf to control IPv6/IPv4 addresses sort ...Leonid Lisovskiy
2015-12-22resolv: fix gethostbyname2_r to match gethostbyname_r, fixing bugs with AAAA ...Waldemar Brodkorb
2015-12-22inet/resolv: Fix broken h_aliases list terminator after 2dab3f5Waldemar Brodkorb
2015-12-17resolv: __dns_lookup - immediately switch to next server in case of poll() se...Waldemar Brodkorb
2015-12-17dynamically allocate ahostbuf bufferWaldemar Brodkorb
2015-12-17svc.c: svc_getreqset() buffer overflowWaldemar Brodkorb
2015-12-05good bye vaxWaldemar Brodkorb
2015-11-13i386: use socketcall even if newer linux exposes direct syscallsWaldemar Brodkorb