Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -255/+90 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | mpd_error.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -3/+3 |
| | | | | Migrate the remaining callers to FatalError(). | ||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+3 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -18/+21 |
| | | | | Replaces GLib's GError. | ||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -14/+20 |
| | | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller. | ||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -2/+2 |
| | |||||
* | FatalError: new library to replace mpd_error.h | Max Kellermann | 2013-08-07 | 1 | -2/+3 |
| | |||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -2/+2 |
| | |||||
* | ConfigFile: add enum ConfigOption | Max Kellermann | 2013-01-30 | 1 | -2/+1 |
| | | | | | Look up top-level config options by enum (= integer), not by name string. | ||||
* | Log, ...: include cleanup | Max Kellermann | 2013-01-10 | 1 | -1/+0 |
| | |||||
* | sig_handlers, log: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -0/+341 |