| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-10-06 | fix SIGFPE on alpha | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-06 | add sun4v, | Igor Sysoev | 1 | -1/+2 | |
| style fix | |||||
| 2006-10-05 | nonexistent $sent_http_content has value of $sent_http_content_length or so | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-05 | $r->headers_out("Content-Length", "NNN") did not work | Igor Sysoev | 1 | -3/+2 | |
| 2006-10-03 | after redirecting by error_page any rewrite directive will return this code, | Igor Sysoev | 1 | -0/+4 | |
| bug introduced in r727 | |||||
| 2006-10-02 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-02 | fix building on Linux and Solaris | Igor Sysoev | 2 | -3/+3 | |
| 2006-10-02 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-02 | nginx-0.4.4-RELEASErelease-0.4.4 | Igor Sysoev | 1 | -2/+2 | |
| fix msvc build failure introduced by previous commit | |||||
| 2006-10-02 | $scheme variable | Igor Sysoev | 1 | -0/+32 | |
| 2006-10-02 | set "Content-Length: 0" for errors handled by "return 204" | Igor Sysoev | 3 | -16/+25 | |
| 2006-10-02 | expires max | Igor Sysoev | 1 | -0/+13 | |
| 2006-10-02 | turn off startup debug logging introduced by previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-02 | glob support in include | Igor Sysoev | 11 | -14/+172 | |
| 2006-10-02 | fix: "return" always overrode "error_page" response code | Igor Sysoev | 1 | -1/+5 | |
| 2006-10-01 | fix segfault when zero length file is PUT | Igor Sysoev | 1 | -3/+38 | |
| 2006-09-26 | fix proxy_redirect with variable | Igor Sysoev | 1 | -1/+7 | |
| 2006-09-26 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-09-26 | Solaris 10 event ports support | Igor Sysoev | 5 | -23/+648 | |
| 2006-09-26 | ancient browsers support in ngx_http_browser_module | Igor Sysoev | 1 | -97/+255 | |
| 2006-09-25 | fix msvc build failure introduced by previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2006-09-25 | allowing handling 400 errors via proxy_pass | Igor Sysoev | 3 | -6/+11 | |
| 2006-09-25 | disable "error_page 499 ..." | Igor Sysoev | 1 | -1/+1 | |
| 2006-09-25 | rename variable | Igor Sysoev | 1 | -6/+6 | |
| 2006-09-25 | long user-agent bugfix | Igor Sysoev | 1 | -1/+1 | |
| 2006-09-24 | fix uri part in "proxy_pass http://unix:...", the bug appeared in nginx-0.3.47 | Igor Sysoev | 1 | -2/+5 | |
| 2006-09-24 | fix segfault in "proxy_pass http://unix:...", the bug appeared in nginx-0.3.47 | Igor Sysoev | 1 | -0/+1 | |
| 2006-09-23 | ssi did work with memcached and nonbuffered responses | Igor Sysoev | 1 | -1/+1 | |
| 2006-09-23 | delete blank line | Igor Sysoev | 1 | -1/+0 | |
| 2006-09-22 | remove unused oneshot flag | Igor Sysoev | 2 | -3/+0 | |
| 2006-09-22 | fix comment | Igor Sysoev | 1 | -3/+3 | |
| 2006-09-18 | remove startup debug logging | Igor Sysoev | 1 | -3/+0 | |
| 2006-09-18 | ngx_http_browser_module | Igor Sysoev | 1 | -0/+551 | |
| 2006-09-16 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2006-09-15 | disable [ PAUSE ] hwcap for Sun Studio 11 | Igor Sysoev | 1 | -0/+2 | |
| 2006-09-15 | fix header name change | Igor Sysoev | 2 | -6/+6 | |
| 2006-09-14 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-09-14 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-09-14 | backout O_NOATIME support, it requires CAP_FOWNER capability | Igor Sysoev | 4 | -10/+2 | |
| 2006-09-07 | workaround of 2G+ file bug in 64-bit Linux sendfile() | Igor Sysoev | 1 | -4/+10 | |
| 2006-09-01 | Linux O_NOATIME support | Igor Sysoev | 4 | -2/+10 | |
| 2006-08-31 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2006-08-30 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-08-30 | nginx-0.4.0-RELEASE importrelease-0.4.0 | Igor Sysoev | 42 | -433/+834 | |
| *) 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-08-28 | nginx-0.3.61-RELEASE importrelease-0.3.61 | Igor Sysoev | 6 | -44/+129 | |
| *) Change: now the "tcp_nodelay" directive is turned on by default. *) Feature: the "msie_refresh" directive. *) Feature: the "recursive_error_pages" directive. *) Bugfix: the "rewrite" directive returned incorrect redirect, if the redirect had the captured escaped symbols from original URI. | |||||
| 2006-08-18 | nginx-0.3.60-RELEASE importrelease-0.3.60 | Igor Sysoev | 3 | -6/+15 | |
| *) Bugfix: a worker process may got caught in an endless loop while an error redirection; the bug had appeared in 0.3.59. | |||||
| 2006-08-16 | nginx-0.3.59-RELEASE importrelease-0.3.59 | Igor Sysoev | 10 | -38/+20 | |
| *) Feature: now is possible to do several redirection using the "error_page" directive. *) Bugfix: the "dav_access" directive did not support three parameters. *) Bugfix: the "error_page" directive did not changes the "Content-Type" header line after the "X-Accel-Redirect" was used; the bug had appeared in 0.3.58. | |||||
| 2006-08-14 | nginx-0.3.58-RELEASE importrelease-0.3.58 | Igor Sysoev | 14 | -83/+154 | |
| *) Feature: the "error_page" directive supports the variables. *) Change: now the procfs interface instead of sysctl is used on Linux. *) Change: now the "Content-Type" header line is inherited from first response when the "X-Accel-Redirect" was used. *) Bugfix: the "error_page" directive did not redirect the 413 error. *) Bugfix: the trailing "?" did not remove old arguments if no new arguments were added to a rewritten URI. *) Bugfix: nginx could not run on 64-bit FreeBSD 7.0-CURRENT. | |||||
| 2006-08-09 | nginx-0.3.57-RELEASE importrelease-0.3.57 | Igor Sysoev | 9 | -114/+240 | |
| *) Feature: the $ssl_client_serial variable. *) Bugfix: in the "!-e" operator of the "if" directive. Thanks to Andrian Budanstov. *) Bugfix: while a client certificate verification nginx did not send to a client the required certificates information. *) Bugfix: the $document_root variable did not support the variables in the "root" directive. | |||||
| 2006-08-04 | nginx-0.3.56-RELEASE importrelease-0.3.56 | Igor Sysoev | 12 | -45/+250 | |
| *) Feature: the "dav_access" directive. *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e", "-x", and "!-x" operators. *) Bugfix: a segmentation fault occurred if a request returned a redirect and some sent to client header lines were logged in the access log. | |||||
