| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-05-10 | gdImageCopyRotated() may images of even height or width | Igor Sysoev | 1 | -3/+17 | |
| patch by Adam Bocim | |||||
| 2011-05-10 | use POSIX semaphores in shmtx instead of sched_yield() | Igor Sysoev | 8 | -80/+249 | |
| number of spinlock spins are increased twice | |||||
| 2011-05-04 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 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-23 | revert r3864, it may cause kernel panic on some kernels while working with IPv6 | Igor Sysoev | 1 | -1/+1 | |
| 2011-04-23 | fix building by gcc 4.6 without --with-debug | Igor Sysoev | 2 | -14/+7 | |
| 2011-04-23 | style fix: remove trailing spaces | Igor Sysoev | 1 | -29/+29 | |
| 2011-04-22 | Use more precise stat.st_blocks to account cache size on Unix | Igor Sysoev | 6 | -18/+21 | |
| 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 | an internal MD5 implemenation | Igor Sysoev | 2 | -0/+308 | |
| patch by Maxim Dounin | |||||
| 2011-04-15 | fix segfault in IPv6 parsing while processing invalid IPv4 address X.YYYY.Z | Igor Sysoev | 1 | -1/+1 | |
| patch by Maxim Dounin | |||||
| 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 | ngx_murmur_hash2() | Igor Sysoev | 3 | -0/+69 | |
| 2011-04-15 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2011-04-12 | use memmove() in appropriate places | Igor Sysoev | 7 | -10/+14 | |
| 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 | 2 | -3/+3 | |
| 2011-04-04 | reuse keepalive connections if there are no free worker connections | Igor Sysoev | 5 | -0/+66 | |
| 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 | 2 | -3/+3 | |
| 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 | 3 | -1/+26 | |
| patch by Michael Lustfield | |||||
| 2011-03-16 | allow regex as "map" parameter | Igor Sysoev | 3 | -5/+128 | |
| 2011-02-21 | remove semicolon, because it is already in "nginx: " prefix | Igor Sysoev | 1 | -1/+1 | |
| 2011-02-21 | fix warnings | Igor Sysoev | 1 | -2/+2 | |
| 2011-02-21 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2011-02-17 | fix u->one_addr handling in ngx_inet_resolve_host() | Igor Sysoev | 1 | -1/+1 | |
| patch by Maxim Dounin | |||||
| 2011-02-17 | use backlog -1 on Linux | Igor Sysoev | 1 | -1/+1 | |
| thanks to Andrei Nigmatulin | |||||
| 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-11 | set current atime while setting mtime | Igor Sysoev | 1 | -1/+1 | |
| patch by Andrei Nigmatulin | |||||
| 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 | 2 | -3/+3 | |
| 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 | |
| 2011-01-20 | use SwitchToThread() instead of Sleep(0), because the later | Igor Sysoev | 1 | -1/+1 | |
| may not yield control, if there is no thread with higher priority | |||||
| 2011-01-20 | fix building on Fedora 14 | Igor Sysoev | 1 | -1/+1 | |
| patch by Kirill A. Korinskiy | |||||
| 2011-01-20 | fix large stderr handling without http cache | Igor Sysoev | 1 | -1/+2 | |
| patch by Maxim Dounin the bug has been introduced in r3461 | |||||
| 2011-01-20 | introduce 494 code "Request Header Too Large" | Igor Sysoev | 3 | -3/+22 | |
| 2010-12-15 | use boolean expression instead of "if" | Igor Sysoev | 1 | -12/+2 | |
| 2010-12-14 | rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODES | Igor Sysoev | 2 | -5/+5 | |
| 2010-12-14 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-12-13 | allow "env" to work in the single process mode | Igor Sysoev | 1 | -0/+5 | |
| 2010-12-12 | always run regex in server_name to get captures for IPv6 addresses, | Igor Sysoev | 1 | -1/+5 | |
| the same fix for IPv4 addresses has been made in r2584 | |||||
