| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-08-13 | restore connection address on request closure, | Igor Sysoev | 2 | -24/+57 | |
| this fixes the issue when a frontend before nginx sends various client connections via keepalive connection to nginx | |||||
| 2008-08-13 | *) fix segfaults in types hash | Igor Sysoev | 3 | -31/+48 | |
| *) fix inheritance: default hash instead of inherited one | |||||
| 2008-08-13 | disable error_page loop in 500 error when recursive errors are enabled | Igor Sysoev | 1 | -1/+1 | |
| 2008-08-12 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-08-12 | fix the case when unset domain.tld was matched by *.domain.tld | Igor Sysoev | 1 | -14/+35 | |
| 2008-08-12 | *) charset_types | Igor Sysoev | 2 | -23/+65 | |
| *) change of default charset types *) addition_types | |||||
| 2008-08-12 | use hash in gzip_types, ssi_types, and sub_filter_types | Igor Sysoev | 5 | -289/+57 | |
| 2008-08-12 | backout both r2162 and r2128 and implement a new fix | Igor Sysoev | 2 | -6/+2 | |
| 2008-08-11 | check daily time range | Igor Sysoev | 1 | -0/+6 | |
| 2008-08-11 | expires daily time | Igor Sysoev | 1 | -7/+26 | |
| 2008-08-11 | ngx_next_time() | Igor Sysoev | 2 | -0/+42 | |
| 2008-08-11 | SSL connection readiness is required for level-triggered events only, | Igor Sysoev | 1 | -1/+4 | |
| broken in r2128 | |||||
| 2008-08-11 | consider log_not_found while testing index files | Igor Sysoev | 1 | -7/+10 | |
| 2008-08-06 | clear Last-Modified; set content-type and length for main request only | Igor Sysoev | 1 | -10/+24 | |
| 2008-08-06 | disable ranges, because xslt filter runs after range body filter | Igor Sysoev | 1 | -2/+0 | |
| 2008-08-05 | ngx_cpp_test_module | Igor Sysoev | 1 | -0/+27 | |
| 2008-08-05 | reuse compiled DTD hash in different locations, add DTD cleanup | Igor Sysoev | 1 | -11/+55 | |
| 2008-08-05 | update debug logging | Igor Sysoev | 1 | -15/+7 | |
| 2008-08-05 | reuse compiled XSLT tree in different locations | Igor Sysoev | 1 | -29/+83 | |
| 2008-08-05 | xsl:output's media-type and encoding support | Igor Sysoev | 1 | -13/+79 | |
| 2008-08-05 | we do not need dtd->name | Igor Sysoev | 1 | -2/+0 | |
| 2008-08-05 | xslt_stylesheet should be valid for location only | Igor Sysoev | 1 | -1/+1 | |
| 2008-08-05 | fix xslt module context levels | Igor Sysoev | 1 | -3/+3 | |
| 2008-08-04 | update debug logging | Igor Sysoev | 1 | -4/+4 | |
| 2008-08-04 | style fix | Igor Sysoev | 1 | -8/+11 | |
| 2008-08-04 | fix building by bcc broken in r2143 | Igor Sysoev | 1 | -0/+1 | |
| 2008-08-04 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-08-04 | Solaris directio() | Igor Sysoev | 1 | -0/+5 | |
| 2008-08-04 | fix building by msvc8 introduced in r2127 | Igor Sysoev | 1 | -1/+1 | |
| 2008-08-04 | if upstream sent a location header without status use 302 | Igor Sysoev | 2 | -1/+9 | |
| 2008-08-04 | ngx_http_xslt_filter_module | Igor Sysoev | 1 | -0/+1109 | |
| 2008-08-04 | test Content-Type via hash: | Igor Sysoev | 5 | -0/+182 | |
| *) ngx_http_test_content_type() *) ngx_http_types_slot() *) ngx_http_merge_types() | |||||
| 2008-08-04 | $arg_... variable | Igor Sysoev | 2 | -0/+75 | |
| 2008-08-04 | ngx_hash_strlow() | Igor Sysoev | 7 | -77/+40 | |
| 2008-08-04 | ngx_strlow() | Igor Sysoev | 9 | -30/+24 | |
| 2008-08-04 | fix building by bcc broken in r2130 | Igor Sysoev | 2 | -1/+8 | |
| 2008-07-31 | fix conflicting names "true" and "false" | Igor Sysoev | 2 | -27/+22 | |
| 2008-07-30 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2008-07-30 | directio | Igor Sysoev | 17 | -12/+143 | |
| 2008-07-30 | *) move Darwin support to separate files | Igor Sysoev | 6 | -0/+632 | |
| *) Darwin sendfile() support | |||||
| 2008-07-30 | update connection readiness after SSL handshake, | Igor Sysoev | 1 | -0/+3 | |
| this fixes mail proxy SSL connection hanging if level-triggered event is used | |||||
| 2008-07-29 | case insensitive file system location support provided by locale only | Igor Sysoev | 3 | -1/+16 | |
| 2008-07-29 | rename ngx_utf_...() to ngx_utf8_...() | Igor Sysoev | 4 | -18/+18 | |
| 2008-07-29 | fix typo | Igor Sysoev | 2 | -12/+12 | |
| 2008-07-29 | *) ssl_verify_client ask | Igor Sysoev | 5 | -9/+74 | |
| *) test ssl_client_certificate for ssl_verify_client *) $ssl_client_cert adds TAB before each line except first one *) $ssl_client_raw_cert contains certificate as is | |||||
| 2008-07-29 | allow range for partial flv response | Igor Sysoev | 1 | -3/+2 | |
| 2008-07-29 | support several buf's for single-part range | Igor Sysoev | 1 | -19/+73 | |
| patch by Maxim Dounin | |||||
| 2008-07-25 | fix utf-8 names in autoindex | Igor Sysoev | 3 | -32/+37 | |
| 2008-07-23 | fix ranges without Content-Type | Igor Sysoev | 1 | -3/+8 | |
| 2008-07-23 | split ngx_http_range_filter_module | Igor Sysoev | 1 | -122/+210 | |
