index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
inet
/
resolv.c
Age
Commit message (
Expand
)
Author
2003-10-19
We were failing to properly set h_errno on success, which could
Eric Andersen
2003-10-15
Patch from Tony J. White:
Eric Andersen
2003-09-01
15 retries is really rather excessive...
Eric Andersen
2003-06-17
Patch from Ronald Wahl fixing an IPV6 specific problem
Eric Andersen
2003-03-01
Patch from Jeffrey Damick:
Eric Andersen
2003-02-12
Eliminate a needless extern
Eric Andersen
2003-01-10
Patch from Jay Kulpinski:
Eric Andersen
2002-11-21
Cleanup use of in6addr_loopback and in6addr_any
Eric Andersen
2002-11-03
Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limit
Eric Andersen
2002-08-19
Fixup struct _res handling so apps using struct _res can actually
Eric Andersen
2002-08-17
Fixed __read_etc_hosts_r to return alias list and modified buffer
Manuel Novoa III
2002-08-16
Remove __res_state function.
Miles Bader
2002-08-06
Fixup the last missing pieces of thread locking
Eric Andersen
2002-07-08
Finer grained locking in __connect_dns() so we don't hold the
Eric Andersen
2002-07-07
Doh! search-n-replace strikes again
Eric Andersen
2002-07-07
Cleanup namespace leaks by prepending __ to global stuff to
Eric Andersen
2002-07-07
Patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to cleanup
Eric Andersen
2002-06-20
Fix DNS resolution so that it once again works. I'd broken it
Eric Andersen
2002-06-17
Make things more re-entrany, kill some cruft.
Eric Andersen
2002-04-17
Patch from Axel Barnitzke <barney@xkontor.com> to add basic
Eric Andersen
2002-04-17
Patch from Mike McDonald to make gethostbyname_r() not fail for things like
Eric Andersen
2002-04-03
Patch from Jim Treadway <jim@stardot-tech.com> to eliminate
Eric Andersen
2002-03-20
Patch from Bart Visscher <magick@Linux-Fan.com> fixing some
Eric Andersen
2002-03-19
Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, and
Eric Andersen
2002-02-26
A few more little cleanups
Eric Andersen
2002-02-26
Thomas Fritzsche noticed that __open_etc_hosts was only changing a
Eric Andersen
2002-02-02
I just wrote up gethostent(), sethostent(), and endhostent()
Eric Andersen
2001-12-07
patch from Jari Korva <jpkorva@iki.fi>:
Eric Andersen
2001-11-21
Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add
Eric Andersen
2001-11-07
Patch from Jari Korva <jpkorva@iki.fi>
Eric Andersen
2001-11-05
Patch from Jari Korva <jari.korva@vtt.fi> to fix a memory leak
Eric Andersen
2001-10-04
Yet more minor cleanups
Eric Andersen
2001-09-27
Update to accomodate the header file changes
Eric Andersen
2001-07-09
A patch from Michal Moskal <malekith@pld.org.pl> to include
Eric Andersen
2001-05-31
Cleanup some stupid warnings
Eric Andersen
2001-02-26
Added /etc/hosts processing (parses everytime like a real one :-)
David McCullough
2001-02-23
Sigh. Turn debugging back off.
Eric Andersen
2001-02-23
This is a touch cleaner, avoids using the comma operator.
Eric Andersen
2001-02-23
This actually fixes things I believe.
Eric Andersen
2001-02-23
Fix two bugs. First, gethostbyname was doing dns queries when given an IP
Eric Andersen
2001-02-05
Update networking includes.
Eric Andersen
2001-01-12
Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.
Eric Andersen
2001-01-11
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
Eric Andersen
2000-11-30
Some cleanups from W. Greathouse <wgreathouse@smva.com> (and a few of my own)
Eric Andersen
2000-11-11
Fix up a few messes so it compiles cleanly again.
Eric Andersen
2000-11-04
More cleanups. Fix things so tinylogin compiles.
Eric Andersen
2000-10-09
Bug ugly formatting update
Eric Andersen
2000-07-06
Lots and lots of cleanups.
Eric Andersen
2000-05-14
Initial revision
Erik Andersen