summaryrefslogtreecommitdiff
path: root/src/system
AgeCommit message (Expand)Author
2014-08-24Merge branch 'v0.18.x'Max Kellermann
2014-08-23system/ByteOrder: <endian.h> is a non-standard header that only Linux provides.Thomas Klausner
2014-07-30system/Resolver: use nullptr instead of NULLMax Kellermann
2014-03-15system/fd_util: export fd_set_cloexec()Max Kellermann
2014-03-15configure.ac: always define _GNU_SOURCE on LinuxMax Kellermann
2014-02-18system/FatalError: remove GError supportMax Kellermann
2014-02-18system/EPollFD: add epoll_create1() fallback for AndroidMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-15configure.ac: add option "--disable-glib"Max Kellermann
2013-12-15util/Tokenizer, ...: include cleanupMax Kellermann
2013-12-15system/SocketError, ...: use strerror() instead of g_strerror()Max Kellermann
2013-12-04system/Resolver: use std::string to allocate internal bufferMax Kellermann
2013-12-04system/Resolver: sockaddr_to_string() returns std::string()Max Kellermann
2013-11-29Clock.cxx: provide all arguments for GetProcessTimesDenis Krjuchkov
2013-11-28include cleanup using iwyuMax Kellermann
2013-11-25Volume, Output: use new class PeriodClock instead of GTimerMax Kellermann
2013-11-24Stats: use monotonic clock instead of GTimerMax Kellermann
2013-11-24Stats: use GetProcessTimes() on WIN32 to determine MPD uptimeMax Kellermann
2013-11-21system/ByteOrder: testing for endianness in a more general wayFlorian Schlichting
2013-11-21util/ByteOrder: add commentsMax Kellermann
2013-11-21util/ByteOrder: indent the preprocessor directivesMax Kellermann
2013-11-18system/fd_util.h: avoid symbol conflict with statically linked libmpdclientDenis Krjuchkov
2013-11-05system/ByteOrder: fix big-endian supportMax Kellermann
2013-11-05add various missing headersNatanael Copa
2013-11-04system/resolver: return path of UNIX domain socketsMax Kellermann
2013-10-30system/FatalError: use _exit() instead of exit()Max Kellermann
2013-10-30system/FatalError: move code to Abort()Max Kellermann
2013-10-29fd_util: avoid unnecessary fcntl() callsMax Kellermann
2013-10-20FatalError: remove unused GError overloadMax Kellermann
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann
2013-10-15system/clock: convert to C++Max Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-10-15*: use WIN32 instead of G_OS_WIN32Max Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann
2013-09-05use standard snprintf() instead of GLib g_snprintf()Max Kellermann
2013-09-04system/SocketError: un-inline constructorMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-09-04system/resolver: convert to C++Max Kellermann
2013-08-10system/EPollFD: fix typo in Add()Max Kellermann
2013-08-07event/EPollFD: basic support for Linux epollMax Kellermann
2013-08-07event/EventFD: move to libsystemMax Kellermann
2013-08-07event/SignalMonitor: use signalfd() if availableMax Kellermann
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann