summaryrefslogtreecommitdiffhomepage
path: root/auto/types (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-27Configure: stop polluting NGX_ namespace.Piotr Sikora1-1/+1
While there, fix the only test that used alternative variable name. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
2016-06-27Configure: fix build with -Werror=old-style-definition.Piotr Sikora3-3/+3
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
2016-04-01Configure: improved multiple types handling in auto/types/typedef.Maxim Dounin1-1/+5
2016-04-01Configure: fixed autotest source code logging.Maxim Dounin2-6/+9
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-23Configure: style fixes for autoconf.err.Piotr Sikora1-2/+7
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
2015-03-18Configure: fixed type max value detection.Ruslan Ermilov1-12/+2
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 Kandaurov3-3/+3
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 Dounin2-6/+4
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 Ermilov1-1/+1
format specifier, so revert to using %d.
2012-03-15Fixed compilation warnings in configuration C tests.Ruslan Ermilov3-6/+12
Based on a patch by Piotr Sikora.
2012-01-18Copyright updated.Maxim Konovalov4-0/+4
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev1-1/+2
2006-06-28nginx-0.3.50-RELEASE importrelease-0.3.50Igor Sysoev1-2/+2
*) 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 Sysoev2-2/+4
*) 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 Sysoev1-1/+3
*) 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 Sysoev1-0/+2
*) 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 Sysoev3-27/+59
*) 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 Sysoev4-0/+12
2004-06-27nginx-0.0.7-2004-06-27-22:01:57 importIgor Sysoev5-17/+22
2004-06-20nginx-0.0.7-2004-06-20-23:54:15 importIgor Sysoev1-0/+6
2004-03-04nginx-0.0.2-2004-03-04-19:34:23 importIgor Sysoev1-1/+1
2004-02-05nginx-0.0.2-2004-02-05-19:58:36 importIgor Sysoev1-0/+1
2004-02-03nginx-0.0.2-2004-02-03-23:27:11 importIgor Sysoev3-5/+5
2004-01-28nginx-0.0.1-2004-01-28-18:22:37 importIgor Sysoev1-0/+2
2003-12-14nginx-0.0.1-2003-12-14-23:10:27 importIgor Sysoev3-66/+95
2003-11-26nginx-0.0.1-2003-11-26-18:42:18 importIgor Sysoev3-1/+9
2003-11-25nginx-0.0.1-2003-11-25-23:44:56 importIgor Sysoev7-215/+73
2003-11-21nginx-0.0.1-2003-11-21-09:30:49 importIgor Sysoev1-3/+4
2003-11-20nginx-0.0.1-2003-11-20-20:36:43 importIgor Sysoev4-0/+96
2003-11-20nginx-0.0.1-2003-11-20-10:05:50 import; auto/configureIgor Sysoev4-0/+153