| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-07-19 | fix segfault if cache key is larger than upstream buffer size | Igor Sysoev | 1 | -0/+9 | |
| patch by Lanshun Zhou | |||||
| 2011-07-19 | $uid_reset | Igor Sysoev | 1 | -18/+63 | |
| 2011-07-19 | fix r3756: release lock to allow other process to delete cache node | Igor Sysoev | 1 | -1/+2 | |
| patch by Maxim Dounin | |||||
| 2011-06-28 | revert r3935 and fix "stalled cache updating" alert | Igor Sysoev | 1 | -16/+10 | |
| by freeing cache at upstream finalize phase patch by Maxim Dounin | |||||
| 2011-06-28 | referer_hash_max_size and referer_hash_bucket_size directives | Igor Sysoev | 1 | -2/+32 | |
| patch by Witold Filipczyk | |||||
| 2011-06-27 | use !aNULL to disable all anonymous cipher suites | Igor Sysoev | 1 | -1/+1 | |
| patch by Rob Stradling | |||||
| 2011-06-27 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2011-06-01 | fix "stalled cache updating" alert, | Igor Sysoev | 1 | -0/+9 | |
| when non-cachable HEAD response did not not free an expired cache node | |||||
| 2011-05-30 | revert r3875 since now map uses case sensetive regexes by default | Igor Sysoev | 1 | -0/+6 | |
| 2011-05-30 | change ngx_http_map_find(): use case sensitive regexes | Igor Sysoev | 3 | -11/+24 | |
| 2011-05-26 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2011-05-16 | "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module | Igor Sysoev | 1 | -0/+1 | |
| patch by Maxim Dounin | |||||
| 2011-05-16 | fix testing IPv4 address mapped to IPv6, when only IPv6 access rules are defined | Igor Sysoev | 1 | -12/+19 | |
| 2011-05-16 | support IPv4 mapped to IPv6 in geo module | Igor Sysoev | 1 | -4/+28 | |
| 2011-05-16 | support IPv4 mapped to IPv6 in geoip module | Igor Sysoev | 1 | -28/+42 | |
| 2011-05-13 | fix debug logging | Igor Sysoev | 1 | -1/+1 | |
| 2011-05-13 | fix a broken cached response if bypass/no_cache directive values are different, | Igor Sysoev | 2 | -28/+14 | |
| the bug has been introduced in r3700 | |||||
| 2011-05-11 | geoip_org | Igor Sysoev | 1 | -0/+118 | |
| patch by Alexander Uskov | |||||
| 2011-05-11 | fix typo | Igor Sysoev | 1 | -2/+2 | |
| 2011-05-11 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2011-05-10 | gdImageCopyRotated() may images of even height or width | Igor Sysoev | 1 | -3/+17 | |
| patch by Adam Bocim | |||||
| 2011-05-04 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2011-05-03 | test zero value in an "if" directive consistently with predicates fixed in r3894 | Igor Sysoev | 1 | -1/+1 | |
| thanks to Maxim Dounin | |||||
| 2011-04-22 | Use more precise stat.st_blocks to account cache size on Unix | Igor Sysoev | 2 | -18/+16 | |
| instead of file length rounded to a file system block size. There is no similar way on Windows, so rounding to a cache->bsize is kept. | |||||
| 2011-04-21 | allow to use $upstream_... variables in SSI | Igor Sysoev | 1 | -5/+5 | |
| 2011-04-19 | fix r3713 | Igor Sysoev | 1 | -2/+2 | |
| thanks to Igor A. Valcov | |||||
| 2011-04-15 | values starting with '0' were incorrectly assumed to be false | Igor Sysoev | 1 | -1/+1 | |
| patch by Maxim Dounin | |||||
| 2011-04-15 | use MurmurHash2 for split_clients, because | Igor Sysoev | 1 | -1/+1 | |
| its distribution is much better than CRC32's one | |||||
| 2011-04-15 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2011-04-12 | use memmove() in appropriate places | Igor Sysoev | 5 | -9/+9 | |
| 2011-04-11 | "satisfy any" disabled custom 401 error page | Igor Sysoev | 1 | -3/+7 | |
| 2011-04-08 | fix CPU hog in cache manager | Igor Sysoev | 1 | -2/+7 | |
| patch by Maxim Dounin | |||||
| 2011-04-07 | fix "image_filter rotate 180" and crop case | Igor Sysoev | 1 | -4/+4 | |
| the bug has been introduced in r3879 | |||||
| 2011-04-07 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2011-04-04 | reuse keepalive connections if there are no free worker connections | Igor Sysoev | 1 | -0/+2 | |
| patch by Maxim Dounin | |||||
| 2011-04-04 | fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_pass | Igor Sysoev | 4 | -18/+11 | |
| is given by expression and refers to a defined upstream | |||||
| 2011-04-04 | image filter rotate | Igor Sysoev | 1 | -3/+101 | |
| patch by Adam Bocim | |||||
| 2011-04-04 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2011-03-21 | map tests values in low case only, so caseless regex has no sense | Igor Sysoev | 1 | -6/+0 | |
| 2011-03-16 | $time_iso8601 log variable | Igor Sysoev | 1 | -0/+10 | |
| patch by Michael Lustfield | |||||
| 2011-03-16 | allow regex as "map" parameter | Igor Sysoev | 3 | -5/+128 | |
| 2011-02-21 | fix warnings | Igor Sysoev | 1 | -2/+2 | |
| 2011-02-21 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2011-02-17 | always test proxy_redirect with slash, this fixes a case when nginx uses | Igor Sysoev | 1 | -4/+30 | |
| proxy_pass "http://www", upstream redirects to "http://www.host/uri", and nginx rewrites it as ".host/uri" patch by Maxim Dounin | |||||
| 2011-02-01 | fix "error_page 497 https://" case | Igor Sysoev | 1 | -1/+8 | |
| patch by Maxim Dounin the bug has been introduced in r3782 | |||||
| 2011-01-27 | utf8 parameter of geoip_country and geoip_city | Igor Sysoev | 1 | -2/+24 | |
| patch by Denis F. Latypoff | |||||
| 2011-01-27 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2011-01-20 | server_name $hostname | Igor Sysoev | 1 | -1/+7 | |
| 2011-01-20 | style fix: remove trailing spaces | Igor Sysoev | 1 | -2/+2 | |
| 2011-01-20 | move setting conf->server_name in merge phase | Igor Sysoev | 1 | -25/+25 | |
