aboutsummaryrefslogtreecommitdiffstats
path: root/src/LogInit.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LogBackend: remove character set supportMax Kellermann2015-06-221-14/+0
| | | | Always write UTF-8 to the log file.
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-3/+3
|
* config/Param: make "line" signedMax Kellermann2015-01-211-4/+4
|
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* LogInit: make stderr line-bufferedMax Kellermann2014-12-171-0/+3
| | | | | Make sure everything gets logged right away. No delays because stdio's buffer is not yet full.
* 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.