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-02-10
TimePrint: std::chrono::system_clock support
Max Kellermann
2017-02-10
thread/Thread: use BoundMethod
Max Kellermann
2017-02-10
thread/Thread: move code to Run()
Max Kellermann
2017-02-10
thread/Thread: Start() returns void
Max Kellermann
2017-02-10
event/Thread: remove the Mutex
Max Kellermann
2017-02-10
IOThread: move EventThread instance into struct Instance
Max Kellermann
2017-02-10
event/Loop: Break() is no-op if "quit" is already set
Max Kellermann
2017-02-10
event/Thread: auto-stop in the destructor
Max Kellermann
2017-02-10
input/alsa: use the EventLoop& passed to init() instead of io_thread_get()
Max Kellermann
2017-02-10
output/Thread: add assertion on the ao_plugin_play() result
Max Kellermann
2017-02-10
output/alsa: copy the PcmExport result to the ring_buffer
Max Kellermann
2017-02-10
IOThread: move code to class EventThread
Max Kellermann
2017-02-10
IOThread: remove unused function io_thread_inside()
Max Kellermann
2017-02-10
IOThread: remove unused Cond variable
Max Kellermann
2017-02-10
output/alsa: use the EventLoop& parameter instead of io_thread_get()
Max Kellermann
2017-02-09
output/alsa: non-blocking mode
Max Kellermann
2017-02-09
Main: use the IOThread for outputs and mixers
Max Kellermann
2017-02-09
event/Loop: use std::lock_guard
Max Kellermann
2017-02-09
{input,mixer}/alsa: move code to lib/alsa/NonBlock.cxx
Max Kellermann
2017-02-09
Merge branch 'v0.20.x'
Max Kellermann
2017-02-09
event/Loop: make IsInsideOrNull() available in the NDEBUG build
Max Kellermann
2017-02-09
mixer/alsa: reset the MultiSocketMonitor in the destructor
Max Kellermann
2017-02-09
event/MultiSocketMonitor: add method Reset()
Max Kellermann
2017-02-09
event/MultiSocketMonitor: use C++11 initializer
Max Kellermann
2017-02-09
event/MultiSocketMonitor: more API documentation
Max Kellermann
2017-02-09
event/Call: allow usage during shutdown
Max Kellermann
2017-02-09
{input,mixer}/alsa: fix off-by-one bug in count check
Max Kellermann
2017-02-08
command/Database: add "sort" parameter to "find" and "search"
Max Kellermann
2017-02-08
DetachedSong: add LightSong cast operator
Max Kellermann
2017-02-08
DetachedSong: don't declare empty destructor
Max Kellermann
2017-02-08
DetachedSong: add move operator
Max Kellermann
2017-02-08
Revert "DetachedSong: remove explicitly-defaulted copy/move constructors"
Max Kellermann
2017-02-08
Compiler.h: add gcc_noinline
Max Kellermann
2017-02-08
db/DatabaseSong: make the Storage optional
Max Kellermann
2017-02-08
SongLoader: return instance, not pointer
Max Kellermann
2017-02-08
db/DatabaseSong: DatabaseDetachSong(uri) returns instance, not pointer
Max Kellermann
2017-02-08
db/DatabaseSong: use AtScopeExit()
Max Kellermann
2017-02-08
queue/PlaylistUpdate: assert Database::GetSong()!=nullptr
Max Kellermann
2017-02-08
db/Interface: clarify GetSong() error handling
Max Kellermann
2017-02-08
DetachedSong: make the LightSong constructor public
Max Kellermann
2017-02-08
DetachedSong: pass std::string&& to uri initializer
Max Kellermann
2017-02-08
DetachedSong: remove explicitly-defaulted copy/move constructors
Max Kellermann
2017-02-08
client: add tag_mask attribute
Max Kellermann
2017-02-08
client/Response: add method GetClient()
Max Kellermann
2017-02-08
command/Other: move some functions to ClientCommands.cxx
Max Kellermann
2017-02-08
tag/Mask: wrap in class
Max Kellermann
2017-02-08
db/{Count,Print}: use tag_print(), eliminate duplicate code
Max Kellermann
2017-02-08
tag/Tag: move tag_name_parse() to ParseName.cxx
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-02-08
tag/Id3Load: update API documentation
Max Kellermann
[next]