| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-08-13 | restore connection address on request closure, | Igor Sysoev | 1 | -14/+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 | 1 | -8/+8 | |
| *) fix inheritance: default hash instead of inherited one | |||||
| 2008-08-12 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 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 | 3 | -289/+49 | |
| 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 | 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 | reuse compiled DTD hash in different locations, add DTD cleanup | Igor Sysoev | 1 | -11/+55 | |
| 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 | style fix | Igor Sysoev | 1 | -8/+11 | |
| 2008-08-04 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2008-08-04 | if upstream sent a location header without status use 302 | Igor Sysoev | 1 | -0/+7 | |
| 2008-08-04 | ngx_http_xslt_filter_module | Igor Sysoev | 1 | -0/+1109 | |
| 2008-08-04 | ngx_hash_strlow() | Igor Sysoev | 3 | -43/+9 | |
| 2008-08-04 | ngx_strlow() | Igor Sysoev | 3 | -12/+4 | |
| 2008-07-30 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2008-07-30 | directio | Igor Sysoev | 5 | -0/+5 | |
| 2008-07-29 | rename ngx_utf_...() to ngx_utf8_...() | Igor Sysoev | 2 | -7/+7 | |
| 2008-07-29 | fix typo | Igor Sysoev | 1 | -6/+6 | |
| 2008-07-29 | *) ssl_verify_client ask | Igor Sysoev | 2 | -7/+26 | |
| *) 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 | 1 | -5/+6 | |
| 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 | |
| 2008-07-07 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2008-07-07 | always test root existence for access_log with variables | Igor Sysoev | 4 | -4/+25 | |
| 2008-07-04 | allow several values in query string | Igor Sysoev | 1 | -2/+8 | |
| 2008-07-01 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2008-07-01 | NULL script in default access_log | Igor Sysoev | 1 | -0/+1 | |
| 2008-06-30 | fix error when response parsed by sub filter, then by SSI filter | Igor Sysoev | 2 | -4/+5 | |
| and some response parts are output as file buffers | |||||
| 2008-06-30 | fix variable access_log merging | Igor Sysoev | 1 | -1/+2 | |
| 2008-06-30 | fix error message | Igor Sysoev | 1 | -1/+2 | |
| 2008-06-30 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2008-06-30 | variables in access_log | Igor Sysoev | 1 | -21/+285 | |
| 2008-06-26 | ngx_memzero() ngx_open_file_info_t | Igor Sysoev | 5 | -12/+12 | |
| 2008-06-26 | the "Expect" header support | Igor Sysoev | 1 | -0/+1 | |
| 2008-06-23 | initialize of.uniq in ngx_open_cached_file() | Igor Sysoev | 5 | -8/+14 | |
| 2008-06-23 | change useless ngx_pcalloc() to ngx_pnalloc() | Igor Sysoev | 1 | -1/+1 | |
| 2008-06-23 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2008-06-20 | auto detect https redirect in rewrite | Igor Sysoev | 1 | -0/+6 | |
| 2008-06-20 | "gzip_vary on" always sends "Vary: Accept-Encoding" header | Igor Sysoev | 2 | -34/+5 | |
| 2008-06-20 | disable charset if there is "Content-Encoding" header | Igor Sysoev | 1 | -0/+6 | |
