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-10-31
*: copyright year 2018
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-08-22
configure.ac: add automake conditional "LINUX"
Max Kellermann
2018-08-22
system/EpollFD: use class UniqueFileDescriptor
Max Kellermann
2018-08-22
system/{Epoll,Event,Signal}FD: relicense to BSD-2
Max Kellermann
2018-08-22
system/EPollFD: rename to EpollFD
Max Kellermann
2018-08-22
system/UniqueFileDescriptor: make the "int" constructor public
Max Kellermann
2018-08-21
system/Open: new UniqueFileDescriptor constructing library
Max Kellermann
2018-08-21
system/FileDescriptor: add openat() wrapper
Max Kellermann
2018-08-20
system/FileDescriptor: include cleanup
Max Kellermann
2018-08-20
system/FileDescriptor: pass FileDescriptor to CheckDuplicate()
Max Kellermann
2018-08-20
net/SocketDescriptor: make eventfd() and signalfd() mandatory on Linux
Max Kellermann
2018-08-20
system/FileDescriptor: make inotify_init1() mandatory on Linux
Max Kellermann
2018-08-20
system/FileDescriptor: add pipe2() wrapper
Max Kellermann
2018-08-20
system/FileDescriptor: make pipe2() mandatory on Linux
Max Kellermann
2018-08-20
system/FileDescriptor: add operator!=
Max Kellermann
2018-08-20
system/UniqueFileDescriptor: make the base class public
Max Kellermann
2018-08-20
system/FileDescriptor: add "noexcept"
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-20
system/FileDescriptor: add IsPipe(), IsSocket()
Max Kellermann
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
[next]