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
2018-08-17
Merge tag 'v0.20.21'
Max Kellermann
2018-08-17
android: raise minSdkVersion to 21
Max Kellermann
2018-08-06
system/SignalFD: add "noexcept"
Max Kellermann
2018-08-06
system/SignalFD: throw exception on error
Max Kellermann
2018-08-06
system/Event{FD,Pipe}: add "noexcept"
Max Kellermann
2018-08-06
system/Event{FD,Pipe}: throw exception on error
Max Kellermann
2018-07-13
system/FileDescriptor: no-op implementation of *CloseOnExec() on Windows
Max Kellermann
2018-01-29
system/EPollFD: update API documentation
Max Kellermann
2018-01-29
system/EPollFD: add "noexcept"
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-12-12
android/build.py: support NDK r16
Max Kellermann
2017-10-24
system/EventPipe: fix WSAEINPROGRESS on Windows
Max Kellermann
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
[next]