The official NGINX Open Source repository.
Go to file
Maxim Dounin 0a961a0917 Modules compatibility: removed unneeded IPV6_V6ONLY checks.
The IPV6_V6ONLY macro is now checked only while parsing appropriate flag
and when using the macro.

The ipv6only field in listen structures is always initialized to 1,
even if not supported on a given platform.  This is expected to prevent
a module compiled without IPV6_V6ONLY from accidentally creating dual
sockets if loaded into main binary with proper IPV6_V6ONLY support.
2016-10-03 15:58:25 +03:00
auto Modules compatibility: --with-compat configure option. 2016-10-03 15:58:16 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Contrib: unicode2nginx compatibility with recent Perl versions. 2016-08-24 15:53:17 +03:00
docs nginx-1.11.4-RELEASE 2016-09-13 18:39:23 +03:00
misc Updated PCRE used for win32 builds. 2016-07-05 18:30:56 +03:00
src Modules compatibility: removed unneeded IPV6_V6ONLY checks. 2016-10-03 15:58:25 +03:00
.hgtags release-1.11.4 tag 2016-09-13 18:39:24 +03:00