summaryrefslogtreecommitdiff
path: root/libc/inet/resolv.c
AgeCommit message (Expand)Author
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
2002-02-26A few more little cleanupsEric Andersen
2002-02-26Thomas Fritzsche noticed that __open_etc_hosts was only changing aEric Andersen
2002-02-02I just wrote up gethostent(), sethostent(), and endhostent()Eric Andersen
2001-12-07patch from Jari Korva <jpkorva@iki.fi>:Eric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-11-07Patch from Jari Korva <jpkorva@iki.fi>Eric Andersen
2001-11-05Patch from Jari Korva <jari.korva@vtt.fi> to fix a memory leakEric Andersen
2001-10-04Yet more minor cleanupsEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2001-07-09A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen
2001-05-31Cleanup some stupid warningsEric Andersen