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
/
FileDescriptor.cxx
Age
Commit message (
Expand
)
Author
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 "noexcept"
Max Kellermann
2018-08-20
system/FileDescriptor: add IsPipe(), IsSocket()
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-11
system/FileDescriptor: add method CreatePipeNonBlock()
Max Kellermann
2017-08-11
system/FileDescriptor: implement CreatePipe() on Windows
Max Kellermann
2017-08-10
system/FileDescriptor: add Open() overload with wchar_t path
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-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2015-03-03
system/FileDescriptor: add "mode" parameter to Open()
Max Kellermann
2015-03-03
system/FileDescriptor: move O_NOCTTY|O_CLOEXEC to Open()
Max Kellermann
2015-03-03
system/FileDescriptor: remove bogus assertions
Max Kellermann
2015-03-03
system/FileDescriptor: fix WIN32 checks
Max Kellermann
2015-03-03
system/FileDescriptor: new wrapper class for a file descriptor
Max Kellermann