aboutsummaryrefslogtreecommitdiffstats
path: root/src/LogInit.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* LogBackend: remove character set supportMax Kellermann2015-06-221-14/+0
* 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
* 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
* 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
* ConfigData: use std::string for config_param::valueMax Kellermann2013-10-151-2/+3
* Log: new logging library APIMax Kellermann2013-10-021-0/+350