The official NGINX Open Source repository.
Go to file
Maxim Dounin 0b97b1ec6f Contrib: unicode2nginx compatibility with recent Perl versions.
In recent Perl versions unpack("C*") unpacks wide characters by default,
likely since perl 5.10 (seen at least in perl 5.20).  Replaced with
unpack("U0C*") instead to unpack bytes.

While here, improved style and updated my email.
2016-08-24 15:53:17 +03:00
auto Events: support for EPOLLEXCLUSIVE. 2016-07-15 15:18:57 +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.3-RELEASE 2016-07-26 16:58:58 +03:00
misc Updated PCRE used for win32 builds. 2016-07-05 18:30:56 +03:00
src Geo: fixed warnings when removing nonexistent ranges. 2016-08-23 15:59:42 +03:00
.hgtags release-1.11.3 tag 2016-07-26 16:58:58 +03:00