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.hxx
Age
Commit message (
Expand
)
Author
2020-05-05
system/FileDescriptor: move to io/
Max Kellermann
2020-03-12
replace signal.h with csignal.h
Rosen Penev
2019-12-17
io/FileDescriptor: add method FullRead()
Max Kellermann
2019-08-19
system/FileDescriptor: add method IsRegularFile()
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-02
system/FileDescriptor: check `__linux__` instead of `__linux`
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: add operator!=
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-07-13
system/FileDescriptor: no-op implementation of *CloseOnExec() on Windows
Max Kellermann
2017-09-13
system/FileDescriptor: Close() should not be called on undefined object
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-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-08-10
system/FileDescriptor: use std::exchange()
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2016-02-19
system/FileDescriptor: add method Skip()
Max Kellermann
2015-03-24
system/FileDescriptor: add method Tell()
Max Kellermann
2015-03-03
system/FileDescriptor: Close() returns bool
Max Kellermann
2015-03-03
system/FileDescriptor: add "mode" parameter to Open()
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