log src/core/ngx_log.c @ 4549:f31162fefe01

age author description
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Thu, 18 Aug 2011 21:48:13 +0000 Maxim Dounin Complain on invalid log levels.
Mon, 21 Feb 2011 11:47:28 +0000 Igor Sysoev remove semicolon, because it is already in "nginx: " prefix
Sat, 11 Dec 2010 10:59:26 +0000 Igor Sysoev remove semicolon, because it is already in "nginx: " prefix
Mon, 29 Nov 2010 15:01:06 +0000 Igor Sysoev add "nginx: " prefix when logging to the stderr
Thu, 25 Nov 2010 11:04:03 +0000 Igor Sysoev use copied strerror() messages and autoconfigured sys_nerr value
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Mon, 18 May 2009 16:05:02 +0000 Igor Sysoev r2719 merge: stable-0.6
Thu, 30 Apr 2009 13:53:42 +0000 Igor Sysoev *) refactor error_log processing: listen socket log might inherit built-in
Wed, 29 Apr 2009 11:32:58 +0000 Igor Sysoev fix building by BCC if NGX_PREFIX is defined
Tue, 28 Apr 2009 15:05:27 +0000 Igor Sysoev introduce ngx_write_console() to support OEM code pages
Mon, 27 Apr 2009 13:17:33 +0000 Igor Sysoev ngx_log_errno()
Mon, 27 Apr 2009 13:06:20 +0000 Igor Sysoev use ngx_vslprintf(), ngx_slprintf()
Mon, 27 Apr 2009 11:32:33 +0000 Igor Sysoev -p and --prefix=
Fri, 24 Apr 2009 15:50:51 +0000 Igor Sysoev change ngx_log_abort() interface
Fri, 24 Apr 2009 14:45:52 +0000 Igor Sysoev style fix: (void)
Fri, 24 Apr 2009 14:27:36 +0000 Igor Sysoev change ngx_log_create_errlog() interface
Thu, 23 Apr 2009 11:13:12 +0000 Igor Sysoev issue start up errors and warning on both stderr and error_log
Thu, 23 Apr 2009 09:46:14 +0000 Igor Sysoev style fix: remove trailing spaces introduced in the previous commit
Thu, 23 Apr 2009 08:05:54 +0000 Igor Sysoev use ngx_str_t for error levels
Tue, 21 Apr 2009 19:49:48 +0000 Igor Sysoev style fix: remove trailing spaces
Tue, 21 Apr 2009 15:40:40 +0000 Igor Sysoev fix r2731 for Win32
Mon, 20 Apr 2009 06:08:47 +0000 Igor Sysoev Win32 master/workers model
Sun, 19 Apr 2009 16:06:09 +0000 Igor Sysoev show -t results on stderr
Fri, 17 Apr 2009 19:11:31 +0000 Igor Sysoev fix building on platforms which have no atomic operations support,
Tue, 31 Mar 2009 13:52:01 +0000 Igor Sysoev Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
Mon, 30 Mar 2009 14:51:51 +0000 Igor Sysoev win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"
Fri, 16 Jan 2009 14:00:05 +0000 Igor Sysoev set the error level as default http error_log level
Tue, 09 Dec 2008 17:41:17 +0000 Igor Sysoev compact win32 errno logging