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
Age
Commit message (
Expand
)
Author
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
configure.ac: increment protocol version
Max Kellermann
2017-02-08
Merge branch 'v0.20.x'
Max Kellermann
2017-02-08
NEWS: mention ID3 memory leak fix
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
release v0.20.4
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
2017-01-27
pcm/SampleFormat: workaround for GCC 4.9 "constexpr" bug
Max Kellermann
2017-01-27
python/libs: upgrade Opus to 1.1.4
Max Kellermann
2017-01-27
configure.ac: prepare for 0.20.4
Max Kellermann
2017-01-26
configure.ac: use MPD_DEPENDS for upnp->expat dependency
Max Kellermann
2017-01-26
m4/mpd_depends.m4: print warning when disabling the feature
Max Kellermann
2017-01-26
m4/mpd_depends.m4: add documentation
Max Kellermann
2017-01-26
lib/curl/Global: decouple from the IOThread library
Max Kellermann
2017-01-26
input/Plugin: pass EventLoop& to init()
Max Kellermann
2017-01-26
input/nfs: use NfsFileReader::GetEventLoop()
Max Kellermann
2017-01-26
lib/nfs/FileReader: use nfs_get_event_loop()
Max Kellermann
2017-01-26
lib/nfs/Glue: add EventLoop& accessor
Max Kellermann
2017-01-26
lib/nfs/FileReader: use C++11 initializers
Max Kellermann
2017-01-25
input/async: pass EventLoop& to constructor
Max Kellermann
2017-01-25
input/Plugin: include cleanup
Max Kellermann
2017-01-25
input/curl: use CurlGlobal::GetEventLoop()
Max Kellermann
[next]