Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | configure.ac: add option "--disable-glib" | Max Kellermann | 2013-12-15 | 1 | -1/+5 |
| | | | | | Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core. | ||||
* | system/SocketError, ...: use strerror() instead of g_strerror() | Max Kellermann | 2013-12-15 | 1 | -1/+4 |
| | | | | Avoid GLib. | ||||
* | add various missing headers | Natanael Copa | 2013-11-05 | 1 | -0/+1 |
| | | | | | | Fixes building with gcc-4.8 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | ||||
* | system/FatalError: use _exit() instead of exit() | Max Kellermann | 2013-10-30 | 1 | -2/+2 |
| | | | | | Skip the global destructors. We don't need them here - we bail out as quickly as we can. | ||||
* | system/FatalError: move code to Abort() | Max Kellermann | 2013-10-30 | 1 | -3/+10 |
| | |||||
* | FatalError: remove unused GError overload | Max Kellermann | 2013-10-20 | 1 | -6/+0 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -5/+6 |
| | | | | | 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 | -0/+6 |
| | | | | Migrate the remaining callers to FatalError(). | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -0/+8 |
| | | | | Replaces GLib's GError. | ||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -0/+91 |