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
/
db
Age
Commit message (
Expand
)
Author
2020-03-26
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-03-26
event/*, ...: make GetEventLoop() const
Max Kellermann
2020-03-07
fs/Traits: add IsSpecialFilename()
Max Kellermann
2019-12-16
util/Time*: move to time/
Max Kellermann
2019-10-07
db/update/Walk: fix crash when music_directory is not a directory
Max Kellermann
2019-06-16
db/Interface: CollectUniqueTags() allows multiple "groups"
Max Kellermann
2019-04-18
Fix meson.build to work properly with '-Ddatabase=false'
Eugene Gorodinsky
2019-04-04
event/SocketMonitor: don't cancel if OnSocketReady() returns false
Max Kellermann
2019-02-22
db/simple: call ReturnSong() on mounted database
Max Kellermann
2019-02-22
db/simple: use C++11 initializer
Max Kellermann
2019-02-20
db/simple/Directory: close the Database in destructor
Max Kellermann
2019-02-20
db/simple: reorder checks in assert() to fix assertion failure
Max Kellermann
2019-02-20
db/Plugin: use std::unique_ptr<> to manage Database pointers
Max Kellermann
2019-02-20
db/simple/Directory: add `noexcept`
Max Kellermann
2019-01-21
db/VHelper: include DetachedSong.hxx to fix GCC 9 build failure
Max Kellermann
2019-01-15
Add missing include of stdlib.h.
Thomas Klausner
2019-01-04
Merge branch 'add-meson-dependencies' of git://github.com/jacobvosmaer/MPD
Max Kellermann
2018-12-28
db/update/InotifyQueue: check for ACK_ERROR_UPDATE_ALREADY
Max Kellermann
2018-12-28
db/update/InotifyQueue: catch UpdateService::Enqueue() exceptions
Max Kellermann
2018-12-28
db/update/InotifyQueue: add `noexcept`
Max Kellermann
2018-12-28
db/update/InotifyQueue: update code comment
Max Kellermann
2018-12-09
Add boost_dep in subdir meson.build files
Jacob Vosmaer
2018-11-19
db/upnp: use the generic ::CollectUniqueTags() function
Max Kellermann
2018-11-19
db/Interface: document CollectUniqueTags()
Max Kellermann
2018-11-19
db/Interface: remove IsPlugin(), use `dynamic_cast` instead
Max Kellermann
2018-11-19
db/Interface: make the constructor `protected`
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-19
db/UniqueTags: remove `pure` attribute because function may throw
Max Kellermann
2018-11-19
db/UniqueTags: include cleanup
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-22
Merge branch 'v0.20.x'
Max Kellermann
2018-10-22
db: fix broken command "list ... group"
Max Kellermann
2018-10-22
db/Count: print empty group if song without grouped tag exists
Max Kellermann
2018-10-22
db/Count: move code to tag/VisitCallback.hxx
Max Kellermann
2018-10-22
db/Count: use ApplyTagFallback()
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-10-01
db/update/ExcludeList: fix variable name in #else block
Max Kellermann
2018-10-01
db/update/ExcludeList: add missing #ifdef
Max Kellermann
2018-09-02
db/proxy: forward filter as expression to server
Max Kellermann
2018-09-02
db/proxy: forward `sort` and `window` to server
Max Kellermann
2018-09-02
db/Print: move sort/window emulation code to class DatabaseVisitorHelper
Max Kellermann
2018-09-02
db/simple: pass DatabaseSelection to WalkMount()
Max Kellermann
2018-09-02
db/Helpers: fix include guard
Max Kellermann
2018-09-02
db/Selection: add `sort` and `window`
Max Kellermann
2018-09-02
db/Selection: move `bool` attribute to the end
Max Kellermann
2018-09-02
db/Selection: add `noexcept`
Max Kellermann
2018-09-02
db/proxy: require MPD 0.19
Max Kellermann
2018-09-02
db/proxy: use ~0 instead of -1
Max Kellermann
2018-09-02
db/Interface: add "noexcept"
Max Kellermann
2018-09-02
db/Interface: add more documentation about exceptions
Max Kellermann
[next]