Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 2 | -0/+10 | |
Migrate the remaining callers to FatalError(). | |||||
2013-09-05 | use standard snprintf() instead of GLib g_snprintf() | Max Kellermann | 1 | -1/+2 | |
2013-09-04 | system/SocketError: un-inline constructor | Max Kellermann | 2 | -13/+24 | |
Reduces header dependencies. | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 8 | -49/+80 | |
Replaces GLib's GError. | |||||
2013-09-04 | system/resolver: convert to C++ | Max Kellermann | 2 | -18/+10 | |
2013-08-10 | system/EPollFD: fix typo in Add() | Max Kellermann | 1 | -1/+1 | |
2013-08-07 | event/EPollFD: basic support for Linux epoll | Max Kellermann | 2 | -0/+112 | |
2013-08-07 | event/EventFD: move to libsystem | Max Kellermann | 4 | -0/+359 | |
2013-08-07 | event/SignalMonitor: use signalfd() if available | Max Kellermann | 2 | -0/+120 | |
2013-08-07 | Makefile.am: move sources to libsystem.a | Max Kellermann | 11 | -0/+1340 | |