summaryrefslogtreecommitdiffhomepage
path: root/auto/os/features (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-05-31concatenate auto/os/features and auto/unixIgor Sysoev1-363/+0
2010-11-25Linux accept4() supportIgor Sysoev1-0/+9
2010-07-05listen setfib=XIgor Sysoev1-0/+9
2009-09-30read_aheadIgor Sysoev1-0/+20
2009-09-10fail if no file aio was foundIgor Sysoev1-19/+28
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-0/+40
2009-06-03librt must be tested before creating MakefileIgor Sysoev1-0/+22
the bug has been introduced in r2817
2009-05-24test libdl before OpenSSL configurationIgor Sysoev1-0/+22
the bug has been introduced in r2818 and broke *) SSL modules linking on Solaris 9 and lower, *) and linking with OpenSSL built from sources on Linux
2009-03-30fix FreeBSD before 7 building, broken in r2616Igor Sysoev1-1/+2
2009-03-30ngx_fs_bsize()Igor Sysoev1-0/+24
2009-03-23style fixIgor Sysoev1-1/+1
2008-09-12disable directio for unaligned reads in LinuxIgor Sysoev1-0/+4
2008-08-04Solaris directio()Igor Sysoev1-0/+11
2008-07-30directioIgor Sysoev1-0/+20
2008-07-30*) move Darwin support to separate filesIgor Sysoev1-30/+0
*) Darwin sendfile() support
2006-11-27test PCRE in FreeBSD, Linux, and NetBSDIgor Sysoev1-0/+11
2006-11-06fix --group= vs --user=Igor Sysoev1-15/+16
2006-03-15nginx-0.3.33-RELEASE importrelease-0.3.33Igor Sysoev1-21/+2
*) Feature: the "http_503" parameter of the "proxy_next_upstream" or "fastcgi_next_upstream" directives. *) Bugfix: ngx_http_perl_module did not work with inlined in the configuration code, if it was not started with the "sub" word. *) Bugfix: in the "post_action" directive.
2006-03-10nginx-0.3.31-RELEASE importrelease-0.3.31Igor Sysoev1-3/+78
*) Change: now nginx passes the malformed proxied backend responses. *) Feature: the "listen" directives support the address in the "*:port" form. *) Feature: the EVFILER_TIMER support in MacOSX 10.4. *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout bug. Thanks to Andrei Nigmatulin. *) Bugfix: if there were several "listen" directives listening one various addresses inside one server, then server names like "*.domain.tld" worked for first address only; the bug had appeared in 0.3.18. *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive and the request body was in temporarily file then the request was not transferred. *) Bugfix: perl 5.8.8 compatibility.
2005-11-15nginx-0.3.10-RELEASE importrelease-0.3.10Igor Sysoev1-5/+5
*) 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.
2005-10-19nginx-0.3.3-RELEASE importrelease-0.3.3Igor Sysoev1-0/+3
*) Change: the "bl" and "af" parameters of the "listen" directive was renamed to the "backlog" and "accept_filter". *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen" directive. *) Change: the "$msec" log parameter does not require now the additional the gettimeofday() system call. *) Feature: the -t switch now tests the "listen" directives. *) Bugfix: if the invalid address was specified in the "listen" directive, then after the -HUP signal nginx left an open socket in the CLOSED state. *) Bugfix: the mime type may be incorrectly set to default value for index file with variable in the name; the bug had appeared in 0.3.0. *) Feature: the "timer_resolution" directive. *) Feature: the millisecond "$upstream_response_time" log parameter. *) Bugfix: a temporary file with client request body now is removed just after the response header was transferred to a client. *) Bugfix: OpenSSL 0.9.6 compatibility. *) Bugfix: the SSL certificate and key file paths could not be relative. *) Bugfix: the "ssl_prefer_server_ciphers" directive did not work in the ngx_imap_ssl_module. *) Bugfix: the "ssl_protocols" directive allowed to specify the single protocol only.
2005-05-19nginx-0.1.32-RELEASE importrelease-0.1.32Igor Sysoev1-0/+131
*) Bugfix: the arguments were omitted in the redirects, issued by the "rewrite" directive; the bug had appeared in 0.1.29. *) Feature: the "if" directive supports the captures in regular expressions. *) Feature: the "set" directive supports the variables and the captures of regular expressions. *) Feature: the "X-Accel-Redirect" response header line is supported in proxy and FastCGI mode.