summaryrefslogtreecommitdiff
path: root/libc/inet
AgeCommit message (Expand)Author
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
2010-09-17libc: Handle cancellation in non multiplexed socket callsCarmelo Amoroso
2010-08-28Fix resolver broken in NPTL buildTimo Teräs
2010-08-19resolv: simplify MAXALIAS handlingBernhard Reutner-Fischer
2010-08-19getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer
2010-08-05resolver: switch to config parserBernhard Reutner-Fischer
2010-08-05getnet: switch to config parserBernhard Reutner-Fischer
2010-08-05getproto: switch to config parserBernhard Reutner-Fischer
2010-08-05switch getservice to config parserBernhard Reutner-Fischer
2010-07-28Immediately try next nameserver on recv() failureIngo van Lil
2010-07-27new helper funcs for alloca/malloc with mmu/nommuMike Frysinger
2010-05-07resolv: various memory corruption and off by one fixesTimo Teras
2010-04-28fix a few build errors for the no threads caseAustin Foxley
2010-04-25libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso
2010-04-12Merge remote branch 'origin/master' into nptlAustin Foxley
2010-04-09resolv: tentatively fix usage of uninitialized DNS parametersDenys Vlasenko
2010-04-06Merge commit 'origin/master' into nptlAustin Foxley
2010-04-06Fix use-after-free bug in __dns_lookupGabor Juhos
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-30resolv: DEBUG-print nameserver we talk toBernhard Reutner-Fischer
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-05Merge commit 'origin/master' into nptlAustin Foxley
2010-02-03/etc/resolv.conf: support "timeout:n" and "attempts:n" optionsDenys Vlasenko
2010-02-01Merge commit 'origin/master' into nptlKhem Raj
2010-02-01errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj
2010-01-25Merge branch 'master' into nptlCarmelo Amoroso
2010-01-24gethostid: switch to getaddrinfo and shrinkBernhard Reutner-Fischer
2010-01-23getprotoent_r: use correct define for return valueBernhard Reutner-Fischer
2010-01-23libc/inet: mark other odd /etc/conf/ spotBernhard Reutner-Fischer
2010-01-23libc/inet: set path to resolver file via CPPBernhard Reutner-Fischer
2010-01-23libc/inet: convert to foo-y kbuild styleBernhard Reutner-Fischer
2010-01-21fix typo in version mismatch msgBernhard Reutner-Fischer
2010-01-21ether_line: fix build for socket && !ipBernhard Reutner-Fischer
2010-01-21fix typo in version mismatch msgBernhard Reutner-Fischer
2010-01-21ether_line: fix build for socket && !ipBernhard Reutner-Fischer
2009-12-11Include bits/libc-lock.h to get __libc_once_defineKhem Raj
2009-12-11Include bits/libc-lock.h to get __libc_once_defineKhem Raj
2009-11-30getaddrinfo.c: include tls.h before resolv.hAustin Foxley
2009-11-09inet_ntop4: avoid inline initializationMike Frysinger
2009-11-09Extend __gen_tempname with mode argumentMikhail Gusarov
2009-10-22inet_ntop4: avoid inline initializationMike Frysinger
2009-10-17whitespace fixesAustin Foxley
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-10-17use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley
2009-10-14check stat("/etc/resolv.conf") for errorsDenys Vlasenko
2009-10-13libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer
2009-10-08link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer