aboutsummaryrefslogtreecommitdiffstats
path: root/src/Daemon.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Daemon: use strdup() instead of g_strdup()Max Kellermann2013-12-151-5/+3
|
* include cleanup using iwyuMax Kellermann2013-11-281-3/+0
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-4/+4
| | | | | | | 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.
* Log: new logging library APIMax Kellermann2013-10-021-5/+6
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Daemon, Mapper: move-assign the Path objectsMax Kellermann2013-10-011-1/+1
|
* ConfigPath: return a Path objectMax Kellermann2013-08-071-15/+22
| | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller.
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
|
* FatalError: new library to replace mpd_error.hMax Kellermann2013-08-071-23/+23
|
* daemon: convert to C++Max Kellermann2013-08-071-0/+236