| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-06-01 | delete unneeded declaration | Igor Sysoev | 1 | -3/+0 |
| 2010-06-01 | delete unused ngx_http_uwsgi_add_variables() | Igor Sysoev | 1 | -27/+1 |
| 2010-06-01 | improve uwsgi_modifierX processing: | Igor Sysoev | 1 | -52/+20 |
| 2010-06-01 | remove LICENSE text | Igor Sysoev | 1 | -21/+0 |
| 2010-06-01 | style fix | Igor Sysoev | 1 | -1/+1 |
| 2010-06-01 | ./configure --http-uwsgi-temp-path=PATH | Igor Sysoev | 1 | -3/+0 |
| 2010-06-01 | fix the previous commit when value is static string: remove the special | Igor Sysoev | 1 | -68/+26 |
| 2010-06-01 | remove useless copy: key name should be just copied before value length | Igor Sysoev | 1 | -15/+7 |
| 2010-06-01 | simplify binary little endian length processing | Igor Sysoev | 1 | -54/+25 |
| 2010-06-01 | use ngx_str_set() and ngx_str_null() | Igor Sysoev | 1 | -11/+5 |
| 2010-06-01 | fix copyrights | Igor Sysoev | 1 | -5/+2 |
| 2010-06-01 | fix style, some names, and building by MSVC8 | Igor Sysoev | 1 | -589/+555 |
| 2010-06-01 | style fix: remove tabs and trailing spaces | Igor Sysoev | 1 | -633/+633 |
| 2010-06-01 | import original ngx_http_uwsgi_module version | Igor Sysoev | 1 | -0/+1653 |
| 2010-06-01 | bump version | Igor Sysoev | 1 | -1/+1 |
| 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 |
| 2010-05-27 | do not add tested file to a location regex string, | Igor Sysoev | 1 | -0/+6 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 2010-03-25 | *) introduce ngx_time_sigsafe_update() to update the error log time only | Igor Sysoev | 1 | -2/+2 |
| 2010-03-13 | *) use previously cached GMT offset value to update time from a signal handler | Igor Sysoev | 1 | -2/+2 |