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-18
event/Loop: set thread to current thread by default
Max Kellermann
2017-08-18
IOThread: remove obsolete library
Max Kellermann
2017-08-18
event/Loop: schedule and cancel the WakeFD in Run()
Max Kellermann
2017-08-18
lib/curl/Init: share a CurlGlobal instance between input and storage
Max Kellermann
2017-08-18
SongFilter: use std::chrono::system_clock::time_point instead of time_t
Max Kellermann
2017-08-18
DetachedSong, db/LightSong, db/simple/Song: use std::chrono::system_clock::ti...
Max Kellermann
2017-08-18
db/LightDirectory: use std::chrono::system_clock::time_point
Max Kellermann
2017-08-17
Fix std::string read after free in read_stream_art
Ryan Walklin
2017-08-17
Fix EventPipe file descriptors
Ryan Walklin
2017-08-15
Add albumart command
Ryan Walklin
2017-08-11
db/PlaylistInfo: use std::chrono::system_clock::time_point
Max Kellermann
2017-08-11
output/Jack: add "noexcept"
Max Kellermann
2017-08-11
output/Jack: reorder methods
Max Kellermann
2017-08-11
system/EPollFD: throw exception instead of raising fatal error
Max Kellermann
2017-08-11
zeroconf/Avahi: throw exception instead of raising fatal error
Max Kellermann
2017-08-11
unix/Signalhandlers: throw exception instead of raising fatal error
Max Kellermann
2017-08-11
event/SignalMonitor: throw exception instead of raising fatal error
Max Kellermann
2017-08-11
Permission: throw exception instead of raising fatal error
Max Kellermann
2017-08-11
tag/Config: throw exception instead of raising fatal error
Max Kellermann
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
[next]