| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-05-31 | fix handling an inherited alias in inclusive location | Igor Sysoev | 2 | -8/+8 | |
| 2010-05-27 | fix a try_files/alias case when alias uses captures and | Igor Sysoev | 2 | -3/+12 | |
| try_files .html "" / =404; | |||||
| 2010-05-27 | do not add tested file to a location regex string, | Igor Sysoev | 1 | -0/+6 | |
| instead, set URI to the tested file, or keep URI unchanged, if the tested file is a directory, the later allows to handle a directory autoredirect | |||||
| 2010-05-27 | fix the previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2010-05-27 | improve debug logging: "try to use file/dir" | Igor Sysoev | 1 | -1/+2 | |
| 2010-05-27 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2010-05-24 | remove r->zero_in_uri | Igor Sysoev | 13 | -78/+17 | |
| 2010-05-24 | proxy_no_cache and fastcgi_no_cache | Igor Sysoev | 6 | -0/+101 | |
| 2010-05-24 | fix delay in limit_req | Igor Sysoev | 1 | -1/+2 | |
| 2010-05-23 | autodetect redirect if URI is rewritten to a string starting with $scheme | Igor Sysoev | 1 | -7/+4 | |
| 2010-05-20 | delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout, | Igor Sysoev | 3 | -135/+0 | |
| fastcgi_upstream_max_fails, fastcgi_upstream_fail_timeout, memcached_upstream_max_fails, and memcached_upstream_fail_timeout directives obsolete since 0.5.0 version | |||||
| 2010-05-18 | allow to use $uid_got in SSI and perl module | Igor Sysoev | 1 | -1/+1 | |
| 2010-05-18 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2010-05-14 | fix SSI include stub for valid empty responses | Igor Sysoev | 1 | -1/+3 | |
| 2010-05-14 | do not cache response if it has "no-store" or "private" | Igor Sysoev | 1 | -4/+6 | |
| in "Cache-Control" header | |||||
| 2010-05-14 | ngx_str_set() and ngx_str_null() | Igor Sysoev | 25 | -157/+72 | |
| 2010-05-14 | use ngx_min() and ngx_max() | Igor Sysoev | 2 | -2/+2 | |
| 2010-05-14 | fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup, | Igor Sysoev | 1 | -2/+0 | |
| the bug had been introduced in r3419 | |||||
| 2010-05-14 | ngx_http_split_clients_module | Igor Sysoev | 1 | -0/+237 | |
| 2010-05-13 | style fix: remove blank line | Igor Sysoev | 1 | -1/+0 | |
| 2010-05-12 | style fix: remove blank line | Igor Sysoev | 1 | -1/+0 | |
| 2010-04-23 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2010-04-22 | use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks | Igor Sysoev | 1 | -7/+7 | |
| 2010-04-22 | change processing variables accessed by SSI and perl module: | Igor Sysoev | 4 | -15/+7 | |
| *) the indexed variables are always flushed *) never show warning for not found variables | |||||
| 2010-04-22 | make $arg_ variables non-cacheable | Igor Sysoev | 1 | -0/+1 | |
| 2010-04-21 | do not log misleading errno in "not a regular file" error | Igor Sysoev | 2 | -2/+2 | |
| 2010-04-21 | do not store an encoded variable value as a new cached variable value | Igor Sysoev | 1 | -11/+10 | |
| 2010-04-06 | fix building without HTTP cache, the bug had been introduced in r3461 | Igor Sysoev | 1 | -3/+3 | |
| 2010-04-02 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2010-04-01 | revert partially r1555 and fix the error "memcached sent invalid trailer" | Igor Sysoev | 1 | -3/+8 | |
| 2010-04-01 | chunked_transfer_encoding | Igor Sysoev | 3 | -1/+21 | |
| 2010-03-31 | do not add a port in redirect if we listen on unix domain socket | Igor Sysoev | 1 | -0/+5 | |
| 2010-03-25 | reset a parsing state to parse correctly an upstream response, | Igor Sysoev | 1 | -0/+2 | |
| if 400 or 414 response has been redirected to upstream | |||||
| 2010-03-25 | *) introduce ngx_time_sigsafe_update() to update the error log time only | Igor Sysoev | 1 | -2/+2 | |
| *) change ngx_time_update() interface | |||||
| 2010-03-13 | *) use previously cached GMT offset value to update time from a signal handler | Igor Sysoev | 1 | -2/+2 | |
| *) change ngx_time_update() interface since there are no notification methods those return time | |||||
| 2010-03-10 | "proxy_redirect default" may not be used if a proxy_pass uses variables | Igor Sysoev | 1 | -0/+7 | |
| 2010-03-10 | fix proxy_redirect name in error message | Igor Sysoev | 1 | -2/+2 | |
| 2010-03-10 | fix segfault if there was non cached large FastCGI stderr output before header, | Igor Sysoev | 1 | -1/+1 | |
| the bug had been introduced in r3461 | |||||
| 2010-03-10 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2010-03-03 | make $request_method non-cacheable | Igor Sysoev | 1 | -1/+2 | |
| 2010-03-03 | remove code disabled since 0.1.29 version | Igor Sysoev | 1 | -4/+0 | |
| 2010-03-03 | use a right "Location" header name, however, it did not harm, | Igor Sysoev | 1 | -2/+2 | |
| since ngx_http_variable_sent_location() never use key name field | |||||
| 2010-03-03 | fix cached FastCGI response with large stderr output before header | Igor Sysoev | 2 | -4/+56 | |
| 2010-03-03 | allow HTTPS referers | Igor Sysoev | 1 | -8/+17 | |
| 2010-02-25 | fix a geo range if the range includes two or more /16 networks | Igor Sysoev | 1 | -1/+1 | |
| and does not begin at /16 network boundary | |||||
| 2010-02-19 | SSI %s timefmt has no timezone offset | Igor Sysoev | 1 | -2/+1 | |
| 2010-02-19 | use content type of the parent request in SSI stub block output | Igor Sysoev | 1 | -3/+3 | |
| instead of default one | |||||
| 2010-02-18 | style fix: remove tabs | Igor Sysoev | 1 | -5/+5 | |
| 2010-02-15 | fix $upstream_http_ variable prefix length | Igor Sysoev | 1 | -1/+1 | |
| 2010-02-12 | delete ngx_http_perl_cleanup_t unused since r909 | Igor Sysoev | 1 | -6/+0 | |
