index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
system
Age
Commit message (
Expand
)
Author
2017-09-13
system/Error: include cleanup
Max Kellermann
2017-09-13
system/Error: add more "noexcept"
Max Kellermann
2017-09-13
system/FileDescriptor: Close() should not be called on undefined object
Max Kellermann
2017-09-13
system/UniqueFileDescriptor: remove duplicate "using" statements
Max Kellermann
2017-09-13
system/UniqueFileDescriptor: expose CheckDuplicate()
Max Kellermann
2017-09-13
system/FileDescriptor: mention class UniqueFileDescriptor in API documentation
Max Kellermann
2017-09-13
system/FileDescriptor: add CheckDuplicate()
Max Kellermann
2017-09-13
system/FileDescriptor: use _WIN32 instead of WIN32
Max Kellermann
2017-08-17
Fix EventPipe file descriptors
Ryan Walklin
2017-08-11
system/EPollFD: throw exception instead of raising fatal error
Max Kellermann
2017-08-11
system/fd_util: remove unused library
Max Kellermann
2017-08-11
system/EventPipe: use FileDescriptor::CreatePipeNonBlock()
Max Kellermann
2017-08-11
system/FileDescriptor: add method CreatePipeNonBlock()
Max Kellermann
2017-08-11
system/EventPipe: use class UniqueSocketDescriptor in PoorSocketPair()
Max Kellermann
2017-08-11
system/EventPipe: throw exception instead of raising fatal error
Max Kellermann
2017-08-11
net/IPv4Address: new class
Max Kellermann
2017-08-11
system/EventPipe: use AtScopeExit() in PoorSocketPair()
Max Kellermann
2017-08-11
system/FileDescriptor: implement CreatePipe() on Windows
Max Kellermann
2017-08-10
system/fd_util: remove unused function close_socket()
Max Kellermann
2017-08-10
system/fd_util: remove unused function accept_cloexec_nonblock()
Max Kellermann
2017-08-10
system/fd_util: remove unused function open_cloexec()
Max Kellermann
2017-08-10
system/FileDescriptor: add Open() overload with wchar_t path
Max Kellermann
2017-08-10
system/fd_util: remove unused function socket_cloexec_nonblock()
Max Kellermann
2017-08-10
system/EventFD: use class UniqueFileDescriptor
Max Kellermann
2017-08-10
system/SignalFD: use class UniqueFileDescriptor
Max Kellermann
2017-08-10
system/UniqueFileDescriptor: new auto-closing FileDescriptor wrapper
Max Kellermann
2017-08-10
system/FileDescriptor: add methods EnableCloseOnExec(), DisableCloseOnExec()
Max Kellermann
2017-08-10
system/FileDescriptor: add method IsReadyForWriting()
Max Kellermann
2017-08-10
system/FileDescriptor: add method IsValid()
Max Kellermann
2017-08-10
system/FileDescriptor: use std::exchange()
Max Kellermann
2017-05-29
system/ByteOrder: fix byte order detection on FreeBSD/aarch64
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-12-28
system/Clock: remove obsolete MonotonicClock*() functions
Max Kellermann
2016-12-28
system/PeriodClock: use std::chrono::steady_clock
Max Kellermann
2016-12-28
system/PeriodClock: indent with tabs
Max Kellermann
2016-12-04
system/Error: use std::generic_category() for errno on Windows
Max Kellermann
2016-12-04
system/Error: allow using errno functions on Windows
Max Kellermann
2016-11-10
system/FatalError: remove the obsolete class Error overloads
Max Kellermann
2016-09-09
input/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-08-23
Merge tag 'v0.19.19'
Max Kellermann
2016-08-23
system/ByteOrder: gssupport non-x86 NetBSD
Thomas Klausner
2016-07-02
system/Error: add missing include
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-19
system/FileDescriptor: add method Skip()
Max Kellermann
2015-12-29
system/Error: add IsAccessDenied()
Max Kellermann
2015-12-27
system/Error: fix duplicate strerror() call
Max Kellermann
2015-12-18
system/Error: add MakeErrno(), MakeLastError()
Max Kellermann
2015-12-18
system/Error: add IsFileNotFound()
Max Kellermann
[next]