mpd/src/net
1848 4797357fa9 fixed setting unix socket permissions
first call fchmod() to prevent TOCTTOU, then apply permissions using
chmod()
2018-08-14 22:53:19 +02:00
..
AllocatedSocketAddress.cxx Merge branch 'v0.20.x' 2017-12-16 20:56:06 +01:00
AllocatedSocketAddress.hxx net/AllocatedSocketAddress: pass SocketAddress by value to operator!= 2017-09-13 17:51:51 +02:00
Features.hxx update copyright year 2017-01-03 20:48:59 +01:00
Init.hxx net/Init: work around -Werror=unused-variable 2018-02-24 23:17:36 +01:00
IPv4Address.cxx net/IPv4Address: new class 2017-08-11 09:09:04 +02:00
IPv4Address.hxx configure.ac: autodetect sin_len member in struct sockaddr_in. 2018-01-05 22:20:47 +01:00
Resolver.cxx *: check defined(_WIN32) instead of defined(WIN32) 2017-12-12 10:22:20 +01:00
Resolver.hxx update copyright year 2017-01-03 20:48:59 +01:00
SocketAddress.cxx Merge branch 'v0.20.x' 2017-12-16 20:56:06 +01:00
SocketAddress.hxx Merge branch 'v0.20.x' 2017-12-16 20:56:06 +01:00
SocketDescriptor.cxx Merge branch 'v0.20.x' 2017-12-16 20:56:06 +01:00
SocketDescriptor.hxx system/FileDescriptor: no-op implementation of *CloseOnExec() on Windows 2018-07-13 18:16:39 +02:00
SocketError.cxx *: check defined(_WIN32) instead of defined(WIN32) 2017-12-12 10:22:20 +01:00
SocketError.hxx *: check defined(_WIN32) instead of defined(WIN32) 2017-12-12 10:22:20 +01:00
SocketUtil.cxx fixed setting unix socket permissions 2018-08-14 22:53:19 +02:00
SocketUtil.hxx fixed setting unix socket permissions 2018-08-14 22:53:19 +02:00
StaticSocketAddress.cxx Merge branch 'v0.20.x' 2017-12-16 20:56:06 +01:00
StaticSocketAddress.hxx net/SocketDescriptor: specialization of FileDescriptor for network sockets 2017-08-10 13:12:13 +02:00
ToString.cxx Merge branch 'v0.20.x' 2017-12-16 20:56:06 +01:00
ToString.hxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
UniqueSocketDescriptor.hxx net/SocketDescriptor: add AcceptNonBlock() overload without address 2017-08-11 09:07:35 +02:00