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
Age
Commit message (
Expand
)
Author
2017-08-11
client: make GREETING constexpr
Max Kellermann
2017-08-11
client: use C++11 initializers
Max Kellermann
2017-08-11
system/fd_util: remove unused library
Max Kellermann
2017-08-11
system/EventPipe: use FileDescriptor::CreatePipeNonBlock()
Max Kellermann
2017-08-11
system/FileDescriptor: add method CreatePipeNonBlock()
Max Kellermann
2017-08-11
system/EventPipe: use class UniqueSocketDescriptor in PoorSocketPair()
Max Kellermann
2017-08-11
system/EventPipe: throw exception instead of raising fatal error
Max Kellermann
2017-08-11
net/IPv4Address: new class
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-11
system/EventPipe: use AtScopeExit() in PoorSocketPair()
Max Kellermann
2017-08-11
zeroconf/Bonjour: pass SocketDescriptor to constructor
Max Kellermann
2017-08-11
system/FileDescriptor: implement CreatePipe() on Windows
Max Kellermann
2017-08-10
system/fd_util: remove unused function close_socket()
Max Kellermann
2017-08-10
system/fd_util: remove unused function accept_cloexec_nonblock()
Max Kellermann
2017-08-10
system/fd_util: remove unused function open_cloexec()
Max Kellermann
2017-08-10
output/oss: use class FileDescriptor
Max Kellermann
2017-08-10
mixer/oss: use class FileDescriptor
Max Kellermann
2017-08-10
fs/FileSystem: use UniqueFileDescriptor in TruncateFile()
Max Kellermann
2017-08-10
fs/FileSystem: OpenFile() returns UniqueFileDescriptor
Max Kellermann
2017-08-10
system/FileDescriptor: add Open() overload with wchar_t path
Max Kellermann
2017-08-10
net/SocketUtil: use SocketDescriptor::SetBoolOption()
Max Kellermann
2017-08-10
net/SocketDescriptor: add method SetKeepAlive()
Max Kellermann
2017-08-10
net/ServerSocket: pass UniqueSocketDescriptor&& to OnAccept()
Max Kellermann
2017-08-10
event/SocketMonitor: use class SocketDescriptor
Max Kellermann
2017-08-10
output/httpd: remove obsolete accept() error check
Max Kellermann
2017-08-10
system/fd_util: remove unused function socket_cloexec_nonblock()
Max Kellermann
2017-08-10
lib/nfs/Connection: use class SocketDescriptor
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/SocketUtil: fix -Wunused
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: IsValid() is not available on Windows
Max Kellermann
2017-08-10
net/SocketDescriptors: fix includes for Windows
Max Kellermann
2017-08-10
net/SocketUtil: socket_bind_listen() returns UniqueSocketDescriptor
Max Kellermann
2017-08-10
net/SocketDescriptor: specialization of FileDescriptor for network sockets
Max Kellermann
2017-08-10
net/StaticSocketAddress: add struct sockaddr cast operators
Max Kellermann
2017-08-10
net/*, ...: use AF_LOCAL instead of AF_UNIX
Max Kellermann
2017-08-10
net/StaticSocketAddress: pass SocketAddress by value to operator!=
Max Kellermann
2017-08-10
net/StaticSocketAddress: add method SetMaxSize()
Max Kellermann
2017-08-10
net/StaticSocketAddress: set a valid size in Clear()
Max Kellermann
2017-08-10
mixer/Plugin: pass AudioOutput to init()
Max Kellermann
2017-08-10
system/EventFD: use class UniqueFileDescriptor
Max Kellermann
2017-08-10
system/SignalFD: use class UniqueFileDescriptor
Max Kellermann
2017-08-10
system/UniqueFileDescriptor: new auto-closing FileDescriptor wrapper
Max Kellermann
2017-08-10
system/FileDescriptor: add methods EnableCloseOnExec(), DisableCloseOnExec()
Max Kellermann
[next]