summaryrefslogtreecommitdiff
path: root/lib/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Minor formatting changes.Bruno Haible2010-03-251-4/+5
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* New module 'arg-nonnull'. Declare which arguments expect non-NULL values.Bruno Haible2009-12-111-2/+5
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-82/+82
* Move getaddrinfo.h declarations to netdb.h.Simon Josefsson2008-10-201-1/+1
* Fix getaddrinfo emulation for systems with struct sockaddr.sa_len.Paolo Bonzini2008-10-131-0/+16
* Use new header.Eric Blake2008-04-291-3/+4
* Remove useless "if" tests before free. Deprecate "free" module.Jim Meyering2008-03-021-1/+1
* Don't access hints->ai_flags when hints is NULL.Bruno Haible2007-03-261-1/+1
* snprintf.h is replaced with <stdio.h>.Bruno Haible2007-02-211-1/+3
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-3/+2
* Revert Jim's 2006-10-23 patch.Simon Josefsson2006-11-171-6/+2
* * lib/arcfour.c: Assume config.h.Eric Blake2006-10-291-4/+3
* * lib/getaddrinfo.c (includes): Add missing include.Eric Blake2006-10-231-0/+1
* * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,Jim Meyering2006-10-231-5/+10
* * getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typoPaul Eggert2006-09-181-1/+1
* BeOS portability.Bruno Haible2006-08-281-0/+9
* 2006-07-22 Yoann Vandoorselaere <yoann.v@prelude-ids.com>Simon Josefsson2006-07-221-3/+11
* 2006-07-06 Jim Hyslop <jhyslop@dreampossible.ca> (tiny change)Simon Josefsson2006-07-071-8/+11
* * getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define ifEric Blake2006-07-051-0/+2
* Fix typo, from Jim Hyslop <jhyslop@dreampossible.ca>.Simon Josefsson2006-07-011-1/+1
* Various small tweaks.Bruno Haible2006-06-291-9/+14
* Native win32 support for getaddrinfo. Add getnameinfo function.Simon Josefsson2006-06-281-9/+160
* Fix getaddrinfo on Windows 2000.Simon Josefsson2006-06-211-0/+1
* * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.Paul Eggert2005-09-231-16/+43
* * getaddrinfo.c: Don't include <netdb.h> included from getaddrinfo.h.Derek R. Price2005-09-201-3/+0
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* * modules/canon-host: Add canon-host.h. Depend on getaddrinfo. MakeDerek R. Price2005-09-131-4/+24
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM areSimon Josefsson2005-05-101-9/+7
* Add getaddrinfo.Simon Josefsson2004-11-101-0/+195