summaryrefslogtreecommitdiff
path: root/libc/inet
AgeCommit message (Expand)Author
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-06-15do not include libc-internal.hPeter S. Mazinger
2012-06-15inet_addr.c, inet_makeaddr.c: used the correct section from addr.cPeter S. Mazinger
2012-06-15no need for hidden inet_ntoa_rPeter S. Mazinger
2012-06-15remove unneeded hiddens for rtime, basename, strtof* and wcstof*Peter S. Mazinger
2012-04-17resolv: tiny shrinkage in /etc/hosts handlingBernhard Reutner-Fischer
2012-04-17resolv: remove unused variablesBernhard Reutner-Fischer
2012-04-17resolv: Fix /etc/hosts for more than MAXALIASES aliasesBernhard Reutner-Fischer
2012-04-17getaddrinfo(): avoid call to __check_pf() when not neededAlexander Komyagin
2012-04-17inet: adjust handling of cacnonname in getaddrinfoEd W
2012-03-26inet:rpc: fix build in !NPTL caseCarmelo Amoroso
2012-02-07inet:rpc: fix authnone_marshal in multithreading contextCarmelo Amoroso
2011-11-27make ARRAY_SIZE commonly available internallyMike Frysinger
2011-11-17inet: hide relocationsBernhard Reutner-Fischer
2011-11-17resolv: hide relocationsBernhard Reutner-Fischer
2011-10-21resolv: fix memory leakBernhard Reutner-Fischer
2011-10-20resolv: commentary typo fixBernhard Reutner-Fischer
2011-10-20gethostbyname_r: set correct h_errno upon failureBernhard Reutner-Fischer
2011-10-20resolv: fix compilationBernhard Reutner-Fischer
2011-09-10resolv: simple optimizations and style/readability fixesDenys Vlasenko
2011-08-26inet: build all res_* and ns_* functions conditionallyDaniel Mack
2011-08-26inet/resolv: add res_ninit and res_ncloseDaniel Mack
2011-08-26inet/resolv: add res_mkqueryDaniel Mack
2011-08-26inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflagDaniel Mack
2011-08-26inet/resolv: add dn_skipname and ns_name_skipDaniel Mack
2011-08-26inet/resolv: Add dn_compDaniel Mack
2011-08-26inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compressDaniel Mack
2011-08-26inet/resolv: add ns_{put,get}{16,32}Daniel Mack
2011-08-26libc/inet/resolv.c: comment on #endif linesDaniel Mack
2011-06-17resolv: fix bug in res_init with ipv6 nameserversBernhard Reutner-Fischer
2011-06-14resolv: try next server on SERVFAILBernhard Reutner-Fischer
2011-06-14getaddrinfo: allow numeric service without any hintsNatanael Copa
2011-05-12linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer
2011-05-11accept4: Implement cancellationBernhard Reutner-Fischer
2011-05-11Implement accept4 system call.Thierry Reding
2011-05-03getaddrinfo.c: fix incorrect check for ERANGE from gethostbyaddr_rDenys Vlasenko
2011-05-03getaddrinfo.c: improve code readability. No functional changesDenys Vlasenko
2011-05-02ether_aton: reject invalid inputBernhard Reutner-Fischer
2011-04-13resolv: really fix res_close not to hang with ipv6Bernhard Reutner-Fischer
2011-04-12resolv: fix res_close not to hang with ipv6Bernhard Reutner-Fischer
2011-03-09sunrpc: fix spurious fall-throughMark Salter
2011-03-06simplify ffs* codePeter S. Mazinger
2011-03-05Implement ffsl and ffsll.Bernd Schmidt
2011-03-03guard IPv6 stuffPeter S. Mazinger
2011-01-01libc/inet/netlinkaccess.h: Use the types from kernelKhem Raj
2010-11-23resolv.c fails for /etc/hosts lookupsPhilip Nye
2010-10-14getproto: increase line buffer size, simlify and fix alias handlingNatanael Copa
2010-10-14getnet: simplify alias handling and reduce MAXALIASESNatanael Copa
2010-10-14getservice: fix handling of long linesNatanael Copa
2010-10-14getservice: getservent_r must return ERANGE when buffer is too smallNatanael Copa