Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-09-12 | Listen: Allow tilde paths for socket. | Maarten de Vries | 1 | -0/+6 | |
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 1 | -8/+9 | |
Migrate the remaining callers to FatalError(). | |||||
2013-09-05 | PlaylistPlugin, ConfigGlobal: use nullptr instead of NULL | Max Kellermann | 1 | -5/+5 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -10/+7 | |
Replaces GLib's GError. | |||||
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | 1 | -5/+6 | |
Migrate all callers to use Path directly, instead of doing the conversion in each caller. | |||||
2013-04-09 | utils: convert to C++ | Max Kellermann | 1 | -5/+1 | |
2013-01-30 | ConfigData: use simple linked list instead of GSList | Max Kellermann | 1 | -31/+10 | |
2013-01-30 | ConfigData: add constructors/destructors | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | ConfigData: use std::string in block_param | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | ConfigData: use std::vector for the block_param list | Max Kellermann | 1 | -5/+3 | |
2013-01-30 | ConfigFile: move code to ConfigGlobal.cxx | Max Kellermann | 1 | -0/+199 | |