]>
git.kaiwu.me - nginx.git/log
Igor Sysoev [Mon, 2 Aug 2010 12:32:33 +0000 (12:32 +0000)]
change order
Igor Sysoev [Mon, 2 Aug 2010 12:27:58 +0000 (12:27 +0000)]
*) delete cache key node after a cache file removal
*) move fileless cache key node removal in ngx_http_file_cache_delete()
Igor Sysoev [Fri, 30 Jul 2010 13:25:19 +0000 (13:25 +0000)]
escape ";" in arguments
Igor Sysoev [Fri, 30 Jul 2010 12:41:55 +0000 (12:41 +0000)]
count cache key node usage for cached error statuses
Igor Sysoev [Fri, 30 Jul 2010 10:20:08 +0000 (10:20 +0000)]
do not free unused cache node if cache min_uses > 1,
the bug has been introduced in r3695, r3708, r3711
Igor Sysoev [Thu, 29 Jul 2010 15:40:03 +0000 (15:40 +0000)]
return 415 on too big image in image filter
Igor Sysoev [Thu, 29 Jul 2010 10:01:31 +0000 (10:01 +0000)]
change default server_name_in_redirect value to off,
since default server_name is empty
Igor Sysoev [Thu, 29 Jul 2010 10:00:04 +0000 (10:00 +0000)]
use an empty name as default server_name instread of hostname
Igor Sysoev [Thu, 29 Jul 2010 09:55:54 +0000 (09:55 +0000)]
allow server_name "" as the first name
Igor Sysoev [Thu, 29 Jul 2010 09:30:15 +0000 (09:30 +0000)]
decrease SSL handshake error level to info
Igor Sysoev [Thu, 29 Jul 2010 09:10:12 +0000 (09:10 +0000)]
copy OpenSSL-0.9.8o LICENSE for nginx/Windows zip
Igor Sysoev [Thu, 29 Jul 2010 08:10:22 +0000 (08:10 +0000)]
bump version
Igor Sysoev [Wed, 28 Jul 2010 16:16:49 +0000 (16:16 +0000)]
release-0.8.47 tag
Igor Sysoev [Wed, 28 Jul 2010 16:16:48 +0000 (16:16 +0000)]
nginx-0.8.47-RELEASE
Igor Sysoev [Wed, 28 Jul 2010 15:56:56 +0000 (15:56 +0000)]
move debug logging inside ngx_http_file_cache_free()
Igor Sysoev [Wed, 28 Jul 2010 15:51:50 +0000 (15:51 +0000)]
fix $request_time for subrequests
Igor Sysoev [Wed, 28 Jul 2010 15:49:34 +0000 (15:49 +0000)]
several changes in cache cleanup handling:
*) now ngx_http_file_cache_cleanup() uses ngx_http_file_cache_free()
*) ngx_http_file_cache_free() interface has been changed to accept r->cache
ngx_http_file_cache_cleanup() must use r->cache, but not r, because
there can be several r->cache's during request processing, r->cache may
be NULL at request finalising, etc.
*) test if updating request does not complete correctly
Igor Sysoev [Tue, 27 Jul 2010 19:11:17 +0000 (19:11 +0000)]
fix r3708 and r3695: valid_sec is set only for caching error status codes
Igor Sysoev [Tue, 27 Jul 2010 15:26:33 +0000 (15:26 +0000)]
fix r3707: cache node should be freed be a response is not cached
Igor Sysoev [Tue, 27 Jul 2010 13:04:13 +0000 (13:04 +0000)]
fix typo
Igor Sysoev [Tue, 27 Jul 2010 11:22:59 +0000 (11:22 +0000)]
fix r3695: this commit
*) freed valid keys zone node
*) and did not decrease cache size, so cache manager process ete CPU time,
if cache checking max_size was enabled
Igor Sysoev [Mon, 19 Jul 2010 15:31:46 +0000 (15:31 +0000)]
an intercepted error code was not cached
Igor Sysoev [Mon, 19 Jul 2010 15:29:16 +0000 (15:29 +0000)]
style fix
Igor Sysoev [Mon, 19 Jul 2010 15:28:22 +0000 (15:28 +0000)]
initialize r->cache->file.fd with NGX_INVALID_FILE
Igor Sysoev [Mon, 19 Jul 2010 15:27:06 +0000 (15:27 +0000)]
bump version
Igor Sysoev [Mon, 19 Jul 2010 11:31:31 +0000 (11:31 +0000)]
release-0.8.46 tag
Igor Sysoev [Mon, 19 Jul 2010 11:31:30 +0000 (11:31 +0000)]
nginx-0.8.46-RELEASE
Igor Sysoev [Mon, 19 Jul 2010 09:55:43 +0000 (09:55 +0000)]
add warnings for proxy_no_cache and fastcgi_no_cache
Igor Sysoev [Mon, 19 Jul 2010 09:36:04 +0000 (09:36 +0000)]
proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass
Igor Sysoev [Fri, 16 Jul 2010 10:01:49 +0000 (10:01 +0000)]
rename ngx_http_file_cache_create() to ngx_http_file_cache_new()
Igor Sysoev [Thu, 15 Jul 2010 14:01:02 +0000 (14:01 +0000)]
ngx_http_file_cache_create()
Igor Sysoev [Thu, 15 Jul 2010 13:46:32 +0000 (13:46 +0000)]
ngx_http_file_cache_name()
Igor Sysoev [Thu, 15 Jul 2010 13:10:05 +0000 (13:10 +0000)]
style fix
Igor Sysoev [Thu, 15 Jul 2010 13:08:51 +0000 (13:08 +0000)]
delete empty cache zone node if we could not get response to cache
Igor Sysoev [Wed, 14 Jul 2010 11:29:19 +0000 (11:29 +0000)]
fix scgi_no_cache and uwsgi_no_cache initialization
Igor Sysoev [Wed, 14 Jul 2010 11:15:45 +0000 (11:15 +0000)]
use ngx_http_test_predicates(), ngx_http_set_predicate_slot()
delete ngx_http_cache(), ngx_http_no_cache_set_slot()
Igor Sysoev [Wed, 14 Jul 2010 11:13:59 +0000 (11:13 +0000)]
ngx_http_test_predicates(), ngx_http_set_predicate_slot()
Igor Sysoev [Wed, 14 Jul 2010 11:09:56 +0000 (11:09 +0000)]
bump version
Igor Sysoev [Tue, 13 Jul 2010 11:59:37 +0000 (11:59 +0000)]
release-0.8.45 tag
Igor Sysoev [Tue, 13 Jul 2010 11:59:36 +0000 (11:59 +0000)]
nginx-0.8.45-RELEASE
Igor Sysoev [Tue, 13 Jul 2010 10:17:09 +0000 (10:17 +0000)]
allow setfib=0
Igor Sysoev [Mon, 12 Jul 2010 12:52:01 +0000 (12:52 +0000)]
use xmlSAXHandler._private field to store xslt filter context
Igor Sysoev [Thu, 8 Jul 2010 16:17:11 +0000 (16:17 +0000)]
fix building by msvc7
Igor Sysoev [Thu, 8 Jul 2010 15:57:36 +0000 (15:57 +0000)]
stop ./configure on Win32 if no library sources was specified,
the bug has been introduced in r2894
Igor Sysoev [Thu, 8 Jul 2010 15:51:47 +0000 (15:51 +0000)]
do not use prebuild OpenSSL Win32 libraries
Igor Sysoev [Thu, 8 Jul 2010 14:02:09 +0000 (14:02 +0000)]
fix typo
Igor Sysoev [Thu, 8 Jul 2010 13:49:21 +0000 (13:49 +0000)]
style fix
Igor Sysoev [Wed, 7 Jul 2010 10:17:19 +0000 (10:17 +0000)]
update r->buffered after processing SSI command,
the bug has been probably introduced in r2378
Igor Sysoev [Wed, 7 Jul 2010 10:09:44 +0000 (10:09 +0000)]
bump version
Igor Sysoev [Mon, 5 Jul 2010 15:23:56 +0000 (15:23 +0000)]
release-0.8.44 tag
Igor Sysoev [Mon, 5 Jul 2010 15:23:55 +0000 (15:23 +0000)]
nginx-0.8.44-RELEASE
Igor Sysoev [Mon, 5 Jul 2010 13:49:16 +0000 (13:49 +0000)]
listen setfib=X
Igor Sysoev [Mon, 5 Jul 2010 13:45:10 +0000 (13:45 +0000)]
fix case of partially matched patterns on buffer border in sub_filter
Igor Sysoev [Mon, 5 Jul 2010 13:35:20 +0000 (13:35 +0000)]
fix recognition of SSLv2 Client Hello Packet large than 255 bytes
Igor Sysoev [Mon, 5 Jul 2010 13:02:25 +0000 (13:02 +0000)]
try to use C99 variadic macros first:
AIX 5.3's XL C has problems with GCC style variadic macros
Igor Sysoev [Mon, 5 Jul 2010 12:47:35 +0000 (12:47 +0000)]
fix building by owc12: GetLongPathName() is available since Win2K only
Igor Sysoev [Sat, 3 Jul 2010 20:16:55 +0000 (20:16 +0000)]
HP/UX uses EWOULDBLOCK instead of EAGAIN
Igor Sysoev [Fri, 2 Jul 2010 10:05:40 +0000 (10:05 +0000)]
do not use a cache headers set to hide
Igor Sysoev [Fri, 2 Jul 2010 09:49:27 +0000 (09:49 +0000)]
treat Set-Cookie as a header that forbids caching
Igor Sysoev [Fri, 2 Jul 2010 09:28:50 +0000 (09:28 +0000)]
update the previous commit
Igor Sysoev [Fri, 2 Jul 2010 09:25:38 +0000 (09:25 +0000)]
use shared ngx_http_upstream_ignore_headers_masks[]
Igor Sysoev [Thu, 1 Jul 2010 12:56:32 +0000 (12:56 +0000)]
bump version
Igor Sysoev [Wed, 30 Jun 2010 15:11:44 +0000 (15:11 +0000)]
release-0.8.43 tag
Igor Sysoev [Wed, 30 Jun 2010 15:11:43 +0000 (15:11 +0000)]
nginx-0.8.43-RELEASE
Igor Sysoev [Wed, 30 Jun 2010 14:42:15 +0000 (14:42 +0000)]
remove r->zero_body unused since the previous commit
Igor Sysoev [Wed, 30 Jun 2010 14:39:28 +0000 (14:39 +0000)]
Fix processing
error_page 502 504 /zero;
location = /zero { return 204; }
The bug has been introduced in r3634.
The fix also allow to use:
error_page 502 504 = /zero;
location = /zero { return 200; }
This case still does not work:
error_page 502 504 /zero;
location = /zero { return 200; }
Igor Sysoev [Wed, 30 Jun 2010 14:30:55 +0000 (14:30 +0000)]
change logic introduced in r3649:
*) now $uid_set is cacheable again
*) allow to see at any processing stage that uid cookie is remarked
Igor Sysoev [Wed, 30 Jun 2010 14:28:54 +0000 (14:28 +0000)]
style fix: remove tabs
Igor Sysoev [Wed, 30 Jun 2010 13:15:20 +0000 (13:15 +0000)]
set uid values for main request only
Igor Sysoev [Wed, 30 Jun 2010 12:01:56 +0000 (12:01 +0000)]
fix IPv6 listen socket handling while reconfiguring
Igor Sysoev [Wed, 30 Jun 2010 10:33:02 +0000 (10:33 +0000)]
fix ngx_write_file() buf
Igor Sysoev [Wed, 30 Jun 2010 10:13:51 +0000 (10:13 +0000)]
test binary geo range base size
Igor Sysoev [Wed, 30 Jun 2010 10:12:46 +0000 (10:12 +0000)]
test the second binary geo range base existence
Igor Sysoev [Wed, 30 Jun 2010 10:05:56 +0000 (10:05 +0000)]
test binary geo ranges base only for ranges
Igor Sysoev [Wed, 30 Jun 2010 10:02:05 +0000 (10:02 +0000)]
test binary gep range base mtime
Igor Sysoev [Tue, 29 Jun 2010 16:06:20 +0000 (16:06 +0000)]
binary geo ranges base cache
Igor Sysoev [Tue, 29 Jun 2010 15:18:50 +0000 (15:18 +0000)]
ngx_create_file_mapping()
Igor Sysoev [Tue, 29 Jun 2010 13:36:16 +0000 (13:36 +0000)]
change duplicate default geo range processing
Igor Sysoev [Fri, 25 Jun 2010 13:17:33 +0000 (13:17 +0000)]
fix building without IPv6 after the previous commit
Igor Sysoev [Fri, 25 Jun 2010 12:16:31 +0000 (12:16 +0000)]
Now $uid_set may be used at any time, r2013 states the same is wrong.
Besides, now $uid_set is not cacheable and may have two values:
before and after header filter processing.
This allows to log case, when uid cookie is remarked.
Igor Sysoev [Fri, 25 Jun 2010 12:06:37 +0000 (12:06 +0000)]
make logic more clear
Igor Sysoev [Fri, 25 Jun 2010 12:05:12 +0000 (12:05 +0000)]
delete stale comments
Igor Sysoev [Thu, 24 Jun 2010 15:26:05 +0000 (15:26 +0000)]
eliminate a number of ranges: about 18,000 /16 networks are empty,
this change saves about 70K/140K on 32/64-bit platforms
Igor Sysoev [Thu, 24 Jun 2010 15:17:06 +0000 (15:17 +0000)]
fix a bug when ngx_cpymem() returns a cast type:
p = (type *) ngx_cpymem(...)
Igor Sysoev [Thu, 24 Jun 2010 13:16:19 +0000 (13:16 +0000)]
break cycle early
Igor Sysoev [Wed, 23 Jun 2010 16:34:54 +0000 (16:34 +0000)]
style fix
Igor Sysoev [Wed, 23 Jun 2010 15:31:33 +0000 (15:31 +0000)]
change ngx_http_variable_value_node_t to more generic ngx_str_node_t
Igor Sysoev [Wed, 23 Jun 2010 14:49:57 +0000 (14:49 +0000)]
bump version
Igor Sysoev [Mon, 21 Jun 2010 10:16:25 +0000 (10:16 +0000)]
release-0.8.42 tag
Igor Sysoev [Mon, 21 Jun 2010 10:16:24 +0000 (10:16 +0000)]
nginx-0.8.42-RELEASE
Igor Sysoev [Fri, 18 Jun 2010 15:51:14 +0000 (15:51 +0000)]
ngx_http_scgi_module
Igor Sysoev [Fri, 18 Jun 2010 15:38:31 +0000 (15:38 +0000)]
Test regex location if URI matches exactly to non-exact location.
Revert a feature introduced in r2028. The feature confuses mostly,
the only gain was not to test regex for a frequent request such as
"/" in "locaiton /".
Igor Sysoev [Fri, 18 Jun 2010 15:17:07 +0000 (15:17 +0000)]
use ngx_http_send_response() in empty_gif
Igor Sysoev [Fri, 18 Jun 2010 15:16:18 +0000 (15:16 +0000)]
add files missed in the previuos commit
Igor Sysoev [Fri, 18 Jun 2010 15:15:20 +0000 (15:15 +0000)]
return code text
Igor Sysoev [Fri, 18 Jun 2010 15:08:44 +0000 (15:08 +0000)]
ngx_http_send_response()
Igor Sysoev [Fri, 18 Jun 2010 14:58:52 +0000 (14:58 +0000)]
303 See Other
Igor Sysoev [Tue, 15 Jun 2010 15:30:00 +0000 (15:30 +0000)]
style fix
Igor Sysoev [Tue, 15 Jun 2010 15:27:06 +0000 (15:27 +0000)]
fix r3628
Igor Sysoev [Tue, 15 Jun 2010 15:21:37 +0000 (15:21 +0000)]
make code more obviuos