summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)Author
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
2018-09-02db/proxy: forward the audio formatMax Kellermann
2018-09-02db/proxy: require libmpdclient 2.9Max Kellermann
2018-09-02db/Print: move variable `i`Max Kellermann
2018-09-02protocol/RangeArg: add Contains()Max Kellermann
2018-09-02protocol/RangeArg: add IsAll()Max Kellermann
2018-09-02db/Print: pass RangeArg to db_selection_print()Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-19db/update/Service: Enqueue() throws on errorMax Kellermann
2018-08-09decoder/Thread, ...: log all exceptionsMax Kellermann
2018-08-02song/Filter: move each class into a separate sourceMax Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-07-25db/Print: pass TagType to PrintUniqueTags()Max Kellermann
2018-07-25db/Print: move code to PrintSongUris()Max Kellermann
2018-07-25SongFilter: make Item an interfaceMax Kellermann
2018-07-17db/Configured: use struct ConfigDataMax Kellermann
2018-07-17db/update/Config: use struct ConfigDataMax Kellermann
2018-07-17db/update/Walk: move UpdateConfig initialization to class UpdateServiceMax Kellermann
2018-07-17db/update/Walk: move configuration to struct UpdateConfigMax Kellermann
2018-07-17config/Global: remove ConfigBlock::SetUsed() call, let caller do thatMax Kellermann
2018-07-17config/Block: allow moving name and valueMax Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-07-06db/simple: add an AudioFormat to each SongMax Kellermann
2018-07-06db/simple/Song: remove obsolete commentMax Kellermann
2018-07-06db/simple/Song: use C++11 initializersMax Kellermann
2018-07-06Merge branch 'v0.20.x'Max Kellermann
2018-07-06db/update/{Walk,ExcludeList}: use InputStream to read .mpdignoreMax Kellermann
2018-07-06util/StringFormat: new utility libraryMax Kellermann
2018-07-06db/update/ExcludeList: allow comments only at start of lineMax Kellermann
2018-07-06db/update/ExcludeList: move code to ParseLine()Max Kellermann
2018-07-06db/LightSong: pass URI to constructorMax Kellermann
2018-07-06db/LightSong: implicit initializationMax Kellermann
2018-07-06db/LightSong: make Tag a referenceMax Kellermann
2018-07-06db/simple: wrap LightSong in Manual<>Max Kellermann
2018-06-03Merge branch 'v0.20.x'Max Kellermann