aboutsummaryrefslogtreecommitdiffstats
path: root/src/LogInit.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LogInit: fix file descriptor leak in SIGHUP handlerMax Kellermann2014-04-251-0/+2
|
* LogBackend: use __android_log_print() on AndroidMax Kellermann2014-02-221-1/+30
|
* LogInit: disable SetLogCharset() without GLibMax Kellermann2014-02-181-0/+2
|
* Config*: move to config/Max Kellermann2014-01-241-3/+3
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* configure.ac: add option "--disable-glib"Max Kellermann2013-12-151-1/+6
| | | | | Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core.
* LogInit: move backend code to LogBackend.cxxMax Kellermann2013-12-151-167/+33
|
* include cleanup using iwyuMax Kellermann2013-11-281-6/+0
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-12/+13
|
* Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann2013-10-191-1/+2
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-3/+3
| | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
* ConfigData: use std::string for config_param::valueMax Kellermann2013-10-151-2/+3
|
* Log: new logging library APIMax Kellermann2013-10-021-0/+350
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.