nginx/auto
Ruslan Ermilov 7c6971cff3 Core: only resolve address families configured on the local system.
This is done by passing AI_ADDRCONFIG to getaddrinfo().

On Linux, setting net.ipv6.conf.all.disable_ipv6 to 1 will now be
respected.

On FreeBSD, AI_ADDRCONFIG filtering is currently implemented by
attempting to create a datagram socket for the corresponding family,
which succeeds even if the system doesn't in fact have any addresses
of that family configured.  That is, if the system with IPv6 support
in the kernel doesn't have IPv6 addresses configured, AI_ADDRCONFIG
will filter out IPv6 only inside a jail without IPv6 addresses or
with IPv6 disabled.
2013-08-05 10:55:59 +04:00
..
cc Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
lib Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
os Configure: fixed test of OS X atomic(3). 2013-05-23 10:23:21 +04:00
types Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
configure Made sure to run configure in a "C" locale. 2012-07-24 15:16:09 +00:00
define Copyright updated. 2012-01-18 15:07:43 +00:00
endianness Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
feature Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
have Copyright updated. 2012-01-18 15:07:43 +00:00
have_headers Copyright updated. 2012-01-18 15:07:43 +00:00
headers Copyright updated. 2012-01-18 15:07:43 +00:00
include Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
init Copyright updated. 2012-01-18 15:07:43 +00:00
install Configure: fixed make macros to use parentheses instead of braces. 2012-09-11 12:43:59 +00:00
make Correct plural form for "path" in the whole source base. 2012-09-28 13:49:26 +00:00
modules Preliminary experimental support for SPDY draft 2. 2013-03-20 10:36:57 +00:00
nohave Copyright updated. 2012-01-18 15:07:43 +00:00
options Preliminary experimental support for SPDY draft 2. 2013-03-20 10:36:57 +00:00
sources Preliminary experimental support for SPDY draft 2. 2013-03-20 10:36:57 +00:00
stubs Copyright updated. 2012-01-18 15:07:43 +00:00
summary Copyright updated. 2012-01-18 15:07:43 +00:00
unix Core: only resolve address families configured on the local system. 2013-08-05 10:55:59 +04:00