| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-06-07 | merge r3528: | Igor Sysoev | 1 | -4/+1 | |
| remove r->zero_in_uri | |||||
| 2010-06-04 | merge r3316, r3317, r3420, r3421, r3453: | Igor Sysoev | 1 | -0/+2 | |
| browsers related fixes: *) add MSIE padding for Chrome too *) disable keepalive for Safari: https://bugs.webkit.org/show_bug.cgi?id=5760 *) do not disable keepalive after POST requests for MSIE 7+ | |||||
| 2010-02-01 | merge r3309, r3314, r3315, r3380: | Igor Sysoev | 1 | -1/+6 | |
| gzip headers related fixes: *) remove "Content-Encoding: gzip" in 304 response sent by ngx_http_gzip_static_module *) refactor gzip_vary handling *) test r->header_only last, since it's not actually frequent here: 304 and HEAD responses are not set it before the filter | |||||
| 2009-10-26 | merge r3162, r3183: | Igor Sysoev | 1 | -0/+1 | |
| WebDAV fixes: *) check unsafe Destination *) omit '\0' from "Location" header on MKCOL request | |||||
| 2009-10-26 | merge r2993: | Igor Sysoev | 1 | -1/+1 | |
| geo module supports trusted proxies | |||||
| 2009-10-26 | merge r2890, r2891, r2892: | Igor Sysoev | 1 | -1/+0 | |
| refactor ngx_http_charset_header_filter() | |||||
| 2009-05-22 | add charset for ngx_http_gzip_static_module responses | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-08 | handle big responses for "size" and "test" image_filters | Igor Sysoev | 1 | -0/+1 | |
| 2009-04-09 | backout r2535: virtual names is a property of address:port pair, | Igor Sysoev | 1 | -0/+2 | |
| but is not a property of server configuration | |||||
| 2009-03-23 | a prelimiary proxy cache support | Igor Sysoev | 1 | -0/+5 | |
| 2009-03-06 | now regex captures are per-request entities | Igor Sysoev | 1 | -0/+7 | |
| 2009-02-24 | move r->virtual_names to ngx_http_core_srv_conf_t | Igor Sysoev | 1 | -2/+0 | |
| 2009-02-24 | axe r->port_text | Igor Sysoev | 1 | -1/+0 | |
| 2009-02-23 | axe r->port | Igor Sysoev | 1 | -1/+0 | |
| 2009-02-23 | axe r->in_addr | Igor Sysoev | 1 | -1/+0 | |
| 2008-12-08 | *) refactor subrequest handling, now they run as separate posted requests | Igor Sysoev | 1 | -1/+11 | |
| *) now $upstream_addr, $upstream_status, $upstream_response_time can be used with log_subrequest | |||||
| 2008-11-11 | style fix: remove trailing spaces | Igor Sysoev | 1 | -1/+1 | |
| 2008-11-10 | ngx_http_limit_req_module | Igor Sysoev | 1 | -2/+4 | |
| 2008-09-29 | refactor log_subrequest | Igor Sysoev | 1 | -0/+1 | |
| 2008-08-26 | gzip_disable msie6 | Igor Sysoev | 1 | -0/+1 | |
| 2008-08-13 | restore connection address on request closure, | Igor Sysoev | 1 | -10/+0 | |
| this fixes the issue when a frontend before nginx sends various client connections via keepalive connection to nginx | |||||
| 2008-08-04 | test Content-Type via hash: | Igor Sysoev | 1 | -0/+2 | |
| *) ngx_http_test_content_type() *) ngx_http_types_slot() *) ngx_http_merge_types() | |||||
| 2008-07-07 | always test root existence for access_log with variables | Igor Sysoev | 1 | -0/+1 | |
| 2008-06-26 | the "Expect" header support | Igor Sysoev | 1 | -0/+2 | |
| 2008-05-15 | *) host in request line has priority | Igor Sysoev | 1 | -1/+1 | |
| *) allow several Host headers *) validate host | |||||
| 2008-01-08 | axe old flag remained after ancient "post_accept_timeout" directive | Igor Sysoev | 1 | -2/+0 | |
| 2007-12-30 | axe useless r->server_name | Igor Sysoev | 1 | -1/+0 | |
| 2007-12-27 | ngx_http_gzip_static_module and gzip_disable | Igor Sysoev | 1 | -0/+2 | |
| 2007-11-27 | r->headers_out.refresh | Igor Sysoev | 1 | -0/+1 | |
| 2007-11-09 | If-Range support | Igor Sysoev | 1 | -0/+1 | |
| 2007-10-14 | fix English grammar | Igor Sysoev | 1 | -1/+1 | |
| 2007-08-12 | regex in server_name | Igor Sysoev | 1 | -1/+9 | |
| 2007-06-11 | the "www.example.*" wildcard hash support | Igor Sysoev | 1 | -4/+1 | |
| 2007-04-21 | $request_time has millisecond precision | Igor Sysoev | 1 | -1/+2 | |
| 2007-04-19 | ngx_http_sub_filter_module | Igor Sysoev | 1 | -1/+2 | |
| 2007-04-18 | store the upstream states before X-Accel-Redirect to a next upstream | Igor Sysoev | 1 | -0/+2 | |
| 2007-03-30 | disable TRACE method | Igor Sysoev | 1 | -0/+1 | |
| 2007-01-25 | undo "client_body_in_file_only any" | Igor Sysoev | 1 | -1/+1 | |
| and introduce "client_body_in_file_only clean" introduce ngx_pool_delete_file() to not break a possible third-party ngx_pool_cleanup_file() usage that may lead to an removal of the useful files delete unnecessary ngx_http_finalize_request_body() | |||||
| 2007-01-18 | the "Overwrite" header line | Igor Sysoev | 1 | -0/+1 | |
| 2007-01-18 | NGX_HTTP_PRECONDITION_FAILED | Igor Sysoev | 1 | -0/+1 | |
| 2007-01-07 | count connection once per request | Igor Sysoev | 1 | -0/+6 | |
| 2006-12-29 | move ranges array to ngx_http_range_filter_ctx_t | Igor Sysoev | 1 | -8/+0 | |
| 2006-11-14 | add more WebDAV methods | Igor Sysoev | 1 | -0/+7 | |
| 2006-10-30 | high level HTTP buffered flags should be on per-subrequest basis, | Igor Sysoev | 1 | -5/+7 | |
| this fix a bug in SSI when a big static file is included | |||||
| 2006-10-13 | <!--#include virtual=... set=... --> | Igor Sysoev | 1 | -0/+13 | |
| 2006-10-12 | remove r->root_length | Igor Sysoev | 1 | -2/+0 | |
| 2006-10-12 | compact r->http_minor and r->http_major | Igor Sysoev | 1 | -2/+4 | |
| 2006-10-02 | set "Content-Length: 0" for errors handled by "return 204" | Igor Sysoev | 1 | -0/+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 | -0/+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. | |||||
