The official NGINX Open Source repository.
Go to file
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
auto Core: only resolve address families configured on the local system. 2013-08-05 10:55:59 +04:00
conf MIME: use "application/javascript" for .js files. 2013-07-31 23:40:46 +04:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.5.3-RELEASE 2013-07-30 17:27:55 +04:00
misc Updated zlib used for win32 builds. 2013-06-04 16:16:51 +04:00
src Core: only resolve address families configured on the local system. 2013-08-05 10:55:59 +04:00
.hgtags release-1.5.3 tag 2013-07-30 17:27:55 +04:00