Igor Sysoev
3b34cf727f
remove useless copy: key name should be just copied before value length
2010-06-01 17:25:36 +00:00
Igor Sysoev
04d69c444a
simplify binary little endian length processing
2010-06-01 17:04:56 +00:00
Igor Sysoev
b2e22ec7d0
use ngx_str_set() and ngx_str_null()
2010-06-01 16:12:00 +00:00
Igor Sysoev
d95fe917dd
fix copyrights
2010-06-01 16:10:05 +00:00
Igor Sysoev
63603bd691
fix style, some names, and building by MSVC8
2010-06-01 16:00:42 +00:00
Igor Sysoev
91f8c9e53d
style fix: remove tabs and trailing spaces
2010-06-01 15:55:04 +00:00
Igor Sysoev
171cb44cd0
import original ngx_http_uwsgi_module version
2010-06-01 15:53:11 +00:00
Igor Sysoev
07ba9d63e8
bump version
2010-06-01 15:20:14 +00:00
Igor Sysoev
19eafa3ff8
release-0.8.39 tag
2010-05-31 15:10:05 +00:00
Igor Sysoev
224c98a31c
nginx-0.8.39-RELEASE
2010-05-31 15:10:04 +00:00
Igor Sysoev
17d0809b81
fix IPv6 and Unix domain sockets inheritance while online upgrade
2010-05-31 14:49:11 +00:00
Igor Sysoev
3927155f8f
fix building by ICC8, the bug had been introduced in r3476
2010-05-31 14:44:17 +00:00
Igor Sysoev
b4153c3846
fix handling an inherited alias in inclusive location
2010-05-31 14:41:54 +00:00
Igor Sysoev
fd2bece65b
fix a try_files/alias case when alias uses captures and
...
try_files .html "" / =404;
2010-05-27 13:44:22 +00:00
Igor Sysoev
829cad2a35
do not add tested file to a location regex string,
...
instead, set URI to the tested file, or keep URI unchanged,
if the tested file is a directory,
the later allows to handle a directory autoredirect
2010-05-27 13:24:19 +00:00
Igor Sysoev
0be95c195f
fix the previous commit
2010-05-27 13:15:24 +00:00
Igor Sysoev
d9ea5f598c
improve debug logging: "try to use file/dir"
2010-05-27 13:09:09 +00:00
Igor Sysoev
10a651e7f3
bump version
2010-05-27 12:55:05 +00:00
Igor Sysoev
b3a742622a
release-0.8.38 tag
2010-05-24 12:47:50 +00:00
Igor Sysoev
3b41f7b0f6
nginx-0.8.38-RELEASE
2010-05-24 12:47:49 +00:00
Igor Sysoev
1fdb674a82
remove r->zero_in_uri
2010-05-24 12:35:10 +00:00
Igor Sysoev
8bf98c72ca
proxy_no_cache and fastcgi_no_cache
2010-05-24 11:01:05 +00:00
Igor Sysoev
b70b136a77
fix delay in limit_req
2010-05-24 07:43:39 +00:00
Igor Sysoev
e4281c4f4d
autodetect redirect if URI is rewritten to a string starting with $scheme
2010-05-23 19:36:12 +00:00
Igor Sysoev
ccf572ef43
delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,
...
fastcgi_upstream_max_fails, fastcgi_upstream_fail_timeout,
memcached_upstream_max_fails, and memcached_upstream_fail_timeout
directives obsolete since 0.5.0 version
2010-05-20 11:46:01 +00:00
Igor Sysoev
7d27b6664b
allow to use $uid_got in SSI and perl module
2010-05-18 16:24:56 +00:00
Igor Sysoev
70028733bd
bump version
2010-05-18 16:20:02 +00:00
Igor Sysoev
01caecaad5
release-0.8.37 tag
2010-05-17 06:08:53 +00:00
Igor Sysoev
a073a73342
nginx-0.8.37-RELEASE
2010-05-17 06:08:52 +00:00
Igor Sysoev
df46eaa53a
fix SSI include stub for valid empty responses
2010-05-14 12:18:44 +00:00
Igor Sysoev
63b4ff086e
do not cache response if it has "no-store" or "private"
...
in "Cache-Control" header
2010-05-14 12:04:58 +00:00
Igor Sysoev
d3c2bfa988
ngx_str_set() and ngx_str_null()
2010-05-14 09:56:37 +00:00
Igor Sysoev
27c8b20db8
use ngx_min() and ngx_max()
2010-05-14 09:55:33 +00:00
Igor Sysoev
899a35a7f8
fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup,
...
the bug had been introduced in r3419
2010-05-14 09:22:58 +00:00
Igor Sysoev
294b17b1c4
ngx_http_split_clients_module
2010-05-14 09:02:10 +00:00
Igor Sysoev
472e63df9e
ngx_atofp()
2010-05-14 09:01:30 +00:00
Igor Sysoev
9b4376cb32
remove unused ./configure define's
2010-05-13 13:58:18 +00:00
Igor Sysoev
f6865b658c
allow hash key values more than 255 bytes, it does not actually increase mean
...
hash element size, because due to aligning a byte after key is not used
anyway in 3/4 cases on 32-bit platforms and in 7/8 cases on 64-bit platforms
2010-05-13 12:52:45 +00:00
Igor Sysoev
bfd5cb3079
style fix: remove blank line
2010-05-13 10:22:48 +00:00
Igor Sysoev
c99fb40847
style fix: remove blank line
2010-05-12 15:56:54 +00:00
Igor Sysoev
f916cd3c3c
fix rounding issues in %f format
2010-05-12 13:13:11 +00:00
Igor Sysoev
3c97adcad5
use double in %f format to allow %.15f precision
2010-05-12 13:12:31 +00:00
Igor Sysoev
319f13b417
Zimbra IMAP server may return only 4 bytes: "+ \r\n"
2010-04-23 09:53:52 +00:00
Igor Sysoev
1ebdd0e355
bump version
2010-04-23 08:14:57 +00:00
Igor Sysoev
8bfd901029
release-0.8.36 tag
2010-04-22 17:37:22 +00:00
Igor Sysoev
f46476235b
nginx-0.8.36-RELEASE
2010-04-22 17:37:21 +00:00
Igor Sysoev
5238859639
use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks
2010-04-22 17:15:42 +00:00
Igor Sysoev
97e75a75d5
change processing variables accessed by SSI and perl module:
...
*) the indexed variables are always flushed
*) never show warning for not found variables
2010-04-22 14:02:45 +00:00
Igor Sysoev
0a728401cb
make $arg_ variables non-cacheable
2010-04-22 13:35:30 +00:00
Igor Sysoev
9086b6dc95
do not log misleading errno in "not a regular file" error
2010-04-21 16:01:52 +00:00