diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-31 09:00:37 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-31 09:00:37 +0800 |
commit | 61d063ada03ee98f167197b4d067c568232ace24 (patch) | |
tree | 52c3e92f9125f5c20748eeea19bfcc4f8959a8f5 /e-util/ChangeLog | |
parent | 1ea002e1b80173aa47254fe9371dbe66c7505cba (diff) | |
download | gsoc2013-evolution-61d063ada03ee98f167197b4d067c568232ace24.tar.gz gsoc2013-evolution-61d063ada03ee98f167197b4d067c568232ace24.tar.zst gsoc2013-evolution-61d063ada03ee98f167197b4d067c568232ace24.zip |
If the user has enabled IPv6 support, use getaddrinfo to resolve hostnames
2002-07-30 Jeffrey Stedfast <fejj@ximian.com>
* e-host-utils.c (e_gethostbyname_r): If the user has enabled IPv6
support, use getaddrinfo to resolve hostnames and then manually
fit the result into a struct hostent.
(e_gethostbyaddr_r): Same.
svn path=/trunk/; revision=17650
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index a26cd8ea10..714c11cbbf 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2002-07-30 Jeffrey Stedfast <fejj@ximian.com> + + * e-host-utils.c (e_gethostbyname_r): If the user has enabled IPv6 + support, use getaddrinfo to resolve hostnames and then manually + fit the result into a struct hostent. + (e_gethostbyaddr_r): Same. + 2002-07-25 Not Zed <NotZed@Ximian.com> * e-msgport.c (e_dlist_length): Return the actual count, rather |