summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)Author
2020-03-26[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-03-26event/*, ...: make GetEventLoop() constMax Kellermann
2020-03-07fs/Traits: add IsSpecialFilename()Max Kellermann
2019-12-16util/Time*: move to time/Max Kellermann
2019-10-07db/update/Walk: fix crash when music_directory is not a directoryMax Kellermann
2019-06-16db/Interface: CollectUniqueTags() allows multiple "groups"Max Kellermann
2019-04-18Fix meson.build to work properly with '-Ddatabase=false'Eugene Gorodinsky
2019-04-04event/SocketMonitor: don't cancel if OnSocketReady() returns falseMax Kellermann
2019-02-22db/simple: call ReturnSong() on mounted databaseMax Kellermann
2019-02-22db/simple: use C++11 initializerMax Kellermann
2019-02-20db/simple/Directory: close the Database in destructorMax Kellermann
2019-02-20db/simple: reorder checks in assert() to fix assertion failureMax Kellermann
2019-02-20db/Plugin: use std::unique_ptr<> to manage Database pointersMax Kellermann
2019-02-20db/simple/Directory: add `noexcept`Max Kellermann
2019-01-21db/VHelper: include DetachedSong.hxx to fix GCC 9 build failureMax Kellermann
2019-01-15Add missing include of stdlib.h.Thomas Klausner
2019-01-04Merge branch 'add-meson-dependencies' of git://github.com/jacobvosmaer/MPDMax Kellermann
2018-12-28db/update/InotifyQueue: check for ACK_ERROR_UPDATE_ALREADYMax Kellermann
2018-12-28db/update/InotifyQueue: catch UpdateService::Enqueue() exceptionsMax Kellermann
2018-12-28db/update/InotifyQueue: add `noexcept`Max Kellermann
2018-12-28db/update/InotifyQueue: update code commentMax Kellermann
2018-12-09Add boost_dep in subdir meson.build filesJacob Vosmaer
2018-11-19db/upnp: use the generic ::CollectUniqueTags() functionMax Kellermann
2018-11-19db/Interface: document CollectUniqueTags()Max Kellermann
2018-11-19db/Interface: remove IsPlugin(), use `dynamic_cast` insteadMax Kellermann
2018-11-19db/Interface: make the constructor `protected`Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-11-19db/UniqueTags: remove `pure` attribute because function may throwMax Kellermann
2018-11-19db/UniqueTags: include cleanupMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-22Merge branch 'v0.20.x'Max Kellermann
2018-10-22db: fix broken command "list ... group"Max Kellermann
2018-10-22db/Count: print empty group if song without grouped tag existsMax Kellermann
2018-10-22db/Count: move code to tag/VisitCallback.hxxMax Kellermann
2018-10-22db/Count: use ApplyTagFallback()Max Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-10-01db/update/ExcludeList: fix variable name in #else blockMax Kellermann
2018-10-01db/update/ExcludeList: add missing #ifdefMax Kellermann
2018-09-02db/proxy: forward filter as expression to serverMax Kellermann
2018-09-02db/proxy: forward `sort` and `window` to serverMax Kellermann
2018-09-02db/Print: move sort/window emulation code to class DatabaseVisitorHelperMax Kellermann
2018-09-02db/simple: pass DatabaseSelection to WalkMount()Max Kellermann
2018-09-02db/Helpers: fix include guardMax Kellermann
2018-09-02db/Selection: add `sort` and `window`Max Kellermann
2018-09-02db/Selection: move `bool` attribute to the endMax Kellermann
2018-09-02db/Selection: add `noexcept`Max Kellermann
2018-09-02db/proxy: require MPD 0.19Max Kellermann
2018-09-02db/proxy: use ~0 instead of -1Max Kellermann
2018-09-02db/Interface: add "noexcept"Max Kellermann
2018-09-02db/Interface: add more documentation about exceptionsMax Kellermann