OSDN Git Service

Warning fix for uninitialized variable, by Al Stone.
[uclinux-h8/uClibc.git] / libc / inet / resolv.c
2007-03-28 Rob LandleyWarning fix for uninitialized variable, by Al Stone.
2007-02-02 Eric AndersenRonald Maeder writes:
2007-02-02 Eric Andersenuse the correct lock for access to __nameserver[]
2007-02-02 Eric Andersenfix lock naming
2007-02-02 Eric AndersenRonald Maeder writes:
2007-02-02 Eric Andersenfix obvious bug in ipv4/ipv6 resolving. When not using...
2006-12-08 Eric Andersen__resolv_lock is supposed to be shared, not static
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-07-31 Mike Frysingerfix h_alias handling in gethostbyaddr_r() just like...
2006-03-23 Peter S. Mazingerselect needs sys/select.h, str[n]casecmp/ffs needs...
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-16 Peter S. Mazingersome global data relocs gone
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-08 Mike Frysingerhide internal symbols
2005-12-16 Peter S. MazingerConvert some users and get rid of __rpc_thread_createer...
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2005-12-08 Peter S. MazingerConvert the rest of users to hidden
2005-12-08 Peter S. MazingerAgain rpc ;-( , all *inet*, *addr*
2005-12-07 Peter S. MazingerHide more
2005-12-06 Peter S. MazingerMake use internal str*casecmp/wcscoll
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-03 Peter S. MazingerRename newly created __libc_x (reserved for libpthread...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-29 Peter S. MazingerHiding again
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-11-26 Peter S. MazingerSome more hidden internals
2005-10-20 Peter S. MazingerBetter solution to duplicate locking defines
2005-10-20 Peter S. MazingerChange in_addr_t inet_aton to int, glibc has it as...
2005-05-10 Eric AndersenThe default static buffer sizes are too small to handle...
2005-04-28 Eric AndersenFix it so uClibc returns multiple ips via h_addr_list,
2005-04-28 Eric AndersenCleanup error case a bit
2005-04-28 Eric AndersenThis might actually now be thread safe, assuming I...
2005-04-28 Eric Andersentrim trailing whitespace
2005-01-11 Eric AndersenJan Lana writes:
2004-09-07 Eric AndersenImplement gethostent_r
2004-09-07 Eric AndersenRemove stale leftovers
2004-08-15 Eric AndersenDo not fail all lookups when /etc/resolv.conf is missin...
2004-08-14 Eric Andersenreq_search returned garbage. This teaches it to behave...
2004-08-10 Manuel Novoa III On Monday 02 August 2004 08:44 am, Mike Frysinger wrote:
2004-03-10 Manuel Novoa III Bug fix: gethostbyname2_r would fail if /etc/host was...
2004-01-24 Eric AndersenImre Sunyi writes:
2004-01-04 Eric AndersenImplement res_search and res_querydomain based on netbs...
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-10-19 Eric AndersenWe were failing to properly set h_errno on success...
2003-10-15 Eric AndersenPatch from Tony J. White:
2003-09-01 Eric Andersen15 retries is really rather excessive...
2003-06-17 Eric AndersenPatch from Ronald Wahl fixing an IPV6 specific problem
2003-03-01 Eric AndersenPatch from Jeffrey Damick:
2003-02-12 Eric AndersenEliminate a needless extern
2003-01-10 Eric AndersenPatch from Jay Kulpinski:
2002-11-21 Eric AndersenCleanup use of in6addr_loopback and in6addr_any
2002-11-03 Eric AndersenPatch from "Cho, Seong-Myun" <smcho@xecurenexus.com...
2002-08-19 Eric AndersenFixup struct _res handling so apps using struct _res...
2002-08-17 Manuel Novoa III Fixed __read_etc_hosts_r to return alias list and modif...
2002-08-16 Miles BaderRemove __res_state function.
2002-08-06 Eric AndersenFixup the last missing pieces of thread locking
2002-07-08 Eric AndersenFiner grained locking in __connect_dns() so we don...
2002-07-07 Eric AndersenDoh! search-n-replace strikes again
2002-07-07 Eric AndersenCleanup namespace leaks by prepending __ to global...
2002-07-07 Eric AndersenPatch from Larry Doolittle <ldoolitt@recycle.lbl.gov...
2002-06-20 Eric AndersenFix DNS resolution so that it once again works. I...
2002-06-17 Eric AndersenMake things more re-entrany, kill some cruft.
2002-04-17 Eric AndersenPatch from Axel Barnitzke <barney@xkontor.com> to add...
2002-04-17 Eric AndersenPatch from Mike McDonald to make gethostbyname_r()...
2002-04-03 Eric AndersenPatch from Jim Treadway <jim@stardot-tech.com> to eliminate
2002-03-20 Eric AndersenPatch from Bart Visscher <magick@Linux-Fan.com> fixing...
2002-03-19 Eric AndersenBart Visscher <magick@Linux-Fan.com> has added some...
2002-02-26 Eric AndersenA few more little cleanups
2002-02-26 Eric AndersenThomas Fritzsche noticed that __open_etc_hosts was...
2002-02-02 Eric AndersenI just wrote up gethostent(), sethostent(), and endhost...
2001-12-07 Eric Andersenpatch from Jari Korva <jpkorva@iki.fi>:
2001-11-21 Eric AndersenAdjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC...
2001-11-07 Eric AndersenPatch from Jari Korva <jpkorva@iki.fi>
2001-11-05 Eric AndersenPatch from Jari Korva <jari.korva@vtt.fi> to fix a...
2001-10-04 Eric AndersenYet more minor cleanups
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-07-09 Eric AndersenA patch from Michal Moskal <malekith@pld.org.pl> to...
2001-05-31 Eric AndersenCleanup some stupid warnings
2001-02-26 David McCulloughAdded /etc/hosts processing (parses everytime like...
2001-02-23 Eric AndersenSigh. Turn debugging back off.
2001-02-23 Eric AndersenThis is a touch cleaner, avoids using the comma operator.
2001-02-23 Eric AndersenThis actually fixes things I believe.
2001-02-23 Eric AndersenFix two bugs. First, gethostbyname was doing dns queri...
2001-02-05 Eric AndersenUpdate networking includes.
2001-01-12 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-30 Eric AndersenSome cleanups from W. Greathouse <wgreathouse@smva...
2000-11-11 Eric AndersenFix up a few messes so it compiles cleanly again.
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-09 Eric AndersenBug ugly formatting update
2000-07-06 Eric AndersenLots and lots of cleanups.
2000-05-14 Erik AndersenInitial revision