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
/
net
/
SocketDescriptor.hxx
Age
Commit message (
Expand
)
Author
2019-02-27
net/SocketDescriptor: add SetTcpUserTimeout()
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-08-21
net/SocketDescriptor: add multicast methods
Max Kellermann
2018-08-21
net/SocketDescriptor: add Shutdown()
Max Kellermann
2018-08-21
net/SocketDescriptor: add "noexcept"
Max Kellermann
2018-08-20
net/SocketDescriptor: add method GetPeerCredentials()
Max Kellermann
2018-08-20
net/SocketDescriptor: add GetType(), IsStream()
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-08-11
net/SocketDescriptor: add AcceptNonBlock() overload without address
Max Kellermann
2017-08-10
net/SocketDescriptor: add method SetKeepAlive()
Max Kellermann
2017-08-10
net/SocketDescriptor: allow constructing with "int"
Max Kellermann
2017-08-10
net/SocketDescriptor: SO_REUSEADDR is portable
Max Kellermann
2017-08-10
net/SocketDescriptor: socketpair() is unavailable on Windows
Max Kellermann
2017-08-10
net/SocketDescriptor: implement SetNonBlocking() on Windows
Max Kellermann
2017-08-10
net/SocketDescriptors: IsValid() is not available on Windows
Max Kellermann
2017-08-10
net/SocketDescriptor: specialization of FileDescriptor for network sockets
Max Kellermann