comparison src/core/ngx_log.c @ 1136:68f30ab68bb7

Many changes: *) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Mar 2007 13:36:56 +0000
parents c4f666fc3a7e
children e958b3cab51a
comparison
equal deleted inserted replaced
1135:03f1133f24e8 1136:68f30ab68bb7
56 "warn", "notice", "info", "debug" 56 "warn", "notice", "info", "debug"
57 }; 57 };
58 58
59 static const char *debug_levels[] = { 59 static const char *debug_levels[] = {
60 "debug_core", "debug_alloc", "debug_mutex", "debug_event", 60 "debug_core", "debug_alloc", "debug_mutex", "debug_event",
61 "debug_http", "debug_imap" 61 "debug_http", "debug_mail", "debug_mysql"
62 }; 62 };
63 63
64 64
65 #if (NGX_HAVE_VARIADIC_MACROS) 65 #if (NGX_HAVE_VARIADIC_MACROS)
66 66