Commit graph

2821 commits

Author SHA1 Message Date
Igor Sysoev
56d294cb36 fix request counter for X-Accel-Redirect, the bug was introduced in r3050 2009-09-13 13:45:32 +00:00
Igor Sysoev
ce0855993c fix case when the output filter should add incoming buffers
while waiting on file AIO completion
2009-09-13 06:28:17 +00:00
Igor Sysoev
ab0034ef90 style fix 2009-09-13 06:25:54 +00:00
Igor Sysoev
ed3943c469 fix transparency in GIF 2009-09-12 09:46:28 +00:00
Igor Sysoev
27aea8e769 If .domain.com, .sub.domain.com, and .domain-some.com were defined,
then .sub.domain.com was matched by .domain.com: wildcard names hash
was built incorrectly due to sorting order issue of "." vs "-".
They were sorted as
    com.domain  com.domain-some  com.domain.sub
while they should be sorted as
    com.domain  com.domain.sub   com.domain-some
for correct hash building
2009-09-12 09:28:37 +00:00
Igor Sysoev
38d9491169 style fix 2009-09-11 13:57:50 +00:00
Igor Sysoev
a40b803413 fix request counter for rewrite or internal redirection cycle,
the bug was introduced in r3050
2009-09-10 16:34:09 +00:00
Igor Sysoev
fc3b7088f8 fail if no file aio was found 2009-09-10 12:08:30 +00:00
Igor Sysoev
2cb1f9c44c increase request counter before an upstream cleanup because the cleanup
decreases the counter via ngx_http_finalize_request(r, NGX_DONE),
the bug was introduced in r3050
2009-09-08 11:37:50 +00:00
Igor Sysoev
7aecf9eb35 fix request counter handling in perl module for $r->internal_redirect()
and $r->has_request_body(), the bug was introduced in r3050
2009-09-08 11:33:32 +00:00
Igor Sysoev
fc9404e1d9 do not pass incoming buf chain twice if data are ready,
the bug was introduced in r3072
2009-09-07 12:10:07 +00:00
Igor Sysoev
b72ec2f8fd bump version 2009-09-07 12:08:58 +00:00
Igor Sysoev
2c40e73ae0 release-0.8.14 tag 2009-09-07 08:25:46 +00:00
Igor Sysoev
f9ad8f6902 nginx-0.8.14-RELEASE 2009-09-07 08:25:45 +00:00
Igor Sysoev
f4c28a108f fix the previous commit 2009-09-04 18:51:17 +00:00
Igor Sysoev
c8e1886c35 preload just a single byte to avoid testing file overrun 2009-09-04 16:59:23 +00:00
Igor Sysoev
add85d5506 clean cache updating state if a response has uncacheable code or
cache prohibitive headers
2009-09-04 09:57:38 +00:00
Igor Sysoev
0ce7f4ff37 fix request counter handling for perl handler, introduced in r3050 2009-09-04 09:54:16 +00:00
Igor Sysoev
8f8f9c00d5 log offset passed to sendfile() 2009-09-04 09:53:09 +00:00
Igor Sysoev
c1a47a7d14 small optimization 2009-09-04 09:50:58 +00:00
Igor Sysoev
683ddf4866 discrease slightly ngx_http_parse_header_line() size:
this line is not required for LF, however, this case is very seldom
2009-09-02 07:02:49 +00:00
Igor Sysoev
36d8fd81b9 discard request body before returning 413 error,
this fixes custom 413 page redirection bug introduced in r1456
2009-09-01 12:47:34 +00:00
Igor Sysoev
96b44e1bfb fix request counter handling while discarding body, introduced in r3050 2009-09-01 12:40:27 +00:00
Igor Sysoev
bb5c3b7b73 use %*s instead of %V 2009-09-01 12:35:52 +00:00
Igor Sysoev
d77c42a16a fix segfault when a header starts with "\rX"
and logging is set to info or debug level
2009-09-01 12:32:37 +00:00
Igor Sysoev
02e136d3b5 bump version 2009-09-01 12:07:00 +00:00
Igor Sysoev
24aabeaf03 release-0.8.13 tag 2009-08-31 15:02:37 +00:00
Igor Sysoev
3316eae4c1 nginx-0.8.13-RELEASE 2009-08-31 15:02:36 +00:00
Igor Sysoev
8ca38f6248 retry aio sendfile if data are ready 2009-08-31 14:00:16 +00:00
Igor Sysoev
aa266affa1 fix building on FreeBSD without --with-file-aio 2009-08-31 13:51:13 +00:00
Igor Sysoev
b7b77c3d2e bump version 2009-08-31 13:50:37 +00:00
Igor Sysoev
00843c2117 release-0.8.12 tag 2009-08-31 11:32:17 +00:00
Igor Sysoev
1ee066dfe5 nginx-0.8.12-RELEASE 2009-08-31 11:32:16 +00:00
Igor Sysoev
2728c0673f fix request counter handling for try_files, introduced in r3050 2009-08-31 11:21:04 +00:00
Igor Sysoev
ac0738c727 aio sendfile 2009-08-30 09:52:39 +00:00
Igor Sysoev
047dd9221f *) ngx_http_ephemeral
*) use preallocated terminal_posted_request
2009-08-30 09:47:11 +00:00
Igor Sysoev
f7a065f3cc refactor EAGAIN/EINTR processing 2009-08-30 09:42:29 +00:00
Igor Sysoev
4ba390c27a use local variable and fix debug log message 2009-08-29 18:42:31 +00:00
Igor Sysoev
9edbc5f15a fix request counter for memcached, introduced in r3050 2009-08-29 18:40:28 +00:00
Igor Sysoev
bf1cd619c4 bump version 2009-08-29 18:39:32 +00:00
Igor Sysoev
7ba0460a11 release-0.8.11 tag 2009-08-28 13:21:07 +00:00
Igor Sysoev
4b58c424fb nginx-0.8.11-RELEASE 2009-08-28 13:21:06 +00:00
Igor Sysoev
09b4b25b45 fix build by msvc, introduced in r3054 2009-08-28 11:46:12 +00:00
Igor Sysoev
21e795c0cb do not create cache key in AIO invocation 2009-08-28 11:23:50 +00:00
Igor Sysoev
d4098ed5af fix sending a cached file using AIO 2009-08-28 11:22:27 +00:00
Igor Sysoev
e849ebecbf do not disable gzip for MSIE 6.0 SV1 in "gzip_disable msie6" 2009-08-28 08:19:02 +00:00
Igor Sysoev
1df9c8bb1f directio_alignment 2009-08-28 08:15:55 +00:00
Igor Sysoev
6ae55a7a8f FreeBSD and Linux AIO support 2009-08-28 08:12:35 +00:00
Igor Sysoev
1f2d427a5a style fix 2009-08-28 07:50:45 +00:00
Igor Sysoev
efe229f72f axe r->connection->destroyed testing 2009-08-26 16:14:57 +00:00