Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-29 | fd_util: avoid unnecessary fcntl() calls | Max Kellermann | 1 | -6/+8 | |
2013-10-20 | FatalError: remove unused GError overload | Max Kellermann | 2 | -10/+0 | |
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 1 | -0/+183 | |
Replacing GLib macros. | |||||
2013-10-15 | system/clock: convert to C++ | Max Kellermann | 2 | -15/+7 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 6 | -6/+6 | |
2013-10-15 | *: use WIN32 instead of G_OS_WIN32 | Max Kellermann | 2 | -6/+6 | |
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 | 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 | |