summaryrefslogtreecommitdiff
path: root/lib/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Don't assume that UNICODE is not defined.Bruno Haible2020-05-301-0/+4
* Avoid dynamic lookup of Windows API functions when possible.Bruno Haible2020-05-291-2/+30
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* getaddrinfo: Fix calling convention in 32-bit mode on native Windows.Bruno Haible2019-12-121-51/+76
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Avoid -Wcast-function-type warnings from casts after GetProcAddress.Bruno Haible2018-08-181-0/+5
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* Avoid accidental use of native Windows APIs on Cygwin.Bruno Haible2017-04-211-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* unsetenv etc.: port to Solaris 11 + GNU EmacsPaul Eggert2013-02-111-2/+2
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* getaddrinfo: no 'static inline'Paul Eggert2012-11-291-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-1/+1
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-5/+5
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* getaddrinfo: Initialize sockets, to make it work under Windows.Simon Josefsson2010-09-251-0/+5
* 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