aboutsummaryrefslogtreecommitdiffstats
path: root/src/system (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-052-0/+10
| | | | Migrate the remaining callers to FatalError().
* use standard snprintf() instead of GLib g_snprintf()Max Kellermann2013-09-051-1/+2
|
* system/SocketError: un-inline constructorMax Kellermann2013-09-042-13/+24
| | | | Reduces header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-048-49/+80
| | | | Replaces GLib's GError.
* system/resolver: convert to C++Max Kellermann2013-09-042-18/+10
|
* system/EPollFD: fix typo in Add()Max Kellermann2013-08-101-1/+1
|
* event/EPollFD: basic support for Linux epollMax Kellermann2013-08-072-0/+112
|
* event/EventFD: move to libsystemMax Kellermann2013-08-074-0/+359
|
* event/SignalMonitor: use signalfd() if availableMax Kellermann2013-08-072-0/+120
|
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-0711-0/+1340