Commit graph

2600 commits

Author SHA1 Message Date
Igor Sysoev
cf08991f3a nginx-0.7.51-RELEASE 2009-04-12 09:35:25 +00:00
Igor Sysoev
42d63f9173 allow any status 2009-04-11 11:05:15 +00:00
Igor Sysoev
f833e5ec52 try_files status code 2009-04-11 11:02:36 +00:00
Igor Sysoev
9d8ce97d94 set cache manager maximum sleep time to 10s 2009-04-10 17:46:25 +00:00
Igor Sysoev
afe21da6de style fix 2009-04-10 17:45:07 +00:00
Igor Sysoev
f2748d1c9f style fix 2009-04-10 14:49:51 +00:00
Igor Sysoev
14285eb3c2 do not call ngx_http_file_cache_free() if a response is not cacheable 2009-04-10 14:48:41 +00:00
Igor Sysoev
8f6edf23e4 add debug logging 2009-04-10 14:47:18 +00:00
Igor Sysoev
d386750bec backout r2535: virtual names is a property of address:port pair,
but is not a property of server configuration
2009-04-09 13:56:16 +00:00
Igor Sysoev
6cc13ed833 style fix 2009-04-08 19:51:30 +00:00
Igor Sysoev
7e67ab9ba4 delete win32 ngx_file_append_mode() as we use reliable
FILE_APPEND_DATA|SYNCHRONIZE flags
2009-04-08 19:13:28 +00:00
Igor Sysoev
2af47be63f adopt NGX_FILE_TRUNCATE for win32 2009-04-08 19:03:41 +00:00
Igor Sysoev
a63e4e441e fix r2590: error_page made an external redirect without query string 2009-04-07 15:50:08 +00:00
Igor Sysoev
34df303fde update $status in log_format example 2009-04-06 13:43:46 +00:00
Igor Sysoev
32b29d3b03 bump version 2009-04-06 13:42:56 +00:00
Igor Sysoev
63c9ee2d2f release-0.7.50 tag 2009-04-06 11:44:35 +00:00
Igor Sysoev
e88cab7972 nginx-0.7.50-RELEASE 2009-04-06 11:44:34 +00:00
Igor Sysoev
898d8d8497 backout r2677 and fix ngx_strlcasestrn() again 2009-04-06 11:42:42 +00:00
Igor Sysoev
a02d0e5501 bump version 2009-04-06 11:39:01 +00:00
Igor Sysoev
0905d967aa release-0.7.49 tag 2009-04-06 10:42:54 +00:00
Igor Sysoev
08f067862c nginx-0.7.49-RELEASE 2009-04-06 10:42:53 +00:00
Igor Sysoev
a133d58eb1 fix ngx_strlcasestrn() 2009-04-06 10:38:40 +00:00
Igor Sysoev
a4b3ae12a1 bump version 2009-04-06 10:37:53 +00:00
Igor Sysoev
54a020a611 release-0.7.48 tag 2009-04-06 10:15:23 +00:00
Igor Sysoev
10a81a7129 nginx-0.7.48-RELEASE 2009-04-06 10:15:22 +00:00
Igor Sysoev
b90c980272 proxy_cache_key 2009-04-06 08:58:44 +00:00
Igor Sysoev
cd111aa205 fix cache path slot 2009-04-06 08:35:34 +00:00
Igor Sysoev
32771dca80 refactor ngx_http_arg() using ngx_strcasestrn(),
back out zero termination introduced in r2138
2009-04-04 17:51:38 +00:00
Igor Sysoev
38c4594299 support Cache-Control no-cache and max-age in cache 2009-04-04 17:35:40 +00:00
Igor Sysoev
ba9ed02e19 ngx_strlcasestrn() 2009-04-04 17:31:54 +00:00
Igor Sysoev
ac8229e49e update r2664 2009-04-04 17:22:26 +00:00
Igor Sysoev
35df6891f0 support Expires in cache 2009-04-03 15:48:19 +00:00
Igor Sysoev
b2120fed34 fix r2664: ..._cache_valid did not work for stale responses 2009-04-03 15:47:45 +00:00
Igor Sysoev
159b0c4f95 zero field 2009-04-03 15:44:41 +00:00
Igor Sysoev
1047e40672 support X-Accel-Expires in cache 2009-04-03 14:33:34 +00:00
Igor Sysoev
f79e73448c cache GET requests only 2009-04-03 12:06:04 +00:00
Igor Sysoev
6fb7a68e98 merge fastcgi_cache_key 2009-04-02 13:48:54 +00:00
Igor Sysoev
a4d4842b11 autoconfigure crypt_r(): uclibc has no crypt_r() 2009-04-02 13:46:39 +00:00
Igor Sysoev
63418309a8 fix OpenBSD building, broken in r2616 2009-04-02 13:44:32 +00:00
Igor Sysoev
16385b2b92 bump version 2009-04-02 13:44:02 +00:00
Igor Sysoev
cdab32833e release-0.7.47 tag 2009-04-01 13:20:35 +00:00
Igor Sysoev
46906a1850 nginx-0.7.47-RELEASE 2009-04-01 13:20:34 +00:00
Igor Sysoev
e9b810d8f7 fix MacOSX building, broken in r2616 2009-04-01 13:09:36 +00:00
Igor Sysoev
a8cad641c7 zero cache file length,
this fixes full cache purging and hogging CPU by the cache manager after this
2009-04-01 13:05:38 +00:00
Igor Sysoev
bec72decfd add debug logging 2009-04-01 13:01:50 +00:00
Igor Sysoev
f00d37ff4f link staticaly with libcmt 2009-04-01 12:58:31 +00:00
Igor Sysoev
0b33dc60c5 Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
without any other flags. On the other hand, Unix requires at least the write
flag to be set together with O_APPEND.
2009-03-31 13:52:01 +00:00
Igor Sysoev
a701f1956d win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND 2009-03-30 14:51:51 +00:00
Igor Sysoev
f7ac677820 ngx_process_tray() 2009-03-30 14:46:33 +00:00
Igor Sysoev
a2772ff902 fix segfault introduced in r2602 if there is 502/504 error
and proxy/fastcgi_cache is defined without proxy/fastcgi_cache_valid
2009-03-30 14:23:07 +00:00