| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-12-04 | upstream choice modules | Igor Sysoev | 3 | -147/+95 | |
| 2006-11-27 | fix building on 64-bit platforms | Igor Sysoev | 1 | -4/+4 | |
| 2006-11-27 | bump version to 0.5.0 | Igor Sysoev | 1 | -1/+1 | |
| 2006-11-20 | ngx_rbtree_insert_value() | Igor Sysoev | 2 | -0/+35 | |
| 2006-11-20 | slab allocator in shared memory | Igor Sysoev | 12 | -114/+870 | |
| 2006-11-16 | rbtree insert procedure | Igor Sysoev | 2 | -49/+51 | |
| 2006-11-16 | change variable name | Igor Sysoev | 1 | -3/+3 | |
| 2006-11-15 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-31 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-30 | high level HTTP buffered flags should be on per-subrequest basis, | Igor Sysoev | 1 | -3/+3 | |
| this fix a bug in SSI when a big static file is included | |||||
| 2006-10-30 | fix format | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-28 | style fix | Igor Sysoev | 1 | -60/+64 | |
| 2006-10-28 | undo the previous wrong commit | Igor Sysoev | 4 | -145/+107 | |
| 2006-10-28 | bad commit | Igor Sysoev | 4 | -107/+145 | |
| 2006-10-25 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-24 | axe ngx_inet_upstream_parse() and ngx_inet_parse_host_port() | Igor Sysoev | 2 | -301/+2 | |
| 2006-10-24 | axe src/core/ngx_unix_domain.* | Igor Sysoev | 3 | -111/+0 | |
| 2006-10-24 | now the "listen" directives use ngx_parse_url() | Igor Sysoev | 2 | -33/+84 | |
| 2006-10-23 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-23 | APOP | Igor Sysoev | 2 | -3/+5 | |
| 2006-10-20 | aligned ngx_crc32_table_short was allocated from wrong pool | Igor Sysoev | 1 | -4/+4 | |
| 2006-10-19 | split ngx_crc32() to short and long version | Igor Sysoev | 3 | -5/+76 | |
| 2006-10-19 | add includes | Igor Sysoev | 1 | -0/+4 | |
| 2006-10-18 | spelling | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-18 | ngx_crc32() | Igor Sysoev | 3 | -0/+117 | |
| 2006-10-18 | char* > u_char* | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-16 | decrease number of branches | Igor Sysoev | 1 | -7/+4 | |
| 2006-10-13 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-13 | style fix | Igor Sysoev | 1 | -3/+4 | |
| 2006-10-12 | check nginx.pm version | Igor Sysoev | 1 | -1/+2 | |
| 2006-10-11 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-11 | ngx_list_create() | Igor Sysoev | 2 | -4/+32 | |
| 2006-10-10 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-06 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 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-02 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-02 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 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 | 2 | -4/+38 | |
| 2006-09-26 | bump version | 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-14 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2006-09-14 | bump version | 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 | 1 | -1/+1 | |
| *) 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 | 1 | -1/+1 | |
| *) 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 | 1 | -1/+1 | |
| *) 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 | 1 | -1/+1 | |
| *) 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. | |||||
