]> git.kaiwu.me - nginx.git/commit
r2336, r2337, r2339, r2390 merge:
authorIgor Sysoev <igor@sysoev.ru>
Wed, 1 Apr 2009 15:47:12 +0000 (15:47 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 1 Apr 2009 15:47:12 +0000 (15:47 +0000)
commit8ec919d16f63aeed10e71a49b1dc2fbbdb244d73
tree07e0d09898a5bd476d4f395902a7d4721ba6be68
parent9f958f5b9b071db4a69d7a02db4c4bbe5fd374b9
r2336, r2337, r2339, r2390 merge:

bugfixes in error logging:
*) ngx_strerror_r() style and size == 0 bug fix
*) increase ngx_conf_log_error() buffer
*) always log an error code
*) fix segfault on close error
*) compact win32 errno logging
src/core/ngx_conf_file.c
src/core/ngx_conf_file.h
src/core/ngx_log.c
src/os/unix/ngx_errno.c
src/os/win32/ngx_errno.c
src/os/win32/ngx_gui.c