aboutsummaryrefslogtreecommitdiffstats
path: root/src/Log.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ConfigPath: return a Path objectMax Kellermann2013-08-071-14/+20
| | | | | 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-2/+2
|
* FatalError: new library to replace mpd_error.hMax Kellermann2013-08-071-2/+3
|
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-2/+2
|
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-301-2/+1
| | | | | Look up top-level config options by enum (= integer), not by name string.
* Log, ...: include cleanupMax Kellermann2013-01-101-1/+0
|
* sig_handlers, log: convert to C++Max Kellermann2013-01-091-0/+341