Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LogInit: fix file descriptor leak in SIGHUP handler | Max Kellermann | 2014-04-25 | 1 | -0/+2 |
| | |||||
* | LogBackend: use __android_log_print() on Android | Max Kellermann | 2014-02-22 | 1 | -1/+30 |
| | |||||
* | LogInit: disable SetLogCharset() without GLib | Max Kellermann | 2014-02-18 | 1 | -0/+2 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -3/+3 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | configure.ac: add option "--disable-glib" | Max Kellermann | 2013-12-15 | 1 | -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.cxx | Max Kellermann | 2013-12-15 | 1 | -167/+33 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -6/+0 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -12/+13 |
| | |||||
* | Util/CharUtil: new library replacing g_ascii_isX() | Max Kellermann | 2013-10-19 | 1 | -1/+2 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -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::value | Max Kellermann | 2013-10-15 | 1 | -2/+3 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -0/+350 |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. |