Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -2/+0 |
| | |||||
* | add various missing headers | Natanael Copa | 2013-11-05 | 1 | -0/+1 |
| | | | | | | Fixes building with gcc-4.8 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | ||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -5/+6 |
| | | | | | | | 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 | -5/+5 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -7/+5 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Listen: Allow tilde paths for socket. | Maarten de Vries | 2013-09-12 | 1 | -0/+6 |
| | |||||
* | mpd_error.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -8/+9 |
| | | | | Migrate the remaining callers to FatalError(). | ||||
* | PlaylistPlugin, ConfigGlobal: use nullptr instead of NULL | Max Kellermann | 2013-09-05 | 1 | -5/+5 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -10/+7 |
| | | | | Replaces GLib's GError. | ||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -5/+6 |
| | | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller. | ||||
* | utils: convert to C++ | Max Kellermann | 2013-04-09 | 1 | -5/+1 |
| | |||||
* | ConfigData: use simple linked list instead of GSList | Max Kellermann | 2013-01-30 | 1 | -31/+10 |
| | |||||
* | ConfigData: add constructors/destructors | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | ConfigData: use std::string in block_param | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | ConfigData: use std::vector for the block_param list | Max Kellermann | 2013-01-30 | 1 | -5/+3 |
| | |||||
* | ConfigFile: move code to ConfigGlobal.cxx | Max Kellermann | 2013-01-30 | 1 | -0/+199 |