summaryrefslogtreecommitdiff
path: root/src/system
AgeCommit message (Expand)Author
2017-05-29system/ByteOrder: fix byte order detection on FreeBSD/aarch64Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-28system/Clock: remove obsolete MonotonicClock*() functionsMax Kellermann
2016-12-28system/PeriodClock: use std::chrono::steady_clockMax Kellermann
2016-12-28system/PeriodClock: indent with tabsMax Kellermann
2016-12-04system/Error: use std::generic_category() for errno on WindowsMax Kellermann
2016-12-04system/Error: allow using errno functions on WindowsMax Kellermann
2016-11-10system/FatalError: remove the obsolete class Error overloadsMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-08-23Merge tag 'v0.19.19'Max Kellermann
2016-08-23system/ByteOrder: gssupport non-x86 NetBSDThomas Klausner
2016-07-02system/Error: add missing includeMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-19system/FileDescriptor: add method Skip()Max Kellermann
2015-12-29system/Error: add IsAccessDenied()Max Kellermann
2015-12-27system/Error: fix duplicate strerror() callMax Kellermann
2015-12-18system/Error: add MakeErrno(), MakeLastError()Max Kellermann
2015-12-18system/Error: add IsFileNotFound()Max Kellermann
2015-12-16system/Error: helper library for constructing std::system_errorMax Kellermann
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