aboutsummaryrefslogtreecommitdiff
path: root/src/log.c
Commit message (Expand)AuthorAge
* log: fix double free() bug during shutdownMax Kellermann2009-07-05
* log: removed "unused" attribute from log_level parameterMax Kellermann2009-04-10
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-15
* all: Update copyright header.Avuton Olrich2009-03-13
* added G_LOG_DOMAIN macros to several librariesMax Kellermann2009-02-19
* log: added log_early_init() for early debug messagesMax Kellermann2009-02-19
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: no CamelCase, part IMax Kellermann2009-01-17
* log, pcm_convert: added return statements after g_error()Max Kellermann2009-01-15
* log: don't call closelog() on !HAVE_SYSLOGMax Kellermann2009-01-03
* log: removed unused logging wrappersMax Kellermann2008-12-29
* log: automatically append newlineMax Kellermann2008-12-29
* Include <pthread.h> where it is necessary onlyThomas Jansen2008-12-28
* log: use GLib loggingMax Kellermann2008-12-28
* log: don't keep log file openMax Kellermann2008-12-28
* log: support syslog()Max Kellermann2008-12-28
* log: moved code to log_init_file()Max Kellermann2008-12-28
* log: merged initLog() and open_log_files().Max Kellermann2008-12-28
* log: moved code to parse_log_level()Max Kellermann2008-12-28
* log: use the GLogLevelFlags typeMax Kellermann2008-12-28
* log: don't manipulate the umaskMax Kellermann2008-12-28
* log: moved code to open_log_file()Max Kellermann2008-12-28
* log: deprecated "error_file" optionMax Kellermann2008-12-28
* log: map log level "SECURE" to GLib's "INFO"Max Kellermann2008-12-20
* replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen2008-12-02
* replaced mpd_noreturn by G_GNUC_NORETURNThomas Jansen2008-12-02
* log: print the log_domainMax Kellermann2008-11-21
* log: check the log threshold in log_func()Max Kellermann2008-11-14
* log: properly check log_thresholdDaniel Schömer2008-11-09
* log: check if log_charset is setMax Kellermann2008-11-05
* log: convert messages to system charsetMax Kellermann2008-11-05
* log: use boolMax Kellermann2008-11-05
* log: provide a GLib logging handlerMax Kellermann2008-11-05
* log: use GLib message loggingMax Kellermann2008-11-05
* log: no CamelCaseMax Kellermann2008-11-05
* log: removed warning bufferMax Kellermann2008-11-05
* log: don't use utils.hMax Kellermann2008-10-29
* don't include os_compat.hMax Kellermann2008-10-08
* include cleanupMax Kellermann2008-09-06
* log.c: thread-safety for warning logEric Wong2008-08-28
* fix sign compare warningsMax Kellermann2008-04-12
* zero is a valid file descriptorMax Kellermann2008-03-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Redirect stdin *before* we establish a listen socketEric Wong2007-09-05
* log: oops, fix a syntax errorEric Wong2007-09-04
* log: better bug avoidance for libraries incorrectly handling fd=0Eric Wong2007-09-04
* Fix endless loop when mpd is launched from a non-interactive shell.Eric Wong2007-09-02
* log: cleanup: avoid "magic" numbersEric Wong2007-08-28
* log: flush the warning log after redirecting stderr to the log filesJ. Alexander Treuman2007-06-29
* The massive copyright updateAvuton Olrich2007-04-05