aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* eliminate g_error() usageThomas Jansen2010-09-251-8/+9
* log: /dev/null doesn't exist on win32.Avuton Olrich2010-05-081-0/+2
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* fd_util: removed creat_cloexec()Max Kellermann2009-11-101-1/+1
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-071-1/+2
* log: redirect stdout/stderr to /dev/null if syslog is usedMax Kellermann2009-11-071-1/+4
* log: fix double free() bug during shutdownMax Kellermann2009-07-051-6/+2
* log: removed "unused" attribute from log_level parameterMax Kellermann2009-04-101-1/+1
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-151-24/+0
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* added G_LOG_DOMAIN macros to several librariesMax Kellermann2009-02-191-0/+3
* log: added log_early_init() for early debug messagesMax Kellermann2009-02-191-0/+9
* conf: const pointers in block get functionsMax Kellermann2009-01-251-3/+2
* conf: no CamelCase, part IMax Kellermann2009-01-171-3/+3
* log, pcm_convert: added return statements after g_error()Max Kellermann2009-01-151-1/+3
* log: don't call closelog() on !HAVE_SYSLOGMax Kellermann2009-01-031-0/+2
* log: removed unused logging wrappersMax Kellermann2008-12-291-4/+0
* log: automatically append newlineMax Kellermann2008-12-291-4/+19
* Include <pthread.h> where it is necessary onlyThomas Jansen2008-12-281-1/+0
* log: use GLib loggingMax Kellermann2008-12-281-13/+13
* log: don't keep log file openMax Kellermann2008-12-281-14/+15
* log: support syslog()Max Kellermann2008-12-281-6/+103
* log: moved code to log_init_file()Max Kellermann2008-12-281-15/+27
* log: merged initLog() and open_log_files().Max Kellermann2008-12-281-6/+1
* log: moved code to parse_log_level()Max Kellermann2008-12-281-15/+17
* log: use the GLogLevelFlags typeMax Kellermann2008-12-281-3/+3
* log: don't manipulate the umaskMax Kellermann2008-12-281-9/+1
* log: moved code to open_log_file()Max Kellermann2008-12-281-12/+19
* log: deprecated "error_file" optionMax Kellermann2008-12-281-26/+2
* log: map log level "SECURE" to GLib's "INFO"Max Kellermann2008-12-201-3/+3
* replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen2008-12-021-2/+2
* replaced mpd_noreturn by G_GNUC_NORETURNThomas Jansen2008-12-021-1/+1
* log: print the log_domainMax Kellermann2008-11-211-2/+6
* log: check the log threshold in log_func()Max Kellermann2008-11-141-0/+3
* log: properly check log_thresholdDaniel Schömer2008-11-091-1/+1
* log: check if log_charset is setMax Kellermann2008-11-051-5/+8
* log: convert messages to system charsetMax Kellermann2008-11-051-0/+14
* log: use boolMax Kellermann2008-11-051-5/+5
* log: provide a GLib logging handlerMax Kellermann2008-11-051-0/+15
* log: use GLib message loggingMax Kellermann2008-11-051-20/+15
* log: no CamelCaseMax Kellermann2008-11-051-6/+8
* log: removed warning bufferMax Kellermann2008-11-051-76/+2
* log: don't use utils.hMax Kellermann2008-10-291-5/+17
* don't include os_compat.hMax Kellermann2008-10-081-1/+7
* include cleanupMax Kellermann2008-09-061-1/+0
* log.c: thread-safety for warning logEric Wong2008-08-281-4/+12
* fix sign compare warningsMax Kellermann2008-04-121-1/+1
* zero is a valid file descriptorMax Kellermann2008-03-261-4/+4