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-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
2017-02-08
Merge branch 'v0.20.x'
Max Kellermann
2017-02-08
lib/nfs/FileReader: remove debug line
Max Kellermann
2017-02-06
tag/TagId3: use AtScopeExit() for exception-safety
Max Kellermann
2017-02-06
configure.ac: prepare for 0.20.5
Max Kellermann
2017-02-06
storage/curl: use CURLOPT_POSTFIELDS instead of CURLOPT_READFUNCTION
Max Kellermann
2017-02-05
decoder/Control: improve locking in Start() and Seek()
Max Kellermann
2017-02-03
Client: remove redundant "virtual" keywords
Max Kellermann
2017-02-03
Client: make client_vprintf() static
Max Kellermann
2017-02-03
Client: eliminate client_puts(), use Client::Write() instead
Max Kellermann
2017-02-03
Client: make attributes "uid" and "num" const
Max Kellermann
2017-02-01
Merge tag 'v0.20.4'
Max Kellermann
2017-02-01
lib/nfs/Connection: detect socket hangup and unregister from epoll
Max Kellermann
2017-02-01
lib/nfs/Connection: detect libnfs reconnect
Max Kellermann
2017-02-01
output/sndio: work around a libroar C++ incompatibility
Max Kellermann
2017-01-31
Correct method types to match Interface.hxx
Thomas Zander
2017-01-31
free() require cstdlib to be included
Thomas Zander
[next]