| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-05-31 | fix IPv6 and Unix domain sockets inheritance while online upgrade | Igor Sysoev | 1 | -4/+2 | |
| 2010-05-31 | fix building by ICC8, the bug had been introduced in r3476 | Igor Sysoev | 1 | -2/+0 | |
| 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 | 2 | -3/+3 | |
| 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 | 2 | -3/+3 | |
| 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 | 37 | -278/+133 | |
| 2010-05-14 | use ngx_min() and ngx_max() | Igor Sysoev | 4 | -14/+6 | |
| 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-14 | ngx_atofp() | Igor Sysoev | 2 | -0/+51 | |
| 2010-05-13 | allow hash key values more than 255 bytes, it does not actually increase mean | Igor Sysoev | 2 | -11/+3 | |
| hash element size, because due to aligning a byte after key is not used anyway in 3/4 cases on 32-bit platforms and in 7/8 cases on 64-bit platforms | |||||
| 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-05-12 | fix rounding issues in %f format | Igor Sysoev | 1 | -1/+1 | |
| 2010-05-12 | use double in %f format to allow %.15f precision | Igor Sysoev | 1 | -3/+3 | |
| 2010-04-23 | Zimbra IMAP server may return only 4 bytes: "+ \r\n" | Igor Sysoev | 1 | -1/+1 | |
| 2010-04-23 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-04-22 | use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks | Igor Sysoev | 3 | -7/+14 | |
| 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 | use non-blocking open() not to hang on FIFO files, etc. | Igor Sysoev | 3 | -1/+10 | |
| 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 | 2 | -3/+3 | |
| 2010-04-01 | MSVC8 compatibility with OpenSSL 1.0.0 | Igor Sysoev | 1 | -0/+3 | |
| 2010-04-01 | revert partially r1555 and fix the error "memcached sent invalid trailer" | Igor Sysoev | 1 | -3/+8 | |
| 2010-04-01 | escape ampersand in argument while rewrite | Igor Sysoev | 1 | -2/+2 | |
| 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-30 | do not set file time in ngx_copy_file() if the time is -1, | Igor Sysoev | 1 | -4/+6 | |
| this fixes an issue when file is moved across devices | |||||
| 2010-03-26 | fix comments | Igor Sysoev | 2 | -2/+2 | |
| 2010-03-26 | use "rep; nop" instead of "pause" on Solaris/amd64 | Igor Sysoev | 1 | -1/+6 | |
| 2010-03-26 | fix a comment and a style fix | Igor Sysoev | 1 | -3/+1 | |
| 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 | 17 | -47/+95 | |
| *) change ngx_time_update() interface | |||||
| 2010-03-13 | *) use previously cached GMT offset value to update time from a signal handler | Igor Sysoev | 17 | -43/+62 | |
| *) change ngx_time_update() interface since there are no notification methods those return time | |||||
| 2010-03-12 | do not update time in the timer signal handler, | Igor Sysoev | 6 | -7/+5 | |
| since localtime_r() is not Async-Signal-Safe function | |||||
