| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-05-17 | update comments missed in r2513 | Igor Sysoev | 1 | -3/+3 | |
| 2009-05-17 | update variable name missed in r2513 | Igor Sysoev | 1 | -4/+4 | |
| 2009-05-05 | ngx_create_listening() | Igor Sysoev | 1 | -41/+1 | |
| 2009-04-30 | *) refactor error_log processing: listen socket log might inherit built-in | Igor Sysoev | 1 | -1/+1 | |
| error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames | |||||
| 2009-04-09 | backout r2535: virtual names is a property of address:port pair, | Igor Sysoev | 1 | -2/+2 | |
| but is not a property of server configuration | |||||
| 2009-04-08 | style fix | Igor Sysoev | 1 | -10/+10 | |
| 2009-03-19 | always run regex in server_name to get captures | Igor Sysoev | 1 | -2/+11 | |
| 2009-03-19 | test wildcard tail hash existance | Igor Sysoev | 1 | -2/+2 | |
| 2009-03-13 | ipv6only | Igor Sysoev | 1 | -0/+4 | |
| 2009-02-24 | move r->virtual_names to ngx_http_core_srv_conf_t | Igor Sysoev | 1 | -2/+2 | |
| 2009-02-24 | axe r->port_text | Igor Sysoev | 1 | -17/+8 | |
| 2009-02-23 | axe unneeded port field | Igor Sysoev | 1 | -2/+0 | |
| 2009-02-21 | a prelimiary IPv6 support, HTTP listen | Igor Sysoev | 1 | -209/+383 | |
| 2009-02-18 | split ports, addresses, and server names preparation and optimization | Igor Sysoev | 1 | -187/+205 | |
| 2008-12-15 | try_files | Igor Sysoev | 1 | -1/+10 | |
| 2008-09-05 | remove unused #include's | Igor Sysoev | 1 | -1/+0 | |
| 2008-09-01 | *) listen ssl | Igor Sysoev | 1 | -0/+10 | |
| *) no default ssl_cetificate and ssl_cetificate_key | |||||
| 2008-09-01 | style fix: remove tabs and trailing spaces | Igor Sysoev | 1 | -3/+3 | |
| 2008-08-29 | set listen configuration to default server, | Igor Sysoev | 1 | -0/+1 | |
| this fixes the case, when default server is not the first one | |||||
| 2008-08-27 | remove unused debug log | Igor Sysoev | 1 | -9/+0 | |
| 2008-08-13 | *) fix segfaults in types hash | Igor Sysoev | 1 | -22/+39 | |
| *) fix inheritance: default hash instead of inherited one | |||||
| 2008-08-12 | use hash in gzip_types, ssi_types, and sub_filter_types | Igor Sysoev | 1 | -0/+6 | |
| 2008-08-04 | test Content-Type via hash: | Igor Sysoev | 1 | -0/+132 | |
| *) ngx_http_test_content_type() *) ngx_http_types_slot() *) ngx_http_merge_types() | |||||
| 2008-08-04 | ngx_strlow() | Igor Sysoev | 1 | -5/+3 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 1 | -3/+3 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2008-06-07 | fix building without PCRE introduced in r2023 | Igor Sysoev | 1 | -2/+2 | |
| 2008-05-27 | *) add ngx_palloc_aligned() to allocate explicitlty aligned memory | Igor Sysoev | 1 | -2/+5 | |
| *) allows non-aligned memory blocks for small allocations and for odd length strings on all platforms *) use ngx_palloc_aligned() | |||||
| 2008-05-24 | *) remove optimize_host_names | Igor Sysoev | 1 | -9/+5 | |
| *) deprecate optimize_server_names: it is not needed since server_name_in_redirect introduction | |||||
| 2008-05-24 | locations tree | Igor Sysoev | 1 | -48/+552 | |
| 2008-05-22 | delete useless lines | Igor Sysoev | 1 | -2/+0 | |
| 2008-05-22 | axe never used variables | Igor Sysoev | 1 | -3/+0 | |
| 2008-05-22 | split ngx_http_block() further | Igor Sysoev | 1 | -449/+503 | |
| 2008-05-22 | split ngx_http_block() | Igor Sysoev | 1 | -180/+216 | |
| 2008-05-22 | delete outdated debug logging that only causes segfault if enabled | Igor Sysoev | 1 | -27/+0 | |
| 2008-03-24 | use ngx_int_t in ngx_sort() callback | Igor Sysoev | 1 | -2/+2 | |
| 2008-03-03 | fix r1490 | Igor Sysoev | 1 | -1/+1 | |
| 2007-12-10 | move condition declarations inside blocks where they are used | Igor Sysoev | 1 | -3/+4 | |
| 2007-09-15 | u_char* is enough to keep file name | Igor Sysoev | 1 | -2/+2 | |
| 2007-08-12 | regex in server_name | Igor Sysoev | 1 | -4/+47 | |
| 2007-08-12 | style fix | Igor Sysoev | 1 | -2/+4 | |
| 2007-07-29 | named location | Igor Sysoev | 1 | -0/+9 | |
| 2007-06-11 | the "www.example.*" wildcard hash support | Igor Sysoev | 1 | -36/+40 | |
| 2007-06-05 | use pointer to an array instead of array for inclusive locations inside location | Igor Sysoev | 1 | -1/+5 | |
| 2007-05-21 | use stable search where it is required | Igor Sysoev | 1 | -5/+4 | |
| 2006-10-09 | align hash bucket size to cache line | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-06 | fix hash building on unknown 64-bit platform | Igor Sysoev | 1 | -1/+1 | |
| 2006-08-30 | nginx-0.4.0-RELEASE importrelease-0.4.0 | Igor Sysoev | 1 | -36/+90 | |
| *) 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-05-11 | nginx-0.3.46-RELEASE importrelease-0.3.46 | Igor Sysoev | 1 | -11/+27 | |
| *) Feature: the "proxy_hide_header", "proxy_pass_header", "fastcgi_hide_header", and "fastcgi_pass_header" directives. *) Change: the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and "proxy_pass_server" directives were canceled. *) Feature: the "X-Accel-Buffering" response header line is supported in proxy mode. *) Bugfix: the reconfiguration bug and memory leaks in the ngx_http_perl_module. | |||||
| 2006-04-26 | nginx-0.3.42-RELEASE importrelease-0.3.42 | Igor Sysoev | 1 | -2/+0 | |
| *) Feature: the "bind" option of the "listen" directive in IMAP/POP3 proxy. *) Bugfix: if the same capture in the "rewrite" directive was used more then once. *) Bugfix: the $sent_http_content_type, $sent_http_content_length, $sent_http_last_modified, $sent_http_connection, $sent_http_keep_alive, and $sent_http_transfer_encoding variables were not written to access log. *) Bugfix: the $sent_http_cache_control returned value of the single "Cache-Control" response header line. | |||||
| 2006-04-19 | nginx-0.3.40-RELEASE importrelease-0.3.40 | Igor Sysoev | 1 | -1/+1 | |
| *) Feature: the ngx_http_dav_module supports the MKCOL method. *) Feature: the "create_full_put_path" directive. *) Feature: the "$limit_rate" variable. | |||||
