| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-11-14 | fix add_before_body without add_after_body | Igor Sysoev | 1 | -0/+5 | |
| 2006-11-14 | allow proxy_pass inside limit_except | Igor Sysoev | 1 | -3/+4 | |
| 2006-11-13 | charset could not be set for ngx_http_autoindex_module responses | Igor Sysoev | 1 | -0/+1 | |
| 2006-10-31 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-31 | $r->variable | Igor Sysoev | 1 | -0/+83 | |
| 2006-10-30 | high level HTTP buffered flags should be on per-subrequest basis, | Igor Sysoev | 1 | -0/+7 | |
| this fix a bug in SSI when a big static file is included | |||||
| 2006-10-25 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-25 | style fix: remove trailing spaces | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-25 | fix alias without trailing slash | Igor Sysoev | 1 | -3/+7 | |
| 2006-10-25 | axe unused code | Igor Sysoev | 1 | -26/+0 | |
| 2006-10-25 | $r->allow_ranges | Igor Sysoev | 1 | -0/+13 | |
| 2006-10-24 | now the "memcached_pass" directive uses ngx_parse_url() | Igor Sysoev | 1 | -8/+11 | |
| 2006-10-23 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-20 | fix segfault if $server_addr failed | Igor Sysoev | 2 | -0/+13 | |
| 2006-10-18 | downgrade gravity of getsockname() errors | Igor Sysoev | 1 | -3/+5 | |
| 2006-10-17 | style fix: remove trailing spaces | Igor Sysoev | 2 | -2/+2 | |
| 2006-10-16 | fix building by Debian gcc-4.1.2 amd64 | Igor Sysoev | 1 | -2/+4 | |
| 2006-10-16 | allow ranges for full flv files | Igor Sysoev | 1 | -0/+4 | |
| 2006-10-13 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-13 | <!--#include virtual=... set=... --> | Igor Sysoev | 4 | -58/+185 | |
| 2006-10-12 | check nginx.pm version | Igor Sysoev | 3 | -2/+15 | |
| 2006-10-12 | previous commit broke two modules | Igor Sysoev | 2 | -2/+4 | |
| 2006-10-12 | remove r->root_length | Igor Sysoev | 4 | -8/+14 | |
| 2006-10-11 | fix <!--#include virtual=... wait="yes" --> | Igor Sysoev | 1 | -4/+23 | |
| r766 did not fix the bug too | |||||
| 2006-10-11 | fix <!--#include virtual=... wait="yes" --> | Igor Sysoev | 1 | -6/+5 | |
| r759 did not fix the bug | |||||
| 2006-10-11 | do not send flv header for full file | Igor Sysoev | 1 | -13/+19 | |
| 2006-10-10 | fix <!--#include virtual=... wait="yes" --> | Igor Sysoev | 3 | -9/+20 | |
| 2006-10-09 | style fix: remove trailing spaces | Igor Sysoev | 2 | -3/+3 | |
| 2006-10-09 | ngx_http_flv_module | Igor Sysoev | 1 | -0/+255 | |
| 2006-10-09 | ngx_http_charset_module supports the variables | Igor Sysoev | 1 | -10/+53 | |
| 2006-10-09 | align hash bucket size to cache line | Igor Sysoev | 2 | -2/+2 | |
| 2006-10-06 | fix hash building on unknown 64-bit platform | Igor Sysoev | 2 | -2/+2 | |
| 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 | expires max | Igor Sysoev | 1 | -0/+13 | |
| 2006-10-02 | fix: "return" always overrode "error_page" response code | Igor Sysoev | 1 | -1/+5 | |
| 2006-09-26 | fix proxy_redirect with variable | Igor Sysoev | 1 | -1/+7 | |
| 2006-09-26 | ancient browsers support in ngx_http_browser_module | Igor Sysoev | 1 | -97/+255 | |
| 2006-09-25 | long user-agent bugfix | Igor Sysoev | 1 | -1/+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-18 | remove startup debug logging | Igor Sysoev | 1 | -3/+0 | |
| 2006-09-18 | ngx_http_browser_module | Igor Sysoev | 1 | -0/+551 | |
| 2006-09-14 | backout O_NOATIME support, it requires CAP_FOWNER capability | Igor Sysoev | 2 | -4/+2 | |
| 2006-09-01 | Linux O_NOATIME support | Igor Sysoev | 2 | -2/+4 | |
| 2006-08-30 | nginx-0.4.0-RELEASE importrelease-0.4.0 | Igor Sysoev | 22 | -196/+252 | |
| *) 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-16 | nginx-0.3.59-RELEASE importrelease-0.3.59 | Igor Sysoev | 2 | -2/+2 | |
| *) 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 | 4 | -13/+4 | |
| *) 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 | 1 | -67/+26 | |
| *) 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 | 3 | -8/+144 | |
| *) 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. | |||||
