Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-11-05 | add various missing headers | Natanael Copa | 1 | -0/+1 | |
Fixes building with gcc-4.8 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | |||||
2013-10-30 | system/FatalError: use _exit() instead of exit() | Max Kellermann | 1 | -2/+2 | |
Skip the global destructors. We don't need them here - we bail out as quickly as we can. | |||||
2013-10-30 | system/FatalError: move code to Abort() | Max Kellermann | 1 | -3/+10 | |
2013-10-20 | FatalError: remove unused GError overload | Max Kellermann | 1 | -6/+0 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -5/+6 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 1 | -0/+6 | |
Migrate the remaining callers to FatalError(). | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -0/+8 | |
Replaces GLib's GError. | |||||
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 1 | -0/+0 | |
2013-08-07 | FatalError: new library to replace mpd_error.h | Max Kellermann | 1 | -0/+91 | |