| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-21 | Removed redundant variable assignment. | Sergey Budnevitch | 1 | -3/+0 | |
| 2012-07-29 | Removed extraneous GCC warning flags. | Ruslan Ermilov | 1 | -3/+0 | |
| 2012-07-24 | Added the Clang compiler support. | Ruslan Ermilov | 3 | -0/+108 | |
| The -Werror is commented out to not break builds on Linux. | |||||
| 2012-07-24 | Added a commented out -Wmissing-prototypes to CFLAGS. | Ruslan Ermilov | 1 | -0/+1 | |
| It is commented out to not break builds with 3rd party modules. | |||||
| 2012-07-24 | Replaced a number of "else if" with "elif". | Ruslan Ermilov | 1 | -26/+10 | |
| 2012-02-27 | Configure: moved icc detection before gcc. | Maxim Dounin | 1 | -5/+5 | |
| New versions of icc confuse auto/cc/name due to introduced handling of a "icc -v": $ icc -v icc version 12.1.3 (gcc version 4.6.0 compatibility) $ icc -V Intel(R) C Compiler XE for applications running on IA-32, Version 12.1.3.293 Build 20120212 Copyright (C) 1985-2012 Intel Corporation. All rights reserved. FOR NON-COMMERCIAL USE ONLY See report here: http://mailman.nginx.org/pipermail/nginx/2012-February/032177.html | |||||
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 10 | -0/+10 | |
| 2011-12-29 | Some questionable optomizations flags for icc were removed | Maxim Konovalov | 1 | -29/+4 | |
| in order to simplify support of its future versions. | |||||
| 2011-10-26 | Fix of building by Microsoft Visual C++ 10 compiler. | Igor Sysoev | 1 | -0/+8 | |
| 2011-08-18 | Lower optimization level for Sun Studio before 12.1. | Maxim Dounin | 1 | -5/+17 | |
| At least Sun Studio 12 has problems with bit-fields exposed by nginx code (caught by test suite). They seems to be fixed in Sun Studio 12.1. As a workaround use "-fast -xalias_level=any" for older versions, it resolves the problem. | |||||
| 2010-07-05 | try to use C99 variadic macros first: | Igor Sysoev | 1 | -13/+13 | |
| AIX 5.3's XL C has problems with GCC style variadic macros | |||||
| 2009-12-21 | do not add NGX_GCC_OPT twice: it is added later with -W | Igor Sysoev | 1 | -2/+0 | |
| 2009-11-27 | test invalid --with-ld-opt in right place | Igor Sysoev | 1 | -0/+1 | |
| 2009-11-27 | atomic operations test-run | Igor Sysoev | 1 | -4/+9 | |
| 2009-11-25 | GCC 4.1 builtin atomic operations | Igor Sysoev | 2 | -4/+14 | |
| 2009-05-28 | use tab in Makefile | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-12 | add miltilines in OpenWatcom makefiles | Igor Sysoev | 1 | -5/+13 | |
| 2009-05-10 | remove BMAKE (build make): a cc compiler should use own make | Igor Sysoev | 2 | -15/+10 | |
| 2009-05-08 | preserve Solaris binary hardware capabilities | Igor Sysoev | 1 | -15/+0 | |
| 2009-04-24 | update gcc warnings | Igor Sysoev | 1 | -1/+2 | |
| 2009-04-20 | Win32 master/workers model | Igor Sysoev | 3 | -4/+7 | |
| 2009-04-19 | add variadic macros support for msvc8 | Igor Sysoev | 1 | -0/+6 | |
| 2009-04-15 | OpenSSL building by MSVC and BCC from sources | Igor Sysoev | 2 | -3/+3 | |
| 2009-04-01 | link staticaly with libcmt | Igor Sysoev | 1 | -8/+8 | |
| 2007-11-15 | msvc8 compatibility: it can not build with debug under Wine | Igor Sysoev | 2 | -2/+12 | |
| 2007-11-15 | add msvc8 | Igor Sysoev | 1 | -1/+1 | |
| 2007-11-15 | option -Yd has been deprecated in msvc8, | Igor Sysoev | 1 | -2/+2 | |
| option -debugtype:coff is unsupported in msvc8 | |||||
| 2007-11-15 | enable precompiled headers for msvc7, | Igor Sysoev | 1 | -6/+4 | |
| probably they were disabled because of some Wine bug | |||||
| 2007-08-07 | add debug info for Sun Studio | Igor Sysoev | 1 | -0/+3 | |
| 2007-07-28 | fix building on amd64 by Sun Studio 11 and more early versions | Igor Sysoev | 1 | -1/+1 | |
| 2007-07-21 | fix building on amd64 and add -xipo to the link stage | Igor Sysoev | 1 | -1/+2 | |
| 2007-07-16 | Sun Studio 12 compatibility | Igor Sysoev | 1 | -14/+46 | |
| 2007-07-15 | --with-cpu-opt=sparc32 and --with-cpu-opt=sparc64 | Igor Sysoev | 1 | -3/+16 | |
| 2007-07-15 | fix building PCRE by SunStudio | Igor Sysoev | 1 | -1/+1 | |
| 2007-04-19 | 8.1.38 under FreeBSD can not link -ipo | Igor Sysoev | 1 | -0/+5 | |
| 2007-04-19 | remove trailing space in icc version | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-11 | fix default -O | Igor Sysoev | 1 | -1/+1 | |
| 2006-12-23 | early C compiler test | Igor Sysoev | 1 | -11/+28 | |
| 2006-11-27 | test PCRE in FreeBSD, Linux, and NetBSD | Igor Sysoev | 3 | -0/+6 | |
| 2006-10-19 | backout the previous commit | Igor Sysoev | 1 | -4/+4 | |
| 2006-10-19 | disable bcc precompiled headers, | Igor Sysoev | 1 | -4/+4 | |
| bcc hungs at src/core/ngx_hash.c after previous commit | |||||
| 2006-10-05 | add sun4v | Igor Sysoev | 1 | -3/+3 | |
| 2006-10-05 | add sun4v | Igor Sysoev | 1 | -1/+1 | |
| 2006-09-18 | fix ">/dev/null 2>&1" order | Igor Sysoev | 1 | -6/+6 | |
| 2006-09-18 | auto/configure [ PAUSE ] hwcap bug | Igor Sysoev | 1 | -3/+15 | |
| 2006-09-15 | disable [ PAUSE ] hwcap for Sun Studio 11 | Igor Sysoev | 1 | -0/+3 | |
| 2006-08-30 | nginx-0.4.0-RELEASE importrelease-0.4.0 | Igor Sysoev | 2 | -2/+2 | |
| *) Change in internal API: the HTTP modules initialization was moved from the init module phase to the HTTP postconfiguration phase. *) Change: now the request body is not read beforehand for the ngx_http_perl_module: it's required to start the reading using the $r->has_request_body method. *) Feature: the ngx_http_perl_module supports the DECLINED return code. *) Feature: the ngx_http_dav_module supports the incoming "Date" header line for the PUT method. *) Feature: the "ssi" directive is available inside the "if" block. *) Bugfix: a segmentation fault occurred if there was an "index" directive with variables and the first index name was without variables; the bug had appeared in 0.1.29. | |||||
| 2006-05-29 | nginx-0.3.48-RELEASE importrelease-0.3.48 | Igor Sysoev | 1 | -2/+1 | |
| *) Change: now the ngx_http_charset_module works for subrequests, if the response has no "Content-Type" header line. *) Bugfix: if the "proxy_pass" directive has no URI part, then the "proxy_redirect default" directive add the unnecessary slash in start of the rewritten redirect. *) Bugfix: the internal redirect always transform client's HTTP method to GET, now the transformation is made for the "X-Accel-Redirect" redirects only and if the method is not HEAD; the bug had appeared in 0.3.42. *) Bugfix: the ngx_http_perl_module could not be built, if the perl was built with the threads support; the bug had appeared in 0.3.46. | |||||
| 2006-04-14 | nginx-0.3.38-RELEASE importrelease-0.3.38 | Igor Sysoev | 1 | -9/+15 | |
| *) Feature: the ngx_http_dav_module. *) Change: the ngx_http_perl_module optimizations. Thanks to Sergey Skvortsov. *) Feature: the ngx_http_perl_module supports the $r->request_body_file method. *) Feature: the "client_body_in_file_only" directive. *) Workaround: now on disk overflow nginx tries to write access logs once a second only. Thanks to Anton Yuzhaninov and Maxim Dounin. *) Bugfix: now the "limit_rate" directive more precisely limits rate if rate is more than 100 Kbyte/s. Thanks to ForJest. *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in login and password to pass authorization server. Thanks to Maxim Dounin. | |||||
| 2006-04-07 | nginx-0.3.37-RELEASE importrelease-0.3.37 | Igor Sysoev | 1 | -1/+7 | |
| *) Feature: the "limit_except" directive. *) Feature: the "if" directive supports the "!~", "!~*", "-f", and "!-f" operators. *) Feature: the ngx_http_perl_module supports the $r->request_body method. *) Bugfix: in the ngx_http_addition_filter_module. | |||||
