summaryrefslogtreecommitdiff
path: root/src/system/FileDescriptor.cxx
AgeCommit message (Expand)Author
2018-08-21system/FileDescriptor: add openat() wrapperMax Kellermann
2018-08-20system/FileDescriptor: include cleanupMax Kellermann
2018-08-20system/FileDescriptor: pass FileDescriptor to CheckDuplicate()Max Kellermann
2018-08-20net/SocketDescriptor: make eventfd() and signalfd() mandatory on LinuxMax Kellermann
2018-08-20system/FileDescriptor: make inotify_init1() mandatory on LinuxMax Kellermann
2018-08-20system/FileDescriptor: add pipe2() wrapperMax Kellermann
2018-08-20system/FileDescriptor: make pipe2() mandatory on LinuxMax Kellermann
2018-08-20system/FileDescriptor: add "noexcept"Max Kellermann
2018-08-20system/FileDescriptor: add IsPipe(), IsSocket()Max Kellermann
2017-09-13system/FileDescriptor: add CheckDuplicate()Max Kellermann
2017-09-13system/FileDescriptor: use _WIN32 instead of WIN32Max Kellermann
2017-08-11system/FileDescriptor: add method CreatePipeNonBlock()Max Kellermann
2017-08-11system/FileDescriptor: implement CreatePipe() on WindowsMax Kellermann
2017-08-10system/FileDescriptor: add Open() overload with wchar_t pathMax Kellermann
2017-08-10system/FileDescriptor: add methods EnableCloseOnExec(), DisableCloseOnExec()Max Kellermann
2017-08-10system/FileDescriptor: add method IsReadyForWriting()Max Kellermann
2017-08-10system/FileDescriptor: add method IsValid()Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-17AUTHORS, ...: update my email addressMax 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