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.cxx
Age
Commit message (
Expand
)
Author
2020-07-23
include cleanup
Max Kellermann
2020-03-12
change errno.h to cerrno
Rosen Penev
2019-08-26
net/AddressInfo: include Features.hxx instead of config.h
Max Kellermann
2019-02-27
net/SocketDescriptor: add SetTcpUserTimeout()
Max Kellermann
2018-08-21
net/SocketDescriptor: add multicast methods
Max Kellermann
2018-08-21
net/SocketDescriptor: remove unnecessary SO_REUSEPORT check
Max Kellermann
2018-08-21
net/SocketDescriptor: add Shutdown()
Max Kellermann
2018-08-21
net/SocketDescriptor: fix SOCK_NONBLOCK flag in CreateSocketPairNonBlock()
Max Kellermann
2018-08-21
net/SocketDescriptor: add "noexcept"
Max Kellermann
2018-08-21
net/SocketDescriptor: make accept4() mandatory on Linux
Max Kellermann
2018-08-20
net/SocketDescriptor: add method GetPeerCredentials()
Max Kellermann
2018-08-20
net/SocketDescriptor: add GetType(), IsStream()
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-08-11
net/SocketDescriptor: add AcceptNonBlock() overload without address
Max Kellermann
2017-08-11
net/SocketDescriptor: AcceptNonBlock() enables non-blocking even if SOCK_NONB...
Max Kellermann
2017-08-11
net/SocketDescriptor: check HAVE_ACCEPT4
Max Kellermann
2017-08-10
net/SocketDescriptor: add method SetKeepAlive()
Max Kellermann
2017-08-10
net/SocketDescriptor: SO_REUSEADDR is portable
Max Kellermann
2017-08-10
net/SocketDescriptor: cast setsockopt() value to "const char *" for Windows
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/SocketDescriptor: call SetNonBlocking() on Linux if SOCK_NONBLOCK unavail...
Max Kellermann
2017-08-10
net/SocketDescriptors: fix includes for Windows
Max Kellermann
2017-08-10
net/SocketDescriptor: specialization of FileDescriptor for network sockets
Max Kellermann