Igor Sysoev
|
526f36aab8
|
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
|
3e751480b2
|
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
|
4d4b2a1b40
|
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
|
9963b19f69
|
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
|
d0afc39841
|
bump version
|
2009-09-07 12:08:58 +00:00 |
|
Igor Sysoev
|
28debb2191
|
fix the previous commit
|
2009-09-04 18:51:17 +00:00 |
|
Igor Sysoev
|
78fd825c1e
|
preload just a single byte to avoid testing file overrun
|
2009-09-04 16:59:23 +00:00 |
|
Igor Sysoev
|
8013a83067
|
clean cache updating state if a response has uncacheable code or
cache prohibitive headers
|
2009-09-04 09:57:38 +00:00 |
|
Igor Sysoev
|
7d71c80b16
|
fix request counter handling for perl handler, introduced in r3050
|
2009-09-04 09:54:16 +00:00 |
|
Igor Sysoev
|
63494b4c79
|
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
|
21e3e05eb1
|
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
|
b4cc2fc0d7
|
fix request counter handling while discarding body, introduced in r3050
|
2009-09-01 12:40:27 +00:00 |
|
Igor Sysoev
|
56f06e69df
|
use %*s instead of %V
|
2009-09-01 12:35:52 +00:00 |
|
Igor Sysoev
|
2e9ea35fd7
|
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
|
f13a2507ae
|
bump version
|
2009-09-01 12:07:00 +00:00 |
|
Igor Sysoev
|
9f9054df82
|
retry aio sendfile if data are ready
|
2009-08-31 14:00:16 +00:00 |
|
Igor Sysoev
|
06bb9d294a
|
fix building on FreeBSD without --with-file-aio
|
2009-08-31 13:51:13 +00:00 |
|
Igor Sysoev
|
c76ba2b2c5
|
bump version
|
2009-08-31 13:50:37 +00:00 |
|
Igor Sysoev
|
fb30a18045
|
fix request counter handling for try_files, introduced in r3050
|
2009-08-31 11:21:04 +00:00 |
|
Igor Sysoev
|
bfff03406d
|
aio sendfile
|
2009-08-30 09:52:39 +00:00 |
|
Igor Sysoev
|
ddda411d14
|
*) ngx_http_ephemeral
*) use preallocated terminal_posted_request
|
2009-08-30 09:47:11 +00:00 |
|
Igor Sysoev
|
d11fa717f0
|
use local variable and fix debug log message
|
2009-08-29 18:42:31 +00:00 |
|
Igor Sysoev
|
61b09e59d7
|
fix request counter for memcached, introduced in r3050
|
2009-08-29 18:40:28 +00:00 |
|
Igor Sysoev
|
cfb6888d87
|
bump version
|
2009-08-29 18:39:32 +00:00 |
|
Igor Sysoev
|
8b8e995eb8
|
do not create cache key in AIO invocation
|
2009-08-28 11:23:50 +00:00 |
|
Igor Sysoev
|
a39d4e1aee
|
fix sending a cached file using AIO
|
2009-08-28 11:22:27 +00:00 |
|
Igor Sysoev
|
aa4200b551
|
do not disable gzip for MSIE 6.0 SV1 in "gzip_disable msie6"
|
2009-08-28 08:19:02 +00:00 |
|
Igor Sysoev
|
6fb506a215
|
directio_alignment
|
2009-08-28 08:15:55 +00:00 |
|
Igor Sysoev
|
a962506498
|
FreeBSD and Linux AIO support
|
2009-08-28 08:12:35 +00:00 |
|
Igor Sysoev
|
1163af9fae
|
style fix
|
2009-08-28 07:50:45 +00:00 |
|
Igor Sysoev
|
5297d456d8
|
axe r->connection->destroyed testing
|
2009-08-26 16:14:57 +00:00 |
|
Igor Sysoev
|
b603dd4b43
|
request reference counter
|
2009-08-26 16:04:05 +00:00 |
|
Igor Sysoev
|
79fb302daf
|
bump version
|
2009-08-25 08:47:58 +00:00 |
|
Igor Sysoev
|
a79f8a5655
|
strict testing "access_log off"
|
2009-08-23 17:06:33 +00:00 |
|
Igor Sysoev
|
5374610ace
|
process upstream ETag header
|
2009-08-23 16:10:39 +00:00 |
|
Igor Sysoev
|
9db33c9234
|
fix copy destination name length, introduced in r3025
|
2009-08-20 13:37:26 +00:00 |
|
Igor Sysoev
|
0f00b0a801
|
fix memory leak if GeoIP City database was used
|
2009-08-19 17:44:33 +00:00 |
|
Igor Sysoev
|
42e49ba1ef
|
bump version
|
2009-08-19 09:09:12 +00:00 |
|
Igor Sysoev
|
45ec56bdca
|
refactor fastcgi stderr handling
|
2009-08-12 14:38:44 +00:00 |
|
Igor Sysoev
|
b7a09c5523
|
allow cross device temporary files atomic copying:
*) ngx_copy_file()
*) delete ngx_ext_rename_file_t.log_rename_error and .rename_error fields
|
2009-08-12 12:05:33 +00:00 |
|
Igor Sysoev
|
703aab0b72
|
unlock incompletely loaded cache
|
2009-08-10 15:57:42 +00:00 |
|
Igor Sysoev
|
4413fad0db
|
cache loader process
|
2009-08-10 13:27:14 +00:00 |
|
Igor Sysoev
|
3210b282f5
|
test cache path levels while reconfiguration
|
2009-08-10 13:18:40 +00:00 |
|
Igor Sysoev
|
fe8726404c
|
bump version
|
2009-08-10 12:49:06 +00:00 |
|
Igor Sysoev
|
22fc3e656e
|
fix segfault introduced in r3007
|
2009-08-07 13:16:42 +00:00 |
|
Igor Sysoev
|
ccefc4f0aa
|
fix a garbage in a split fastcgi header
|
2009-08-04 12:19:17 +00:00 |
|
Igor Sysoev
|
1b52828cd9
|
continue to parse available fastcgi record after a split header,
this fixes the erroneous message "upstream prematurely closed connection
while reading response header from upstream"
|
2009-08-04 11:51:10 +00:00 |
|
Igor Sysoev
|
5fab282698
|
bump version
|
2009-07-31 12:41:02 +00:00 |
|
Igor Sysoev
|
15b7420aa6
|
ngx_http_upstream_create() to cleanup the previous upstream after
internal redirect
|
2009-07-27 13:25:29 +00:00 |
|
Igor Sysoev
|
b477b2c2f4
|
clear "Accept-Ranges" for SSI responses
|
2009-07-27 13:18:40 +00:00 |
|
Igor Sysoev
|
ce1ba38b93
|
fix handling "Last-Modified" and "Accept-Ranges" for upstream responses
|
2009-07-27 13:14:45 +00:00 |
|
Igor Sysoev
|
7335dfa4b6
|
allow to proxy_pass_header/fastcgi_pass_header "X-Accel-Redirect",
"X-Accel-Limit-Rate", "X-Accel-Buffering", and "X-Accel-Charset"
|
2009-07-27 12:06:12 +00:00 |
|
Igor Sysoev
|
b5142550cc
|
fix return value
|
2009-07-27 11:04:28 +00:00 |
|
Igor Sysoev
|
1099f9f657
|
fix segfault if 400 or 414 errors are handled intricately
|
2009-07-24 19:20:29 +00:00 |
|
Igor Sysoev
|
543151b300
|
fix libxml2 error message
|
2009-07-24 13:32:41 +00:00 |
|
Igor Sysoev
|
2cc13965a3
|
variables support in image_filter
|
2009-07-23 13:14:58 +00:00 |
|
Igor Sysoev
|
80c3e8e03b
|
delete OpenSSL pre-0.9.7 compatibility: the sources were not actually
compatible with OpenSSL 0.9.6 since ssl_session_cache introduction
|
2009-07-23 12:54:20 +00:00 |
|
Igor Sysoev
|
9db0245cda
|
ssl_crl
|
2009-07-23 12:21:26 +00:00 |
|
Igor Sysoev
|
5b4b7c58cc
|
*) $ssl_client_verify
*) "ssl_verify_client ask" was changed to "ssl_verify_client optional"
|
2009-07-22 17:41:42 +00:00 |
|
Igor Sysoev
|
a4038c8e71
|
fix r2972, it caused "zero size buf" alert.
|
2009-07-22 13:06:27 +00:00 |
|
Igor Sysoev
|
15e3b01819
|
geo module supports trusted proxies
|
2009-07-22 09:43:14 +00:00 |
|
Igor Sysoev
|
55d47a81a9
|
do not test "..." case since it's Win9x family feature only
|
2009-07-20 12:23:04 +00:00 |
|
Igor Sysoev
|
5639272d47
|
do auto redirect for proxy_pass/fastcgi_pass with variables
|
2009-07-20 11:44:38 +00:00 |
|
Igor Sysoev
|
193f9f3b14
|
bump version
|
2009-07-20 11:43:15 +00:00 |
|
Igor Sysoev
|
bc10147b9f
|
ngx_http_geoip_module
|
2009-07-20 07:10:43 +00:00 |
|
Igor Sysoev
|
142a9c3f11
|
preserve XML wellFormed field before freeing memory
|
2009-07-17 08:04:52 +00:00 |
|
Igor Sysoev
|
c30d6da7db
|
style fix
|
2009-07-15 14:50:51 +00:00 |
|
Igor Sysoev
|
2642bf1a6d
|
use caseless regex locations on caseless filesystems: MacOSX, Win32, Cygwin
|
2009-07-14 08:53:37 +00:00 |
|
Igor Sysoev
|
2376d6082a
|
skip URI trailing dots under Win32
|
2009-07-14 08:51:20 +00:00 |
|
Igor Sysoev
|
c28d632595
|
ngx_http_set_exten() is always successful since 0.3.46
|
2009-07-14 08:38:28 +00:00 |
|
Igor Sysoev
|
1d03cd6676
|
bump version
|
2009-07-14 08:18:38 +00:00 |
|
Igor Sysoev
|
df4b230ede
|
allow underscore in request method
|
2009-07-13 09:33:34 +00:00 |
|
Igor Sysoev
|
d6bb7ea591
|
style fix
|
2009-07-09 14:03:12 +00:00 |
|
Igor Sysoev
|
a4eb3f0e02
|
fix client write event handling in ngx_http_limit_req_module
|
2009-07-09 14:02:09 +00:00 |
|
Igor Sysoev
|
2e9542b910
|
fix ngx_http_send_special() for subrequests handled by perl
|
2009-07-09 13:32:51 +00:00 |
|
Igor Sysoev
|
f8f9fc2f1a
|
bump version
|
2009-07-09 13:20:51 +00:00 |
|
Igor Sysoev
|
704462ac85
|
fix building --without-http-cache, broken in r2953
|
2009-06-22 09:10:50 +00:00 |
|
Igor Sysoev
|
7ae6e18c84
|
bump version
|
2009-06-22 08:59:48 +00:00 |
|
Igor Sysoev
|
ad0d2fced4
|
fix segfault if there is error_page 401, proxy_intercept_errors is on
and backend does not return "WWW-Authenticate" header
|
2009-06-18 14:28:50 +00:00 |
|
Igor Sysoev
|
bd9eda9986
|
$upstream_cache_status
|
2009-06-18 13:34:47 +00:00 |
|
Igor Sysoev
|
a5fe5881c6
|
ignore ngx_atomic_fetch_add() result
this fixes building at least by gcc 4.2.1 on Mac OS X 10.6
|
2009-06-18 13:14:51 +00:00 |
|
Igor Sysoev
|
0775182312
|
fix building --without-http-cache, broken in r2930
|
2009-06-15 14:25:08 +00:00 |
|
Igor Sysoev
|
dfd4e0a303
|
bump version
|
2009-06-15 14:22:20 +00:00 |
|
Igor Sysoev
|
bf22945140
|
add response file uniq while loading cold cache on demand
|
2009-06-12 20:32:42 +00:00 |
|
Igor Sysoev
|
ec7903b6f2
|
bump version
|
2009-06-10 11:46:34 +00:00 |
|
Igor Sysoev
|
83c93ba109
|
inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_header
only if cache settings are similar
|
2009-06-08 12:33:11 +00:00 |
|
Igor Sysoev
|
55192e7470
|
proxy_cache_use_stale/fastcgi_cache_use_stale updating
|
2009-06-06 18:49:47 +00:00 |
|
Igor Sysoev
|
fa524e9063
|
delete useless r->cache->uses
|
2009-06-06 17:48:54 +00:00 |
|
Igor Sysoev
|
ae7e8886f6
|
remove remnants
|
2009-06-06 14:13:49 +00:00 |
|
Igor Sysoev
|
abf5d3fbe2
|
test GIF87a
|
2009-06-05 07:29:47 +00:00 |
|
Igor Sysoev
|
05ff657234
|
bump version
|
2009-06-03 04:51:52 +00:00 |
|
Igor Sysoev
|
260c4321d7
|
return NULL instead of NGX_CONF_ERROR on a create conf failure
|
2009-06-02 16:09:44 +00:00 |
|
Igor Sysoev
|
05822df0cb
|
fix return value on failure
|
2009-06-02 16:08:38 +00:00 |
|
Igor Sysoev
|
80027fc0a2
|
limit_rate_after
|
2009-06-02 14:01:50 +00:00 |
|
Igor Sysoev
|
8416832621
|
fix "out of memory" case handling
|
2009-05-29 11:42:55 +00:00 |
|
Igor Sysoev
|
21c2cf88c1
|
fix XSLT filter in SSI subrequests
|
2009-05-28 15:42:27 +00:00 |
|
Igor Sysoev
|
98f692a91e
|
report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibility
|
2009-05-28 13:41:44 +00:00 |
|
Igor Sysoev
|
da28ef8bff
|
style fix
|
2009-05-28 13:31:43 +00:00 |
|
Igor Sysoev
|
77adc0d6c2
|
do not set charset for subrequests
|
2009-05-26 09:38:48 +00:00 |
|
Igor Sysoev
|
4b14a97b65
|
fix the previous commit
|
2009-05-25 19:57:25 +00:00 |
|