aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-6/+1
* Redirect stdin *before* we establish a listen socketEric Wong2007-09-051-29/+0
* log: oops, fix a syntax errorEric Wong2007-09-041-1/+1
* log: better bug avoidance for libraries incorrectly handling fd=0Eric Wong2007-09-041-2/+16
* Fix endless loop when mpd is launched from a non-interactive shell.Eric Wong2007-09-021-1/+5
* log: cleanup: avoid "magic" numbersEric Wong2007-08-281-6/+8
* log: flush the warning log after redirecting stderr to the log filesJ. Alexander Treuman2007-06-291-0/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* More (v)snprintf-related buffer over-allocations removedEric Wong2007-02-191-1/+1