| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-09-26 | nginx-0.4.3-RELEASErelease-0.4.3 | Igor Sysoev | 1 | -0/+75 | |
| 2006-09-26 | Solaris 10 event ports support | Igor Sysoev | 9 | -23/+675 | |
| 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 | add -c to /bin/sh | Igor Sysoev | 1 | -2/+2 | |
| 2006-09-18 | fix bug introduced with snapshot support | Igor Sysoev | 1 | -0/+2 | |
| 2006-09-18 | fix ">/dev/null 2>&1" order | Igor Sysoev | 3 | -9/+9 | |
| 2006-09-18 | auto/configure [ PAUSE ] hwcap bug | Igor Sysoev | 2 | -5/+19 | |
| 2006-09-18 | snapshot support | Igor Sysoev | 1 | -0/+31 | |
| 2006-09-18 | ngx_http_browser_module | Igor Sysoev | 4 | -0/+562 | |
| 2006-09-16 | fix "$request $status" order in log_format | Igor Sysoev | 1 | -2/+2 | |
| 2006-09-16 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2006-09-15 | disable [ PAUSE ] hwcap for Sun Studio 11 | Igor Sysoev | 2 | -0/+5 | |
| 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 | release-0.4.2 tag | Igor Sysoev | 1 | -0/+1 | |
| 2006-09-14 | nginx-0.4.2-RELEASErelease-0.4.2 | Igor Sysoev | 1 | -0/+16 | |
| 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-14 | release-0.4.1 tag | Igor Sysoev | 1 | -0/+1 | |
| 2006-09-14 | nginx-0.4.1-RELEASErelease-0.4.1 | Igor Sysoev | 1 | -0/+36 | |
| 2006-09-07 | separate DragonFlyBSD autoconfiguration from FreeBSD | Igor Sysoev | 1 | -1/+15 | |
| 2006-09-07 | workaround of 2G+ file bug in 64-bit Linux sendfile() | Igor Sysoev | 1 | -4/+10 | |
| 2006-09-06 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 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 | release-0.4.0 tag | Igor Sysoev | 1 | -0/+1 | |
| 2006-08-30 | nginx-0.4.0-RELEASE importrelease-0.4.0 | Igor Sysoev | 51 | -447/+1070 | |
| *) 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 | release-0.3.61 tag | Igor Sysoev | 1 | -0/+1 | |
| 2006-08-28 | nginx-0.3.61-RELEASE importrelease-0.3.61 | Igor Sysoev | 7 | -44/+182 | |
| *) 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 | release-0.3.60 tag | Igor Sysoev | 1 | -0/+1 | |
| 2006-08-18 | nginx-0.3.60-RELEASE importrelease-0.3.60 | Igor Sysoev | 4 | -6/+32 | |
| *) 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 | release-0.3.59 tag | Igor Sysoev | 1 | -0/+1 | |
| 2006-08-16 | nginx-0.3.59-RELEASE importrelease-0.3.59 | Igor Sysoev | 13 | -44/+62 | |
| *) 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 | release-0.3.58 tag | Igor Sysoev | 1 | -0/+1 | |
| 2006-08-14 | nginx-0.3.58-RELEASE importrelease-0.3.58 | Igor Sysoev | 15 | -83/+217 | |
| *) 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 | release-0.3.57 tag | Igor Sysoev | 1 | -0/+1 | |
| 2006-08-09 | nginx-0.3.57-RELEASE importrelease-0.3.57 | Igor Sysoev | 10 | -114/+286 | |
| *) 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. | |||||
