summaryrefslogtreecommitdiff
path: root/src/system
AgeCommit message (Expand)Author
2015-06-21Merge tag 'v0.19.10'Max Kellermann
2015-06-20system/PeriodClock: make IsDefined() "constexpr"Max Kellermann
2015-03-24system/FileDescriptor: add method Tell()Max Kellermann
2015-03-03system/FileDescriptor: Close() returns boolMax Kellermann
2015-03-03system/FileDescriptor: add "mode" parameter to Open()Max Kellermann
2015-03-03system/FileDescriptor: move O_NOCTTY|O_CLOEXEC to Open()Max Kellermann
2015-03-03system/FileDescriptor: remove bogus assertionsMax Kellermann
2015-03-03system/FileDescriptor: fix WIN32 checksMax Kellermann
2015-03-03system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann
2015-03-03system/fd_util: remove unused functionsMax Kellermann
2015-02-12system/ByteOrder: use GCC built-ins if availableMax Kellermann
2015-02-10system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann
2015-01-29Merge branch 'v0.19.x'Max Kellermann
2015-01-29Avoid integer overflow in MonotonicClock{S,MS,US}PHO
2015-01-01Copyright year 2015Max Kellermann
2014-12-05system/FatalError: add FatalSystemError() overload with WIN32 error codeMax Kellermann
2014-12-05system/FatalError: use FormatMessage() instead of g_win32_error_message()Max Kellermann
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann
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