aboutsummaryrefslogtreecommitdiffstats
path: root/src/LogInit.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-25LogInit: fix file descriptor leak in SIGHUP handlerMax Kellermann1-0/+2
2014-02-22LogBackend: use __android_log_print() on AndroidMax Kellermann1-1/+30
2014-02-18LogInit: disable SetLogCharset() without GLibMax Kellermann1-0/+2
2014-01-24Config*: move to config/Max Kellermann1-3/+3
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-15configure.ac: add option "--disable-glib"Max Kellermann1-1/+6
2013-12-15LogInit: move backend code to LogBackend.cxxMax Kellermann1-167/+33
2013-11-28include cleanup using iwyuMax Kellermann1-6/+0
2013-10-19*: use nullptr instead of NULLMax Kellermann1-12/+13
2013-10-19Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann1-1/+2
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-3/+3
2013-10-15ConfigData: use std::string for config_param::valueMax Kellermann1-2/+3
2013-10-02Log: new logging library APIMax Kellermann1-7/+6
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann1-3/+3
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+3
2013-09-04util/Error: new error passing libraryMax Kellermann1-18/+21
2013-08-07ConfigPath: return a Path objectMax Kellermann1-14/+20
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-2/+2
2013-08-07FatalError: new library to replace mpd_error.hMax Kellermann1-2/+3
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-2/+2
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann1-2/+1
2013-01-10Log, ...: include cleanupMax Kellermann1-1/+0
2013-01-09sig_handlers, log: convert to C++Max Kellermann1-2/+2
2012-08-14log: store duplicated path stringMax Kellermann1-28/+28
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