summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
* make ARRAY_SIZE commonly available internallyMike Frysinger2011-11-271-3/+0
* inet: hide relocationsBernhard Reutner-Fischer2011-11-171-1/+2
* resolv: hide relocationsBernhard Reutner-Fischer2011-11-171-0/+7
* resolv: fix memory leakBernhard Reutner-Fischer2011-10-211-0/+2
* resolv: commentary typo fixBernhard Reutner-Fischer2011-10-201-1/+1
* gethostbyname_r: set correct h_errno upon failureBernhard Reutner-Fischer2011-10-201-0/+1
* resolv: fix compilationBernhard Reutner-Fischer2011-10-201-2/+2
* resolv: simple optimizations and style/readability fixesDenys Vlasenko2011-09-101-118/+107
* inet: build all res_* and ns_* functions conditionallyDaniel Mack2011-08-261-3/+2
* inet/resolv: add res_ninit and res_ncloseDaniel Mack2011-08-261-13/+128
* inet/resolv: add res_mkqueryDaniel Mack2011-08-263-2/+124
* inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflagDaniel Mack2011-08-263-1/+204
* inet/resolv: add dn_skipname and ns_name_skipDaniel Mack2011-08-261-0/+52
* inet/resolv: Add dn_compDaniel Mack2011-08-261-1/+14
* inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compressDaniel Mack2011-08-261-0/+468
* inet/resolv: add ns_{put,get}{16,32}Daniel Mack2011-08-263-0/+36
* libc/inet/resolv.c: comment on #endif linesDaniel Mack2011-08-261-30/+30
* resolv: fix bug in res_init with ipv6 nameserversBernhard Reutner-Fischer2011-06-171-2/+2
* resolv: try next server on SERVFAILBernhard Reutner-Fischer2011-06-141-1/+1
* getaddrinfo: allow numeric service without any hintsNatanael Copa2011-06-141-7/+0
* linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer2011-05-121-2/+1
* accept4: Implement cancellationBernhard Reutner-Fischer2011-05-114-19/+52
* Implement accept4 system call.Thierry Reding2011-05-112-0/+19
* getaddrinfo.c: fix incorrect check for ERANGE from gethostbyaddr_rDenys Vlasenko2011-05-031-2/+2
* getaddrinfo.c: improve code readability. No functional changesDenys Vlasenko2011-05-031-26/+30
* ether_aton: reject invalid inputBernhard Reutner-Fischer2011-05-021-2/+4
* resolv: really fix res_close not to hang with ipv6Bernhard Reutner-Fischer2011-04-131-2/+2
* resolv: fix res_close not to hang with ipv6Bernhard Reutner-Fischer2011-04-121-1/+1
* sunrpc: fix spurious fall-throughMark Salter2011-03-093-0/+3
* simplify ffs* codePeter S. Mazinger2011-03-061-1/+2
* Implement ffsl and ffsll.Bernd Schmidt2011-03-051-1/+1
* guard IPv6 stuffPeter S. Mazinger2011-03-033-0/+18
* libc/inet/netlinkaccess.h: Use the types from kernelKhem Raj2011-01-011-8/+1
* resolv.c fails for /etc/hosts lookupsPhilip Nye2010-11-231-8/+12
* getproto: increase line buffer size, simlify and fix alias handlingNatanael Copa2010-10-141-17/+8
* getnet: simplify alias handling and reduce MAXALIASESNatanael Copa2010-10-141-17/+8
* getservice: fix handling of long linesNatanael Copa2010-10-141-22/+16
* getservice: getservent_r must return ERANGE when buffer is too smallNatanael Copa2010-10-141-3/+2
* libc: Handle cancellation in non multiplexed socket callsCarmelo Amoroso2010-09-171-17/+122
* Fix resolver broken in NPTL buildTimo Teräs2010-08-281-2/+2
* resolv: simplify MAXALIAS handlingBernhard Reutner-Fischer2010-08-191-16/+7
* getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer2010-08-191-24/+23
* resolver: switch to config parserBernhard Reutner-Fischer2010-08-051-136/+119
* getnet: switch to config parserBernhard Reutner-Fischer2010-08-055-222/+218
* getproto: switch to config parserBernhard Reutner-Fischer2010-08-051-212/+137
* switch getservice to config parserBernhard Reutner-Fischer2010-08-051-212/+139
* Immediately try next nameserver on recv() failureIngo van Lil2010-07-281-1/+3
* new helper funcs for alloca/malloc with mmu/nommuMike Frysinger2010-07-271-46/+14
* resolv: various memory corruption and off by one fixesTimo Teras2010-05-071-4/+8
* fix a few build errors for the no threads caseAustin Foxley2010-04-281-0/+2