Commit graph

2551 commits

Author SHA1 Message Date
Igor Sysoev
2f3014e62f axe imap module artifacts 2009-05-04 19:34:59 +00:00
Igor Sysoev
ac66e2eb0b do not free buffer with cache header before it would be written,
it seems this affected header only FastCGI responses only:
proxied header only responses were cached right
2009-05-04 19:04:00 +00:00
Igor Sysoev
24e8356bd3 add libgd include path 2009-05-04 15:57:12 +00:00
Igor Sysoev
4ae910a756 fix building ngx_http_image_filter_module on 64-bit platforms 2009-05-04 11:39:22 +00:00
Igor Sysoev
7e6d4179f0 use off_t in $r->sendfile(), this allows to use 64-bit off_t on platforms
where IV is long:
*) on 64-bit platforms,
*) and on 32-bit platforms if perl was built with -Duse64bitint
2009-05-01 19:31:52 +00:00
Igor Sysoev
7d2892af8e add --with-http_image_filter_module to ./configure --help 2009-05-01 19:14:10 +00:00
Igor Sysoev
0804db3ccd bump version 2009-05-01 19:13:37 +00:00
Igor Sysoev
5178959530 release-0.7.54 tag 2009-05-01 18:52:59 +00:00
Igor Sysoev
06a59023d6 nginx-0.7.54-RELEASE 2009-05-01 18:52:58 +00:00
Igor Sysoev
0d0ca2d1b5 add comment 2009-05-01 18:44:50 +00:00
Igor Sysoev
7e2efefd53 ngx_http_image_filter_module 2009-05-01 18:42:09 +00:00
Igor Sysoev
bd2e8b173d ngx_http_filter_finalize_request() and ngx_http_clean_header() 2009-05-01 18:41:07 +00:00
Igor Sysoev
42a313744c proxy_ignore_headers and fastcgi_ignore_headers 2009-04-30 16:15:07 +00:00
Igor Sysoev
4709d5d80f *) refactor error_log processing: listen socket log might inherit built-in
error_log with zero level, and r2447, r2466, r2467 were not enough
*) remove bogus "stderr" level
*) some functions and fields renames
2009-04-30 13:53:42 +00:00
Igor Sysoev
5426d28e31 *) check a proxy_redirect single parameter
*) warn about "proxy_redirect false"
2009-04-30 12:43:38 +00:00
Igor Sysoev
416256863e set of.failed for cached error, the bug has been introduced in r2757 2009-04-30 08:01:50 +00:00
Igor Sysoev
5b0c886626 uniform ngx_file_info() interface with ngx_fd_info() 2009-04-29 19:28:52 +00:00
Igor Sysoev
cc310346f5 try to repair the case "select ready != events" 2009-04-29 18:56:47 +00:00
Igor Sysoev
0c56344143 ngx_select_repair_fd_sets() 2009-04-29 15:29:12 +00:00
Igor Sysoev
f40bee45d3 delete useless debug log 2009-04-29 15:15:17 +00:00
Igor Sysoev
3eadb2ae20 style fix 2009-04-29 15:12:57 +00:00
Igor Sysoev
25e3fc0183 handle Winsock select() WSAEINVAL 2009-04-29 13:42:14 +00:00
Igor Sysoev
d7d54fb5ab style fix 2009-04-29 13:08:10 +00:00
Igor Sysoev
50480a02a2 fix the previous commit 2009-04-29 13:07:16 +00:00
Igor Sysoev
2c265a76eb Winsock uses ECONNABORTED instead of ECONNRESET 2009-04-29 11:34:58 +00:00
Igor Sysoev
38e0a9b4e5 fix building by BCC if NGX_PREFIX is defined 2009-04-29 11:32:58 +00:00
Igor Sysoev
d699f98b8c *) do not show line number for -g option
*) reset configuration file after -g option has been parsed
2009-04-28 20:06:03 +00:00
Igor Sysoev
b498a2350a add listen events for win32 only after accept mutex is hold 2009-04-28 20:03:59 +00:00
Igor Sysoev
5dab4e9775 fallback to neutral language in FormatMessage() 2009-04-28 15:06:29 +00:00
Igor Sysoev
89cf9f7787 introduce ngx_write_console() to support OEM code pages 2009-04-28 15:05:27 +00:00
Igor Sysoev
42312a2c65 "port_in_redirect off" did not work
the bug had been appeared in r2530 and r2534
2009-04-28 06:20:12 +00:00
Igor Sysoev
64e5598458 add prefix in Usage 2009-04-28 04:34:27 +00:00
Igor Sysoev
fd9051fc8f it seems MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT) returns
ERROR_RESOURCE_LANG_NOT_FOUND for Russian locale
2009-04-27 18:58:35 +00:00
Igor Sysoev
9c1308dd82 ngx_log_errno() 2009-04-27 13:17:33 +00:00
Igor Sysoev
70eb9fa979 use ngx_vslprintf(), ngx_slprintf() 2009-04-27 13:06:20 +00:00
Igor Sysoev
447dba8ab7 ngx_vslprintf(), ngx_slprintf() 2009-04-27 12:51:33 +00:00
Igor Sysoev
ecfc0688ff bump version 2009-04-27 12:48:38 +00:00
Igor Sysoev
65e4056aeb release-0.7.53 tag 2009-04-27 12:02:02 +00:00
Igor Sysoev
fc4e0b6904 nginx-0.7.53-RELEASE 2009-04-27 12:02:01 +00:00
Igor Sysoev
fb2dc513f9 fix building by MSVC8 2009-04-27 11:33:34 +00:00
Igor Sysoev
0ae870d26b -p and --prefix= 2009-04-27 11:32:33 +00:00
Igor Sysoev
8d8d431c86 get a full response if the response is cacheable or storable even
a client has closed connection prematurely
2009-04-27 11:20:55 +00:00
Igor Sysoev
605e8e0575 *) of.test_only to not open file if only stat() is enough
*) of.failed to return exact name of failed syscall
2009-04-27 09:55:53 +00:00
Igor Sysoev
2f025ec2b0 add quotes for configure options with spaces 2009-04-26 19:37:38 +00:00
Igor Sysoev
c2e7f19084 style fix 2009-04-24 19:58:19 +00:00
Igor Sysoev
d0e3e9ed58 merge SSL context inside "if" block 2009-04-24 19:56:09 +00:00
Igor Sysoev
52a498f2fd change ngx_log_abort() interface 2009-04-24 15:50:51 +00:00
Igor Sysoev
0aa44a8c2a update gcc warnings 2009-04-24 15:31:13 +00:00
Igor Sysoev
d8651b96c4 style fix: (void) 2009-04-24 14:45:52 +00:00
Igor Sysoev
30eebbb00a change ngx_log_create_errlog() interface 2009-04-24 14:27:36 +00:00