The official NGINX Open Source repository.
Go to file
Maxim Dounin c17009ee75 Win32: fixed some warnings reported by Borland C.
Most notably, warning W8012 (comparing signed and unsigned values) reported
in multiple places where an unsigned value of small type (e.g., u_short) is
promoted to an int and compared to an unsigned value.

Warning W8072 (suspicious pointer arithmetic) disabled, it is reported
when we increment base pointer in ngx_shm_alloc().
2016-12-24 18:01:14 +03:00
auto Configure: detect nginx version for nginx.pm at make time. 2016-12-16 19:54:37 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Contrib: added 'commentstring' for vim-commentary support. 2016-12-13 00:49:44 +01:00
docs nginx-1.11.7-RELEASE 2016-12-13 18:21:23 +03:00
misc Win32: added a variable to specify compiler. 2016-12-24 18:01:14 +03:00
src Win32: fixed some warnings reported by Borland C. 2016-12-24 18:01:14 +03:00
.hgtags release-1.11.7 tag 2016-12-13 18:21:23 +03:00