| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-10-17 | style fix: remove trailing spaces | Igor Sysoev | 3 | -3/+3 | |
| 2006-10-17 | backout r783 and add comment | Igor Sysoev | 1 | -1/+3 | |
| 2006-10-16 | fix building by Debian gcc-4.1.2 amd64 | Igor Sysoev | 1 | -2/+4 | |
| 2006-10-16 | add 255th array element | Igor Sysoev | 1 | -1/+1 | |
| 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 | 9 | -86/+316 | |
| 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 | 8 | -17/+23 | |
| 2006-10-12 | compact r->http_minor and r->http_major | Igor Sysoev | 2 | -3/+4 | |
| 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-11 | variable should not be found if no request body file | Igor Sysoev | 1 | -5/+1 | |
| 2006-10-10 | $request_body_file | Igor Sysoev | 1 | -0/+30 | |
| 2006-10-10 | fix <!--#include virtual=... wait="yes" --> | Igor Sysoev | 5 | -11/+26 | |
| 2006-10-10 | not do ngx_http_upstream_finalize_request() twice | Igor Sysoev | 1 | -3/+4 | |
| 2006-10-10 | fix building introduced by previous commit | Igor Sysoev | 1 | -2/+2 | |
| 2006-10-10 | finalize nonbuffered request on timeout | Igor Sysoev | 1 | -0/+3 | |
| 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 | 4 | -4/+4 | |
| 2006-10-06 | fix hash building on unknown 64-bit platform | Igor Sysoev | 4 | -4/+4 | |
| 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 | 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 | 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 | 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 | 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-31 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2006-08-30 | nginx-0.4.0-RELEASE importrelease-0.4.0 | Igor Sysoev | 34 | -426/+692 | |
| *) 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 | 5 | -43/+128 | |
| *) 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 | 2 | -5/+14 | |
| *) Bugfix: a worker process may got caught in an endless loop while an error redirection; the bug had appeared in 0.3.59. | |||||
