Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix building on FreeBSD 6 or earlier against system md5 | Igor Sysoev | 2011-05-27 | |
| | ||||
* | make built-in ngx_md5_update() interface consistent with other implemenations | Igor Sysoev | 2011-05-27 | |
| | ||||
* | fix building --without-http_auth_basic_module, | Igor Sysoev | 2011-05-26 | |
| | | | | the bug has been introduced in r3923 | |||
* | bump version | Igor Sysoev | 2011-05-26 | |
| | ||||
* | "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module | Igor Sysoev | 2011-05-16 | |
| | | | | patch by Maxim Dounin | |||
* | fix testing IPv4 address mapped to IPv6, when only IPv6 access rules are defined | Igor Sysoev | 2011-05-16 | |
| | ||||
* | support IPv4 mapped to IPv6 in geo module | Igor Sysoev | 2011-05-16 | |
| | ||||
* | support IPv4 mapped to IPv6 in geoip module | Igor Sysoev | 2011-05-16 | |
| | ||||
* | fix debug logging | Igor Sysoev | 2011-05-13 | |
| | ||||
* | fix a broken cached response if bypass/no_cache directive values are different, | Igor Sysoev | 2011-05-13 | |
| | | | | the bug has been introduced in r3700 | |||
* | geoip_org | Igor Sysoev | 2011-05-11 | |
| | | | | patch by Alexander Uskov | |||
* | fix typo | Igor Sysoev | 2011-05-11 | |
| | ||||
* | bump version | Igor Sysoev | 2011-05-11 | |
| | ||||
* | gdImageCopyRotated() may images of even height or width | Igor Sysoev | 2011-05-10 | |
| | | | | patch by Adam Bocim | |||
* | use POSIX semaphores in shmtx instead of sched_yield() | Igor Sysoev | 2011-05-10 | |
| | | | | number of spinlock spins are increased twice | |||
* | bump version | Igor Sysoev | 2011-05-04 | |
| | ||||
* | test zero value in an "if" directive consistently with predicates fixed in r3894 | Igor Sysoev | 2011-05-03 | |
| | | | | thanks to Maxim Dounin | |||
* | revert r3864, it may cause kernel panic on some kernels while working with IPv6 | Igor Sysoev | 2011-04-23 | |
| | ||||
* | fix building by gcc 4.6 without --with-debug | Igor Sysoev | 2011-04-23 | |
| | ||||
* | style fix: remove trailing spaces | Igor Sysoev | 2011-04-23 | |
| | ||||
* | Use more precise stat.st_blocks to account cache size on Unix | Igor Sysoev | 2011-04-22 | |
| | | | | | 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. | |||
* | allow to use $upstream_... variables in SSI | Igor Sysoev | 2011-04-21 | |
| | ||||
* | fix r3713 | Igor Sysoev | 2011-04-19 | |
| | | | | thanks to Igor A. Valcov | |||
* | an internal MD5 implemenation | Igor Sysoev | 2011-04-15 | |
| | | | | patch by Maxim Dounin | |||
* | fix segfault in IPv6 parsing while processing invalid IPv4 address X.YYYY.Z | Igor Sysoev | 2011-04-15 | |
| | | | | patch by Maxim Dounin | |||
* | values starting with '0' were incorrectly assumed to be false | Igor Sysoev | 2011-04-15 | |
| | | | | patch by Maxim Dounin | |||
* | use MurmurHash2 for split_clients, because | Igor Sysoev | 2011-04-15 | |
| | | | | its distribution is much better than CRC32's one | |||
* | ngx_murmur_hash2() | Igor Sysoev | 2011-04-15 | |
| | ||||
* | bump version | Igor Sysoev | 2011-04-15 | |
| | ||||
* | use memmove() in appropriate places | Igor Sysoev | 2011-04-12 | |
| | ||||
* | "satisfy any" disabled custom 401 error page | Igor Sysoev | 2011-04-11 | |
| | ||||
* | fix CPU hog in cache manager | Igor Sysoev | 2011-04-08 | |
| | | | | patch by Maxim Dounin | |||
* | fix "image_filter rotate 180" and crop case | Igor Sysoev | 2011-04-07 | |
| | | | | the bug has been introduced in r3879 | |||
* | bump version | Igor Sysoev | 2011-04-07 | |
| | ||||
* | reuse keepalive connections if there are no free worker connections | Igor Sysoev | 2011-04-04 | |
| | | | | patch by Maxim Dounin | |||
* | fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_pass | Igor Sysoev | 2011-04-04 | |
| | | | | is given by expression and refers to a defined upstream | |||
* | image filter rotate | Igor Sysoev | 2011-04-04 | |
| | | | | patch by Adam Bocim | |||
* | bump version | Igor Sysoev | 2011-04-04 | |
| | ||||
* | map tests values in low case only, so caseless regex has no sense | Igor Sysoev | 2011-03-21 | |
| | ||||
* | $time_iso8601 log variable | Igor Sysoev | 2011-03-16 | |
| | | | | patch by Michael Lustfield | |||
* | allow regex as "map" parameter | Igor Sysoev | 2011-03-16 | |
| | ||||
* | remove semicolon, because it is already in "nginx: " prefix | Igor Sysoev | 2011-02-21 | |
| | ||||
* | fix warnings | Igor Sysoev | 2011-02-21 | |
| | ||||
* | bump version | Igor Sysoev | 2011-02-21 | |
| | ||||
* | fix u->one_addr handling in ngx_inet_resolve_host() | Igor Sysoev | 2011-02-17 | |
| | | | | patch by Maxim Dounin | |||
* | use backlog -1 on Linux | Igor Sysoev | 2011-02-17 | |
| | | | | thanks to Andrei Nigmatulin | |||
* | always test proxy_redirect with slash, this fixes a case when nginx uses | Igor Sysoev | 2011-02-17 | |
| | | | | | | proxy_pass "http://www", upstream redirects to "http://www.host/uri", and nginx rewrites it as ".host/uri" patch by Maxim Dounin | |||
* | set current atime while setting mtime | Igor Sysoev | 2011-02-11 | |
| | | | | patch by Andrei Nigmatulin | |||
* | fix "error_page 497 https://" case | Igor Sysoev | 2011-02-01 | |
| | | | | | patch by Maxim Dounin the bug has been introduced in r3782 | |||
* | utf8 parameter of geoip_country and geoip_city | Igor Sysoev | 2011-01-27 | |
| | | | | patch by Denis F. Latypoff |