]>
git.kaiwu.me - nginx.git/log
Igor Sysoev [Thu, 14 May 2009 16:24:39 +0000 (16:24 +0000)]
style fix
Igor Sysoev [Thu, 14 May 2009 15:46:34 +0000 (15:46 +0000)]
fix building OpenSSL on Win32
Igor Sysoev [Thu, 14 May 2009 11:41:33 +0000 (11:41 +0000)]
client_body_in_single_buffer
Igor Sysoev [Thu, 14 May 2009 11:40:51 +0000 (11:40 +0000)]
$request_body variable
Igor Sysoev [Thu, 14 May 2009 11:39:06 +0000 (11:39 +0000)]
update two previous commits again
Igor Sysoev [Thu, 14 May 2009 11:36:26 +0000 (11:36 +0000)]
update the previous commit
Igor Sysoev [Thu, 14 May 2009 11:31:50 +0000 (11:31 +0000)]
fix client_body_in_file_only type
Igor Sysoev [Wed, 13 May 2009 19:48:21 +0000 (19:48 +0000)]
switch Win32 building to modern PCRE versions (starting from 7.1)
instead of single old 4.4 version
Igor Sysoev [Tue, 12 May 2009 13:29:00 +0000 (13:29 +0000)]
add miltilines in OpenWatcom makefiles
Igor Sysoev [Tue, 12 May 2009 13:15:43 +0000 (13:15 +0000)]
backout r2833: CURDIR was set to Unix style path
instead, do chdir inside Makefile
Igor Sysoev [Tue, 12 May 2009 13:11:39 +0000 (13:11 +0000)]
bump version
Igor Sysoev [Tue, 12 May 2009 12:11:51 +0000 (12:11 +0000)]
release-0.7.57 tag
Igor Sysoev [Tue, 12 May 2009 12:11:50 +0000 (12:11 +0000)]
nginx-0.7.57-RELEASE
Igor Sysoev [Tue, 12 May 2009 12:05:29 +0000 (12:05 +0000)]
test finalized image filter context before testing image_filter off
this fixes SIGFPE if image filter errors are passed to named location
Igor Sysoev [Tue, 12 May 2009 09:35:14 +0000 (09:35 +0000)]
correctly apply patch
Igor Sysoev [Mon, 11 May 2009 18:02:06 +0000 (18:02 +0000)]
use $(CURDIR) instead of "..\..\.." because the later does not allow to use
options as --with-zlib=../zlib-1.2.3. It seems there is no common way
to learn the current directory in Win32 make's: although nmake has MAKEDIR
variable, nevertheless Borland make's MAKEDIR is the directory where make
is installed, and OpenWatcom wmake has no MAKEDIR at all.
Igor Sysoev [Mon, 11 May 2009 17:47:06 +0000 (17:47 +0000)]
bump version
Igor Sysoev [Mon, 11 May 2009 13:42:27 +0000 (13:42 +0000)]
release-0.7.56 tag
Igor Sysoev [Mon, 11 May 2009 13:42:26 +0000 (13:42 +0000)]
nginx-0.7.56-RELEASE
Igor Sysoev [Sun, 10 May 2009 19:49:14 +0000 (19:49 +0000)]
backout -r2827 and add correct fix
Igor Sysoev [Sun, 10 May 2009 18:38:11 +0000 (18:38 +0000)]
message creating Makefile
Igor Sysoev [Sun, 10 May 2009 18:35:39 +0000 (18:35 +0000)]
add MSYS support
Igor Sysoev [Sun, 10 May 2009 18:35:08 +0000 (18:35 +0000)]
remove BMAKE (build make): a cc compiler should use own make
Igor Sysoev [Fri, 8 May 2009 20:14:35 +0000 (20:14 +0000)]
fix building --without-http-cache
the bug had been appeared in r2806
Igor Sysoev [Fri, 8 May 2009 18:12:03 +0000 (18:12 +0000)]
reconfigure master process
Igor Sysoev [Fri, 8 May 2009 18:11:18 +0000 (18:11 +0000)]
fix the previous commit
Igor Sysoev [Fri, 8 May 2009 14:52:50 +0000 (14:52 +0000)]
allow to pass image filter errors via the same location where the filter is set
Igor Sysoev [Fri, 8 May 2009 14:31:59 +0000 (14:31 +0000)]
test already destroyed request
Igor Sysoev [Fri, 8 May 2009 14:25:51 +0000 (14:25 +0000)]
handle big responses for "size" and "test" image_filters
Igor Sysoev [Fri, 8 May 2009 09:41:43 +0000 (09:41 +0000)]
preserve Solaris binary hardware capabilities
Igor Sysoev [Fri, 8 May 2009 09:39:53 +0000 (09:39 +0000)]
test whether libdl is required for dynamic linking:
Solaris 10 has dlopen()/etc. in libc
Igor Sysoev [Fri, 8 May 2009 09:36:16 +0000 (09:36 +0000)]
Solaris 10 has sched_yield() in libc
Igor Sysoev [Thu, 7 May 2009 19:18:10 +0000 (19:18 +0000)]
move libmd test before libmd5,
this fixes wrong linking with /usr/local/lib/libmd5.so from libwww package
on FreeBSD. The library uses long's instead of int32_t's in MD5_CTX
and on 64-bit platforms its MD5_CTX is bigger than defined in <md5.h>
Igor Sysoev [Thu, 7 May 2009 13:05:04 +0000 (13:05 +0000)]
IPv6 for Win32
Igor Sysoev [Wed, 6 May 2009 14:53:54 +0000 (14:53 +0000)]
divide select module into two modules: Unix and Win32 ones
Igor Sysoev [Wed, 6 May 2009 14:11:03 +0000 (14:11 +0000)]
bump version
Igor Sysoev [Wed, 6 May 2009 09:28:58 +0000 (09:28 +0000)]
release-0.7.55 tag
Igor Sysoev [Wed, 6 May 2009 09:28:57 +0000 (09:28 +0000)]
nginx-0.7.55-RELEASE
Igor Sysoev [Wed, 6 May 2009 08:54:54 +0000 (08:54 +0000)]
make code clearer
Igor Sysoev [Wed, 6 May 2009 08:53:13 +0000 (08:53 +0000)]
test event type to prevent errors
Igor Sysoev [Wed, 6 May 2009 08:40:44 +0000 (08:40 +0000)]
delete level event of appropriate type, this should fix select()'s EBADF,
WSAENOTSOCK, and "select ready != events" alerts
Igor Sysoev [Tue, 5 May 2009 17:33:26 +0000 (17:33 +0000)]
ngx_create_listening()
Igor Sysoev [Tue, 5 May 2009 17:18:33 +0000 (17:18 +0000)]
reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send()
Igor Sysoev [Tue, 5 May 2009 15:17:00 +0000 (15:17 +0000)]
proxy/fastcgi_cache_use_stale http_50x did not work
Igor Sysoev [Tue, 5 May 2009 13:16:29 +0000 (13:16 +0000)]
move listen log copying from ngx_open_listening_sockets()
to ngx_configure_listening_sockets(), otherwise listen socket logs have no file
after first reload and this caused segfault if debug_connection was used;
the bug has been introduced in r2786
Igor Sysoev [Tue, 5 May 2009 13:12:59 +0000 (13:12 +0000)]
use correct name
Igor Sysoev [Tue, 5 May 2009 13:05:42 +0000 (13:05 +0000)]
use local variable
Igor Sysoev [Mon, 4 May 2009 19:51:32 +0000 (19:51 +0000)]
delete never used ngx_ssl_set_nosendshut()
Igor Sysoev [Mon, 4 May 2009 19:51:09 +0000 (19:51 +0000)]
delete ngx_listening_inet_stream_socket()
Igor Sysoev [Mon, 4 May 2009 19:34:59 +0000 (19:34 +0000)]
axe imap module artifacts
Igor Sysoev [Mon, 4 May 2009 19:04:00 +0000 (19:04 +0000)]
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
Igor Sysoev [Mon, 4 May 2009 15:57:12 +0000 (15:57 +0000)]
add libgd include path
Igor Sysoev [Mon, 4 May 2009 11:39:22 +0000 (11:39 +0000)]
fix building ngx_http_image_filter_module on 64-bit platforms
Igor Sysoev [Fri, 1 May 2009 19:31:52 +0000 (19:31 +0000)]
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
Igor Sysoev [Fri, 1 May 2009 19:14:10 +0000 (19:14 +0000)]
add --with-http_image_filter_module to ./configure --help
Igor Sysoev [Fri, 1 May 2009 19:13:37 +0000 (19:13 +0000)]
bump version
Igor Sysoev [Fri, 1 May 2009 18:52:59 +0000 (18:52 +0000)]
release-0.7.54 tag
Igor Sysoev [Fri, 1 May 2009 18:52:58 +0000 (18:52 +0000)]
nginx-0.7.54-RELEASE
Igor Sysoev [Fri, 1 May 2009 18:44:50 +0000 (18:44 +0000)]
add comment
Igor Sysoev [Fri, 1 May 2009 18:42:09 +0000 (18:42 +0000)]
ngx_http_image_filter_module
Igor Sysoev [Fri, 1 May 2009 18:41:07 +0000 (18:41 +0000)]
ngx_http_filter_finalize_request() and ngx_http_clean_header()
Igor Sysoev [Thu, 30 Apr 2009 16:15:07 +0000 (16:15 +0000)]
proxy_ignore_headers and fastcgi_ignore_headers
Igor Sysoev [Thu, 30 Apr 2009 13:53:42 +0000 (13:53 +0000)]
*) 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
Igor Sysoev [Thu, 30 Apr 2009 12:43:38 +0000 (12:43 +0000)]
*) check a proxy_redirect single parameter
*) warn about "proxy_redirect false"
Igor Sysoev [Thu, 30 Apr 2009 08:01:50 +0000 (08:01 +0000)]
set of.failed for cached error, the bug has been introduced in r2757
Igor Sysoev [Wed, 29 Apr 2009 19:28:52 +0000 (19:28 +0000)]
uniform ngx_file_info() interface with ngx_fd_info()
Igor Sysoev [Wed, 29 Apr 2009 18:56:47 +0000 (18:56 +0000)]
try to repair the case "select ready != events"
Igor Sysoev [Wed, 29 Apr 2009 15:29:12 +0000 (15:29 +0000)]
ngx_select_repair_fd_sets()
Igor Sysoev [Wed, 29 Apr 2009 15:15:17 +0000 (15:15 +0000)]
delete useless debug log
Igor Sysoev [Wed, 29 Apr 2009 15:12:57 +0000 (15:12 +0000)]
style fix
Igor Sysoev [Wed, 29 Apr 2009 13:42:14 +0000 (13:42 +0000)]
handle Winsock select() WSAEINVAL
Igor Sysoev [Wed, 29 Apr 2009 13:08:10 +0000 (13:08 +0000)]
style fix
Igor Sysoev [Wed, 29 Apr 2009 13:07:16 +0000 (13:07 +0000)]
fix the previous commit
Igor Sysoev [Wed, 29 Apr 2009 11:34:58 +0000 (11:34 +0000)]
Winsock uses ECONNABORTED instead of ECONNRESET
Igor Sysoev [Wed, 29 Apr 2009 11:32:58 +0000 (11:32 +0000)]
fix building by BCC if NGX_PREFIX is defined
Igor Sysoev [Tue, 28 Apr 2009 20:06:03 +0000 (20:06 +0000)]
*) do not show line number for -g option
*) reset configuration file after -g option has been parsed
Igor Sysoev [Tue, 28 Apr 2009 20:03:59 +0000 (20:03 +0000)]
add listen events for win32 only after accept mutex is hold
Igor Sysoev [Tue, 28 Apr 2009 15:06:29 +0000 (15:06 +0000)]
fallback to neutral language in FormatMessage()
Igor Sysoev [Tue, 28 Apr 2009 15:05:27 +0000 (15:05 +0000)]
introduce ngx_write_console() to support OEM code pages
Igor Sysoev [Tue, 28 Apr 2009 06:20:12 +0000 (06:20 +0000)]
"port_in_redirect off" did not work
the bug had been appeared in r2530 and r2534
Igor Sysoev [Tue, 28 Apr 2009 04:34:27 +0000 (04:34 +0000)]
add prefix in Usage
Igor Sysoev [Mon, 27 Apr 2009 18:58:35 +0000 (18:58 +0000)]
it seems MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT) returns
ERROR_RESOURCE_LANG_NOT_FOUND for Russian locale
Igor Sysoev [Mon, 27 Apr 2009 13:17:33 +0000 (13:17 +0000)]
ngx_log_errno()
Igor Sysoev [Mon, 27 Apr 2009 13:06:20 +0000 (13:06 +0000)]
use ngx_vslprintf(), ngx_slprintf()
Igor Sysoev [Mon, 27 Apr 2009 12:51:33 +0000 (12:51 +0000)]
ngx_vslprintf(), ngx_slprintf()
Igor Sysoev [Mon, 27 Apr 2009 12:48:38 +0000 (12:48 +0000)]
bump version
Igor Sysoev [Mon, 27 Apr 2009 12:02:02 +0000 (12:02 +0000)]
release-0.7.53 tag
Igor Sysoev [Mon, 27 Apr 2009 12:02:01 +0000 (12:02 +0000)]
nginx-0.7.53-RELEASE
Igor Sysoev [Mon, 27 Apr 2009 11:33:34 +0000 (11:33 +0000)]
fix building by MSVC8
Igor Sysoev [Mon, 27 Apr 2009 11:32:33 +0000 (11:32 +0000)]
-p and --prefix=
Igor Sysoev [Mon, 27 Apr 2009 11:20:55 +0000 (11:20 +0000)]
get a full response if the response is cacheable or storable even
a client has closed connection prematurely
Igor Sysoev [Mon, 27 Apr 2009 09:55:53 +0000 (09:55 +0000)]
*) of.test_only to not open file if only stat() is enough
*) of.failed to return exact name of failed syscall
Igor Sysoev [Sun, 26 Apr 2009 19:37:38 +0000 (19:37 +0000)]
add quotes for configure options with spaces
Igor Sysoev [Fri, 24 Apr 2009 19:58:19 +0000 (19:58 +0000)]
style fix
Igor Sysoev [Fri, 24 Apr 2009 19:56:09 +0000 (19:56 +0000)]
merge SSL context inside "if" block
Igor Sysoev [Fri, 24 Apr 2009 15:50:51 +0000 (15:50 +0000)]
change ngx_log_abort() interface
Igor Sysoev [Fri, 24 Apr 2009 15:31:13 +0000 (15:31 +0000)]
update gcc warnings
Igor Sysoev [Fri, 24 Apr 2009 14:45:52 +0000 (14:45 +0000)]
style fix: (void)
Igor Sysoev [Fri, 24 Apr 2009 14:27:36 +0000 (14:27 +0000)]
change ngx_log_create_errlog() interface
Igor Sysoev [Fri, 24 Apr 2009 09:54:40 +0000 (09:54 +0000)]
fix Auth-Method, the bug has been introduced in r2496