The official NGINX Open Source repository.
Go to file
Maxim Dounin 38e87ea041 Configure: disabled gcc atomics with Sun C (ticket #1261).
Oracle Developer Studio 12.5 introduced GCC-compatible __sync builtins.
Unfortunately, these builtins are neither GCC-compatible (they generate
warnings when used with volatile), nor working (unexpectedly fail on
unpredictable combinations of code layout and compiler flags).  As such,
the gcc builtin atomic operations configure test explicitly disabled when
compiling with Sun C.
2017-05-15 20:09:43 +03:00
auto Configure: disabled gcc atomics with Sun C (ticket #1261). 2017-05-15 20:09:43 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Contrib: vim syntax, update 3rd party module directives. 2017-03-01 23:41:39 +08:00
docs nginx-1.13.0-RELEASE 2017-04-25 17:18:21 +03:00
misc Added HTTP/2 to win32 builds. 2017-03-21 17:28:15 +03:00
src Realip: allow hostnames in set_real_ip_from (ticket #1180). 2017-05-15 17:17:01 +03:00
.hgtags release-1.13.0 tag 2017-04-25 17:18:22 +03:00