Commit graph

3474 commits

Author SHA1 Message Date
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
Igor Sysoev
92d1aa578f copy OpenSSL-0.9.8q LICENSE for nginx/Windows zip 2011-01-20 11:07:35 +00:00
Igor Sysoev
28305d2eb7 introduce 494 code "Request Header Too Large" 2011-01-20 10:37:58 +00:00
Igor Sysoev
c0fd8c8b6c 2011 year 2011-01-20 10:18:12 +00:00
Igor Sysoev
e8a5844caf use boolean expression instead of "if" 2010-12-15 14:10:33 +00:00
Igor Sysoev
c9f00163dd rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODES 2010-12-14 23:04:26 +00:00
Igor Sysoev
98aba275bb bump version 2010-12-14 22:54:04 +00:00
Igor Sysoev
b99dd4e4ef release-0.9.3 tag 2010-12-13 11:05:53 +00:00
Igor Sysoev
213882be02 nginx-0.9.3-RELEASE 2010-12-13 11:05:52 +00:00
Igor Sysoev
a1b711bf3e allow "env" to work in the single process mode 2010-12-13 10:55:15 +00:00
Igor Sysoev
0f210fb519 always run regex in server_name to get captures for IPv6 addresses,
the same fix for IPv4 addresses has been made in r2584
2010-12-12 21:13:27 +00:00
Igor Sysoev
c498ccbcea test wildcard tail hash existance for IPv6 addresses,
the same fix for IPv4 addresses has been made in r2581
2010-12-12 21:10:59 +00:00
Igor Sysoev
d5af35b46c style fix 2010-12-12 20:11:31 +00:00
Igor Sysoev
ba6a713ae9 remove semicolon, because it is already in "nginx: " prefix 2010-12-11 10:59:26 +00:00
Igor Sysoev
2f3314cc94 test for maximum errno value, since Solaris has no sys_nerr 2010-12-06 14:51:20 +00:00
Igor Sysoev
aae3ef5e7b style fix 2010-12-06 14:50:27 +00:00
Igor Sysoev
5c3d5f7c0a test for _sys_nerr only if sys_nerr was not found 2010-12-06 14:49:17 +00:00
Igor Sysoev
debeecae69 bump version 2010-12-06 14:40:40 +00:00
Igor Sysoev
fdbcb35ef2 release-0.9.2 tag 2010-12-06 11:36:31 +00:00