Max Kellermann
|
777844ae0c
|
system/SocketError, ...: use strerror() instead of g_strerror()
Avoid GLib.
|
2013-12-15 18:32:07 +01:00 |
|
Natanael Copa
|
3f21581a81
|
add various missing headers
Fixes building with gcc-4.8
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
|
2013-11-05 11:08:36 +01:00 |
|
Max Kellermann
|
8c834a4ff6
|
system/FatalError: use _exit() instead of exit()
Skip the global destructors. We don't need them here - we bail out as
quickly as we can.
|
2013-10-30 23:42:16 +01:00 |
|
Max Kellermann
|
8c01004219
|
system/FatalError: move code to Abort()
|
2013-10-30 23:41:02 +01:00 |
|
Max Kellermann
|
8118bc93a8
|
FatalError: remove unused GError overload
|
2013-10-20 13:10:09 +02:00 |
|
Max Kellermann
|
060814daa8
|
Log: new logging library API
Prepare to migrate away from GLib. Currently, we're still using GLib
as a backend.
|
2013-10-02 08:57:55 +02:00 |
|
Max Kellermann
|
7a4c9f5f4c
|
mpd_error.h: remove obsolete header
Migrate the remaining callers to FatalError().
|
2013-09-05 18:26:46 +02:00 |
|
Max Kellermann
|
29030b54c9
|
util/Error: new error passing library
Replaces GLib's GError.
|
2013-09-04 18:14:22 +02:00 |
|
Max Kellermann
|
b70d38dc10
|
Makefile.am: move sources to libsystem.a
|
2013-08-07 10:31:31 +02:00 |
|