summaryrefslogtreecommitdiff
path: root/libc/inet/resolv.c
AgeCommit message (Expand)Author
2005-12-06Make use internal str*casecmp/wcscollPeter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-03Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-29Hiding againPeter S. Mazinger
2005-11-27Hide some of mem* and str*Peter S. Mazinger
2005-11-26100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger
2005-11-26Some more hidden internalsPeter S. Mazinger
2005-10-20Better solution to duplicate locking definesPeter S. Mazinger
2005-10-20Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ...Peter S. Mazinger
2005-05-10The default static buffer sizes are too small to handle the 8 entries returnedEric Andersen
2005-04-28Fix it so uClibc returns multiple ips via h_addr_list,Eric Andersen
2005-04-28Cleanup error case a bitEric Andersen
2005-04-28This might actually now be thread safe, assuming I havn't broken it.Eric Andersen
2005-04-28trim trailing whitespaceEric Andersen
2005-01-11Jan Lana writes:Eric Andersen
2004-09-07Implement gethostent_rEric Andersen
2004-09-07Remove stale leftoversEric Andersen
2004-08-15Do not fail all lookups when /etc/resolv.conf is missing, as i.e.Eric Andersen
2004-08-14req_search returned garbage. This teaches it to behave itself andEric Andersen
2004-08-10On Monday 02 August 2004 08:44 am, Mike Frysinger wrote:Manuel Novoa III
2004-03-10Bug fix: gethostbyname2_r would fail if /etc/host was missing.Manuel Novoa III
2004-01-24Imre Sunyi writes:Eric Andersen
2004-01-04Implement res_search and res_querydomain based on netbsd code,Eric Andersen
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-10-19We were failing to properly set h_errno on success, which couldEric Andersen
2003-10-15Patch from Tony J. White:Eric Andersen
2003-09-0115 retries is really rather excessive...Eric Andersen
2003-06-17Patch from Ronald Wahl fixing an IPV6 specific problemEric Andersen
2003-03-01Patch from Jeffrey Damick:Eric Andersen
2003-02-12Eliminate a needless externEric Andersen
2003-01-10Patch from Jay Kulpinski:Eric Andersen
2002-11-21Cleanup use of in6addr_loopback and in6addr_anyEric Andersen
2002-11-03Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limitEric Andersen
2002-08-19Fixup struct _res handling so apps using struct _res can actuallyEric Andersen
2002-08-17Fixed __read_etc_hosts_r to return alias list and modified bufferManuel Novoa III
2002-08-16Remove __res_state function.Miles Bader
2002-08-06Fixup the last missing pieces of thread lockingEric Andersen
2002-07-08Finer grained locking in __connect_dns() so we don't hold theEric Andersen
2002-07-07Doh! search-n-replace strikes againEric Andersen
2002-07-07Cleanup namespace leaks by prepending __ to global stuff toEric Andersen
2002-07-07Patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to cleanupEric Andersen
2002-06-20Fix DNS resolution so that it once again works. I'd broken itEric Andersen
2002-06-17Make things more re-entrany, kill some cruft.Eric Andersen
2002-04-17Patch from Axel Barnitzke <barney@xkontor.com> to add basicEric Andersen
2002-04-17Patch from Mike McDonald to make gethostbyname_r() not fail for things likeEric Andersen
2002-04-03Patch from Jim Treadway <jim@stardot-tech.com> to eliminateEric Andersen
2002-03-20Patch from Bart Visscher <magick@Linux-Fan.com> fixing someEric Andersen
2002-03-19Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, andEric Andersen