aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-host-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented a similar workaround to the one I did for a gethostbyaddr_r()Jeffrey Stedfast2004-04-141-1/+12
* If the system defines AI_ADDRCONFIG, set this flag on the hints.ai_flagsJeffrey Stedfast2003-10-251-2/+6
* IPv6 implementation rewritten to use getnameinfo() which is the properJeffrey Stedfast2003-09-271-44/+5
* Make sure that res->ai_canonname is non-NULL and that it doesn't match theJeffrey Stedfast2003-09-261-1/+26
* Added #include <netinet/in.h> for the sockaddr_in6 typedef for at leastJeffrey Stedfast2003-04-291-0/+1
* Keep our buf ptr aligned to sizeof (char *). Should fix bug #41362.Jeffrey Stedfast2003-04-251-6/+9
* Change the 'len' argument to 'addrlen' so that when IPv6 is enabled, ourJeffrey Stedfast2003-04-101-5/+5
* If the user has enabled IPv6 support, use getaddrinfo to resolve hostnamesJeffrey Stedfast2002-07-311-9/+176
* New wrapper around gethostbyaddr_r if the system has it, else a whole newJeffrey Stedfast2002-04-171-77/+140
* Added French conjunction.Christopher James Lahey2001-10-301-0/+2
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Modify `e_gethostbyname_r()' so that it doesn't report an error if theEttore Perazzoli2001-05-191-1/+6
* Make the Solaris and no-gethostbyname_r implementations behave more likeDan Winship2001-04-271-4/+20
* remove prototype for e_gethostbyname_init.Chris Toshok2001-04-241-39/+33
* Include glib.h, so that the g_warning in e_gethostbyname_r will be treatedJon Trowbridge2001-04-241-0/+1
* add e-host-utils.[ch]Chris Toshok2001-04-231-0/+139