Commit graph

3742 commits

Author SHA1 Message Date
Igor Sysoev
c812ffa114 Use more precise stat.st_blocks to account cache size on Unix
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-22 10:06:43 +00:00
Igor Sysoev
d1e5cfaaa6 allow to use $upstream_... variables in SSI 2011-04-21 10:07:07 +00:00
Igor Sysoev
3151544e79 fix r3713
thanks to Igor A. Valcov
2011-04-19 12:29:16 +00:00
Igor Sysoev
9453076bce fix the previous commit 2011-04-17 15:28:05 +00:00
Igor Sysoev
d3292d115b an internal MD5 implemenation
patch by Maxim Dounin
2011-04-15 15:58:06 +00:00
Igor Sysoev
1d27a9f698 fix segfault in IPv6 parsing while processing invalid IPv4 address X.YYYY.Z
patch by Maxim Dounin
2011-04-15 13:50:27 +00:00
Igor Sysoev
67d4b8130f values starting with '0' were incorrectly assumed to be false
patch by Maxim Dounin
2011-04-15 12:24:18 +00:00
Igor Sysoev
cd2b7082f0 use MurmurHash2 for split_clients, because
its distribution is much better than CRC32's one
2011-04-15 10:59:57 +00:00
Igor Sysoev
4210c99839 ngx_murmur_hash2() 2011-04-15 10:59:24 +00:00
Igor Sysoev
76049aa0c7 bump version 2011-04-15 10:58:44 +00:00
Igor Sysoev
ed2307c447 release-1.0.0 tag 2011-04-12 09:04:33 +00:00
Igor Sysoev
9dfbfee4bb nginx-1.0.0-RELEASE 2011-04-12 09:04:32 +00:00
Igor Sysoev
dd3ad295ed use memmove() in appropriate places 2011-04-12 08:02:46 +00:00
Igor Sysoev
647e73ae93 "satisfy any" disabled custom 401 error page 2011-04-11 14:17:31 +00:00
Igor Sysoev
bc01fa7735 fix CPU hog in cache manager
patch by Maxim Dounin
2011-04-08 15:27:53 +00:00
Igor Sysoev
0f37b7f1f8 fix "image_filter rotate 180" and crop case
the bug has been introduced in r3879
2011-04-07 09:12:30 +00:00
Igor Sysoev
9d244d8af1 bump version 2011-04-07 09:08:52 +00:00
Igor Sysoev
e34b78920e release-0.9.7 tag 2011-04-04 12:50:24 +00:00
Igor Sysoev
e23f423785 nginx-0.9.7-RELEASE 2011-04-04 12:50:22 +00:00
Igor Sysoev
018038fcf1 reuse keepalive connections if there are no free worker connections
patch by Maxim Dounin
2011-04-04 12:26:53 +00:00
Igor Sysoev
f410fb55e9 fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_pass
is given by expression and refers to a defined upstream
2011-04-04 10:43:21 +00:00
Igor Sysoev
5ae8408327 image filter rotate
patch by Adam Bocim
2011-04-04 09:57:32 +00:00
Igor Sysoev
5593d7d6a9 bump version 2011-04-04 09:46:00 +00:00
Igor Sysoev
7df4787d2e release-0.9.6 tag 2011-03-21 15:33:27 +00:00
Igor Sysoev
350278c81d nginx-0.9.6-RELEASE 2011-03-21 15:33:26 +00:00
Igor Sysoev
f3bf2ea833 map tests values in low case only, so caseless regex has no sense 2011-03-21 15:18:59 +00:00
Igor Sysoev
aae8e442e0 $time_iso8601 log variable
patch by Michael Lustfield
2011-03-16 15:46:57 +00:00
Igor Sysoev
216a4a99fb allow regex as "map" parameter 2011-03-16 15:32:31 +00:00
Igor Sysoev
62000c1e54 remove semicolon, because it is already in "nginx: " prefix 2011-02-21 11:47:28 +00:00
Igor Sysoev
e1f2062340 fix warnings 2011-02-21 11:44:26 +00:00
Igor Sysoev
568ea1678d copy OpenSSL-0.9.8r LICENSE for nginx/Windows zip 2011-02-21 10:04:02 +00:00
Igor Sysoev
f91ab5b683 bump version 2011-02-21 10:03:28 +00:00
Igor Sysoev
cd5722119e release-0.9.5 tag 2011-02-21 09:43:59 +00:00
Igor Sysoev
3befb21ff2 nginx-0.9.5-RELEASE 2011-02-21 09:43:57 +00:00
Igor Sysoev
48762acc93 fix xhtml mime type
thanks to Michael Lustfield
the previous value has been suggested by Konstantin Arkhipov
2011-02-21 08:57:02 +00:00
Igor Sysoev
4f10cd2aa0 fix u->one_addr handling in ngx_inet_resolve_host()
patch by Maxim Dounin
2011-02-17 15:01:16 +00:00
Igor Sysoev
314f69a843 use backlog -1 on Linux
thanks to Andrei Nigmatulin
2011-02-17 14:14:50 +00:00
Igor Sysoev
ebe6354e20 always test proxy_redirect with slash, this fixes a case when nginx uses
proxy_pass "http://www", upstream redirects to "http://www.host/uri",
and nginx rewrites it as ".host/uri"
patch by Maxim Dounin
2011-02-17 11:54:35 +00:00
Igor Sysoev
40f5d7aeaf set current atime while setting mtime
patch by Andrei Nigmatulin
2011-02-11 08:02:35 +00:00
Igor Sysoev
50115d0f44 fix "error_page 497 https://" case
patch by Maxim Dounin
the bug has been introduced in r3782
2011-02-01 16:18:55 +00:00
Igor Sysoev
b175af94e8 utf8 parameter of geoip_country and geoip_city
patch by Denis F. Latypoff
2011-01-27 12:51:59 +00:00
Igor Sysoev
19889d0f73 bump version 2011-01-27 12:43:11 +00:00
Igor Sysoev
b37a451807 release-0.9.4 tag 2011-01-21 11:05:58 +00:00
Igor Sysoev
3e6ffeac04 nginx-0.9.4-RELEASE 2011-01-21 11:04:39 +00:00
Igor Sysoev
e8b064d09d server_name $hostname 2011-01-20 15:31:24 +00:00
Igor Sysoev
ea64e25f78 style fix: remove trailing spaces 2011-01-20 15:29:53 +00:00
Igor Sysoev
50cdb44e5b move setting conf->server_name in merge phase 2011-01-20 15:15:50 +00:00
Igor Sysoev
09baa4699f use SwitchToThread() instead of Sleep(0), because the later
may not yield control, if there is no thread with higher priority
2011-01-20 13:06:21 +00:00
Igor Sysoev
d4d034d2d0 fix building on Fedora 14
patch by Kirill A. Korinskiy
2011-01-20 12:33:17 +00:00
Igor Sysoev
c65b2f995b fix large stderr handling without http cache
patch by Maxim Dounin
the bug has been introduced in r3461
2011-01-20 12:23:00 +00:00