Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-28Configure: stop polluting NGX_ namespace.Piotr Sikora
While there, fix the only test that used alternative variable name. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
2016-06-28Configure: fix build with -Werror=old-style-definition.Piotr Sikora
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
2016-04-01Configure: improved multiple types handling in auto/types/typedef.Maxim Dounin
2016-04-01Configure: fixed autotest source code logging.Maxim Dounin
Fixed a regression introduced in rev. 434548349838 that prevented auto/types/sizeof and auto/types/typedef properly reporting autotest source code to autoconf.err in case of test failure.
2015-10-24Configure: style fixes for autoconf.err.Piotr Sikora
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
2015-03-18Configure: fixed type max value detection.Ruslan Ermilov
The code tried to use suffixes for "long" and "long long" types, but it never worked as intended due to the bug in the shell code. Also, the max value for any 64-bit type other than "long long" on platforms with 32-bit "long" would be incorrect if the bug was fixed. So instead of fixing the bug in the shell code, always use the "int" constant for 32-bit types, and "long long" constant for 64-bit types.
2013-07-31Configure: fixed autotest cleanup commands.Sergey Kandaurov
Previously, if configured with --with-cc="clang -g", the autotest.dSYM directories were left unremoved.
2012-03-27Fixed more gcc46 warnings in configure tests.Maxim Dounin
Steps to reproduce: ./configure --with-cc="gcc46" --with-cc-opt="-Wall -Werror -O2"
2012-03-16Some older OSes (notably FreeBSD 4.x) did not have %zuRuslan Ermilov
format specifier, so revert to using %d.
2012-03-16Fixed compilation warnings in configuration C tests.Ruslan Ermilov
Based on a patch by Piotr Sikora.
2012-01-18Copyright updated.Maxim Konovalov
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev
2006-06-28nginx-0.3.50-RELEASE importrelease-0.3.50Igor Sysoev
*) Change: the "proxy_redirect_errors" and "fastcgi_redirect_errors" directives was renamed to the "proxy_intercept_errors" and "fastcgi_intercept_errors" directives. *) Feature: the ngx_http_charset_module supports the recoding from the single byte encodings to the UTF-8 encoding and back. *) Feature: the "X-Accel-Charset" response header line is supported in proxy and FastCGI mode. *) Bugfix: the "\" escape symbol in the "\"" and "\'" pairs in the SSI command was removed only if the command also has the "$" symbol. *) Bugfix: the "<!--" string might be added on some conditions in the SSI after inclusion. *) Bugfix: if the "Content-Length: 0" header line was in response, then in nonbuffered proxying mode the client connection was not closed.
2005-12-05nginx-0.3.13-RELEASE importrelease-0.3.13Igor Sysoev
*) Feature: the IMAP/POP3 proxy supports STARTTLS and STLS. *) Bugfix: the IMAP/POP3 proxy did not work with the select, poll, and /dev/poll methods. *) Bugfix: in SSI handling. *) Bugfix: now Solaris sendfilev() is not used to transfer the client request body to FastCGI-server via the unix domain socket. *) Bugfix: the "auth_basic" directive did not disable the authorization; the bug had appeared in 0.3.11.
2005-11-15nginx-0.3.10-RELEASE importrelease-0.3.10Igor Sysoev
*) Change: the "valid_referers" directive and the "$invalid_referer" variable were moved to the new ngx_http_referer_module from the ngx_http_rewrite_module. *) Change: the "$apache_bytes_sent" variable name was changed to "$body_bytes_sent". *) Feature: the "$sent_http_..." variables. *) Feature: the "if" directive supports the "=" and "!=" operations. *) Feature: the "proxy_pass" directive supports the HTTPS protocol. *) Feature: the "proxy_set_body" directive. *) Feature: the "post_action" directive. *) Feature: the ngx_http_empty_gif_module. *) Feature: the "worker_cpu_affinity" directive for Linux. *) Bugfix: the "rewrite" directive did not unescape URI part in redirect, now it is unescaped except the %00-%25 and %7F-%FF characters. *) Bugfix: nginx could not be built by the icc 9.0 compiler. *) Bugfix: if the SSI was enabled for zero size static file, then the chunked response was encoded incorrectly.
2004-12-02nginx-0.1.11-RELEASE importrelease-0.1.11Igor Sysoev
*) Feature: the worker_priority directive. *) Change: both tcp_nopush and tcp_nodelay directives affect the transferred response. *) Bugfix: nginx did not call initgroups(). Thanks to Andrew Sitnikov and Andrei Nigmatulin. *) Change: now the ngx_http_autoindex_module shows the file size in the bytes. *) Bugfix: the ngx_http_autoindex_module returned the 500 error if the broken symlink was in a directory. *) Bugfix: the files bigger than 4G could not be transferred using sendfile. *) Bugfix: if the backend was resolved to several backends and there was an error while the response waiting then process may got caught in an endless loop. *) Bugfix: the worker process may exit with the "unknown cycle" message when the /dev/poll method was used. *) Bugfix: "close() channel failed" errors. *) Bugfix: the autodetection of the "nobody" and "nogroup" groups. *) Bugfix: the send_lowat directive did not work on Linux. *) Bugfix: the segmentation fault occurred if there was no events section in configuration. *) Bugfix: nginx could not be built on OpenBSD. *) Bugfix: the double slashes in "://" in the URI were converted to ":/".
2004-10-21nginx-0.1.2-RELEASE importrelease-0.1.2Igor Sysoev
*) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure. *) Feature: the server_name directive supports *.domain.tld. *) Bugfix: the portability improvements. *) Bugfix: if configuration file was set in command line, the reconfiguration was impossible; the bug had appeared in 0.1.1. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used. *) Bugfix: with sendfile the response was not recoded according to the charset module directives; the bug had appeared in 0.1.1. *) Bugfix: very seldom bug in the kqueue processing. *) Bugfix: the gzip module compressed the proxied responses that was already compressed.
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev
2004-06-27nginx-0.0.7-2004-06-27-22:01:57 importIgor Sysoev
2004-06-20nginx-0.0.7-2004-06-20-23:54:15 importIgor Sysoev
2004-03-04nginx-0.0.2-2004-03-04-19:34:23 importIgor Sysoev
2004-02-05nginx-0.0.2-2004-02-05-19:58:36 importIgor Sysoev
2004-02-03nginx-0.0.2-2004-02-03-23:27:11 importIgor Sysoev
2004-01-28nginx-0.0.1-2004-01-28-18:22:37 importIgor Sysoev
2003-12-14nginx-0.0.1-2003-12-14-23:10:27 importIgor Sysoev
2003-11-26nginx-0.0.1-2003-11-26-18:42:18 importIgor Sysoev
2003-11-25nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev
2003-11-21nginx-0.0.1-2003-11-21-09:30:49 importIgor Sysoev
2003-11-20nginx-0.0.1-2003-11-20-20:36:43 importIgor Sysoev
2003-11-20nginx-0.0.1-2003-11-20-10:05:50 import; auto/configureIgor Sysoev