Igor Sysoev
|
b3451785fe
|
an internal MD5 implemenation
patch by Maxim Dounin
|
2011-04-15 15:58:06 +00:00 |
|
Igor Sysoev
|
9813a1999c
|
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
|
14fe2dd94a
|
values starting with '0' were incorrectly assumed to be false
patch by Maxim Dounin
|
2011-04-15 12:24:18 +00:00 |
|
Igor Sysoev
|
432760ee4d
|
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
|
42f1e1cb96
|
ngx_murmur_hash2()
|
2011-04-15 10:59:24 +00:00 |
|
Igor Sysoev
|
0bd0b2894c
|
bump version
|
2011-04-15 10:58:44 +00:00 |
|
Igor Sysoev
|
050b280349
|
release-1.0.0 tag
|
2011-04-12 09:04:33 +00:00 |
|
Igor Sysoev
|
a2a09a84eb
|
nginx-1.0.0-RELEASE
|
2011-04-12 09:04:32 +00:00 |
|
Igor Sysoev
|
d63104eea4
|
use memmove() in appropriate places
|
2011-04-12 08:02:46 +00:00 |
|
Igor Sysoev
|
d80bcbcd0f
|
"satisfy any" disabled custom 401 error page
|
2011-04-11 14:17:31 +00:00 |
|
Igor Sysoev
|
711eeb8514
|
fix CPU hog in cache manager
patch by Maxim Dounin
|
2011-04-08 15:27:53 +00:00 |
|
Igor Sysoev
|
ea38fe54bd
|
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
|
f352259dd6
|
bump version
|
2011-04-07 09:08:52 +00:00 |
|
Igor Sysoev
|
54241ea9f7
|
release-0.9.7 tag
|
2011-04-04 12:50:24 +00:00 |
|
Igor Sysoev
|
955370fc8c
|
nginx-0.9.7-RELEASE
|
2011-04-04 12:50:22 +00:00 |
|
Igor Sysoev
|
4956ac5108
|
reuse keepalive connections if there are no free worker connections
patch by Maxim Dounin
|
2011-04-04 12:26:53 +00:00 |
|
Igor Sysoev
|
fde7d51392
|
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
|
450c981ab9
|
image filter rotate
patch by Adam Bocim
|
2011-04-04 09:57:32 +00:00 |
|
Igor Sysoev
|
b8fb0a15a2
|
bump version
|
2011-04-04 09:46:00 +00:00 |
|
Igor Sysoev
|
0fa4c4f163
|
release-0.9.6 tag
|
2011-03-21 15:33:27 +00:00 |
|
Igor Sysoev
|
57f3455ad3
|
nginx-0.9.6-RELEASE
|
2011-03-21 15:33:26 +00:00 |
|
Igor Sysoev
|
921ac21acf
|
map tests values in low case only, so caseless regex has no sense
|
2011-03-21 15:18:59 +00:00 |
|
Igor Sysoev
|
c9d671cd81
|
$time_iso8601 log variable
patch by Michael Lustfield
|
2011-03-16 15:46:57 +00:00 |
|
Igor Sysoev
|
0519b43a77
|
allow regex as "map" parameter
|
2011-03-16 15:32:31 +00:00 |
|
Igor Sysoev
|
32c73df97a
|
remove semicolon, because it is already in "nginx: " prefix
|
2011-02-21 11:47:28 +00:00 |
|
Igor Sysoev
|
22434e4c72
|
fix warnings
|
2011-02-21 11:44:26 +00:00 |
|
Igor Sysoev
|
b10de5d63a
|
copy OpenSSL-0.9.8r LICENSE for nginx/Windows zip
|
2011-02-21 10:04:02 +00:00 |
|
Igor Sysoev
|
2a526d4969
|
bump version
|
2011-02-21 10:03:28 +00:00 |
|
Igor Sysoev
|
345d7af15c
|
release-0.9.5 tag
|
2011-02-21 09:43:59 +00:00 |
|
Igor Sysoev
|
97f1855446
|
nginx-0.9.5-RELEASE
|
2011-02-21 09:43:57 +00:00 |
|
Igor Sysoev
|
3e1a13d1d8
|
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
|
d53c836214
|
fix u->one_addr handling in ngx_inet_resolve_host()
patch by Maxim Dounin
|
2011-02-17 15:01:16 +00:00 |
|
Igor Sysoev
|
95899a3f19
|
use backlog -1 on Linux
thanks to Andrei Nigmatulin
|
2011-02-17 14:14:50 +00:00 |
|
Igor Sysoev
|
b2492255f8
|
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
|
4d6db4a7ab
|
set current atime while setting mtime
patch by Andrei Nigmatulin
|
2011-02-11 08:02:35 +00:00 |
|
Igor Sysoev
|
64d5f9ba26
|
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
|
eb1a344dd3
|
utf8 parameter of geoip_country and geoip_city
patch by Denis F. Latypoff
|
2011-01-27 12:51:59 +00:00 |
|
Igor Sysoev
|
ab54e21633
|
bump version
|
2011-01-27 12:43:11 +00:00 |
|
Igor Sysoev
|
c92b9023be
|
release-0.9.4 tag
|
2011-01-21 11:05:58 +00:00 |
|
Igor Sysoev
|
2d9e3144fe
|
nginx-0.9.4-RELEASE
|
2011-01-21 11:04:39 +00:00 |
|
Igor Sysoev
|
8dbc8a97dd
|
server_name $hostname
|
2011-01-20 15:31:24 +00:00 |
|
Igor Sysoev
|
d19c93d127
|
style fix: remove trailing spaces
|
2011-01-20 15:29:53 +00:00 |
|
Igor Sysoev
|
cfc5c25589
|
move setting conf->server_name in merge phase
|
2011-01-20 15:15:50 +00:00 |
|
Igor Sysoev
|
cc878dc6ac
|
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
|
3d86ad3f95
|
fix building on Fedora 14
patch by Kirill A. Korinskiy
|
2011-01-20 12:33:17 +00:00 |
|
Igor Sysoev
|
8e8251a317
|
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
|
25a3da354a
|
copy OpenSSL-0.9.8q LICENSE for nginx/Windows zip
|
2011-01-20 11:07:35 +00:00 |
|
Igor Sysoev
|
26cf2c96ea
|
introduce 494 code "Request Header Too Large"
|
2011-01-20 10:37:58 +00:00 |
|
Igor Sysoev
|
6586e82108
|
2011 year
|
2011-01-20 10:18:12 +00:00 |
|
Igor Sysoev
|
87f744c24b
|
use boolean expression instead of "if"
|
2010-12-15 14:10:33 +00:00 |
|