aboutsummaryrefslogtreecommitdiffstats
path: root/src/system (follow)
Commit message (Collapse)AuthorAgeFilesLines
* system/resolver: return path of UNIX domain socketsMax Kellermann2013-11-041-7/+15
| | | | getnameinfo() doesn't work well - it always returns "localhost".
* system/FatalError: use _exit() instead of exit()Max Kellermann2013-10-301-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 Kellermann2013-10-301-3/+10
|
* fd_util: avoid unnecessary fcntl() callsMax Kellermann2013-10-291-6/+8
|
* FatalError: remove unused GError overloadMax Kellermann2013-10-202-10/+0
|
* system/ByteOrder: new library for byte ordering / endianessMax Kellermann2013-10-161-0/+183
| | | | Replacing GLib macros.
* system/clock: convert to C++Max Kellermann2013-10-152-15/+7
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-156-6/+6
|
* *: use WIN32 instead of G_OS_WIN32Max Kellermann2013-10-152-6/+6
|
* Log: new logging library APIMax Kellermann2013-10-021-5/+6
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* 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