aboutsummaryrefslogtreecommitdiffstats
path: root/src/Log.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Log: new logging library APIMax Kellermann2013-10-021-255/+90
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-3/+3
| | | | Migrate the remaining callers to FatalError().
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+3
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-041-18/+21
| | | | Replaces GLib's GError.
* 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