aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-28log: print reason for failureMax Kellermann1-2/+2
2011-09-09conf: turn config_get_path() into config_dup_path()Max Kellermann1-4/+12
2011-09-09log: print detailed errno message on open() failureMax Kellermann1-2/+2
2011-09-09log: return GError on initialization failureMax Kellermann1-9/+19
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-8/+9
2010-05-08log: /dev/null doesn't exist on win32.Avuton Olrich1-0/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-10fd_util: removed creat_cloexec()Max Kellermann1-1/+1
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-1/+2
2009-11-07log: redirect stdout/stderr to /dev/null if syslog is usedMax Kellermann1-1/+4
2009-07-05log: fix double free() bug during shutdownMax Kellermann1-6/+2
2009-04-10log: removed "unused" attribute from log_level parameterMax Kellermann1-1/+1
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann1-24/+0
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-19added G_LOG_DOMAIN macros to several librariesMax Kellermann1-0/+3
2009-02-19log: added log_early_init() for early debug messagesMax Kellermann1-0/+9
2009-01-25conf: const pointers in block get functionsMax Kellermann1-3/+2
2009-01-17conf: no CamelCase, part IMax Kellermann1-3/+3
2009-01-15log, pcm_convert: added return statements after g_error()Max Kellermann1-1/+3
2009-01-03log: don't call closelog() on !HAVE_SYSLOGMax Kellermann1-0/+2
2008-12-29log: removed unused logging wrappersMax Kellermann1-4/+0
2008-12-29log: automatically append newlineMax Kellermann1-4/+19
2008-12-28Include <pthread.h> where it is necessary onlyThomas Jansen1-1/+0
2008-12-28log: use GLib loggingMax Kellermann1-13/+13
2008-12-28log: don't keep log file openMax Kellermann1-14/+15
2008-12-28log: support syslog()Max Kellermann1-6/+103
2008-12-28log: moved code to log_init_file()Max Kellermann1-15/+27
2008-12-28log: merged initLog() and open_log_files().Max Kellermann1-6/+1
2008-12-28log: moved code to parse_log_level()Max Kellermann1-15/+17
2008-12-28log: use the GLogLevelFlags typeMax Kellermann1-3/+3
2008-12-28log: don't manipulate the umaskMax Kellermann1-9/+1
2008-12-28log: moved code to open_log_file()Max Kellermann1-12/+19
2008-12-28log: deprecated "error_file" optionMax Kellermann1-26/+2
2008-12-20log: map log level "SECURE" to GLib's "INFO"Max Kellermann1-3/+3
2008-12-02replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen1-2/+2
2008-12-02replaced mpd_noreturn by G_GNUC_NORETURNThomas Jansen1-1/+1
2008-11-21log: print the log_domainMax Kellermann1-2/+6
2008-11-14log: check the log threshold in log_func()Max Kellermann1-0/+3
2008-11-09log: properly check log_thresholdDaniel Schömer1-1/+1
2008-11-05log: check if log_charset is setMax Kellermann1-5/+8
2008-11-05log: convert messages to system charsetMax Kellermann1-0/+14
2008-11-05log: use boolMax Kellermann1-5/+5
2008-11-05log: provide a GLib logging handlerMax Kellermann1-0/+15
2008-11-05log: use GLib message loggingMax Kellermann1-20/+15
2008-11-05log: no CamelCaseMax Kellermann1-6/+8
2008-11-05log: removed warning bufferMax Kellermann1-76/+2
2008-10-29log: don't use utils.hMax Kellermann1-5/+17
2008-10-08don't include os_compat.hMax Kellermann1-1/+7