summaryrefslogtreecommitdiff
path: root/src/db/plugins
AgeCommit message (Expand)Author
2020-10-28db/simple: purge songs for unavailable decoder plugins on updateMax Kellermann
2020-10-28db/simple/Directory: add `pure` attributeMax Kellermann
2020-10-27db/simple: purge special directories for unavailable plugins on updateMax Kellermann
2020-09-23db/upnp: store UPnPDirContent in local variableMax Kellermann
2020-07-06Merge tag 'v0.21.25'Max Kellermann
2020-07-06db/upnp/Object: root nodes are allowed to omit parent_id and nameMax Kellermann
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06command/storage: automatically scan new mountsMax Kellermann
2020-05-30Merge branch 'v0.21.x'Max Kellermann
2020-05-29src/db: fitting libmpdclient interfaceShen-Ta Hsieh
2020-05-06Merge branch 'bind' of git://github.com/neheb/MPDMax Kellermann
2020-05-05Merge branch 'v0.21.x'Max Kellermann
2020-05-05db/simple: fix crash when mounting twiceMax Kellermann
2020-05-05meson.build: move VERSION and others to Version.hMax Kellermann
2020-05-04remove std::bind usage as much as possibleRosen Penev
2020-04-22[clang-tidy] add nodiscardRosen Penev
2020-04-08db/simple/DirectorySave: pass std::string_view to _load_subdir()Max Kellermann
2020-04-08db/Interface: pass std::string_view to GetSong()Max Kellermann
2020-04-08db/simple: pass std::string_view to Directory::LookupDirectory()Max Kellermann
2020-04-08util/SplitString: convert return value to std::string_viewMax Kellermann
2020-04-03db/simple/Directory: add LookupResult::uriMax Kellermann
2020-04-03db/simple/Directory: rename LookupResult::uri to "rest"Max Kellermann
2020-04-03util/SplitString: convert parameter to std::string_viewMax Kellermann
2020-04-03db,storage: pass std::string_view to PathTraits::Build()Max Kellermann
2020-04-03fs/AllocatedPath: pass std::string_view to FromUTF8()Max Kellermann
2020-04-03lib/icu/Collate: pass std::string_viewMax Kellermann
2020-04-02db/simple/Directory: reimplement LookupDirectory() without allocationsMax Kellermann
2020-04-02db/simple/Directory: pass std::string_view to several methodsMax Kellermann
2020-04-02db/simple/Mount: pass std::string_view to WalkMount()Max Kellermann
2020-04-02db/simple/PrefixedLightSong: templatize the constructorMax Kellermann
2020-04-02Merge tag 'v0.21.22'Max Kellermann
2020-04-02db/simple/Directory: optimize GetName() using the parent's pathMax Kellermann
2020-03-26[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-03-19[clang-tidy] use default member initRosen Penev
2020-03-16remove gcc_unusedRosen Penev
2020-03-16replace noreturn attribute with standard C++ versionRosen Penev
2020-03-12change errno.h to cerrnoRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-02-20Merge remote-tracking branches 'neheb/j', 'neheb/f', 'neheb/qwe' and 'neheb/hgf'Max Kellermann
2020-02-20[clang-tidy] remove needless std::moveRosen Penev
2020-02-16[clang-tidy] use emplace_backRosen Penev
2020-02-16[clang-tidy] use = defaultRosen Penev
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-02-02[clang-tidy] convert several functions to const &Rosen Penev
2020-02-02Merge remote-tracking branches 'neheb/uniq', 'neheb/bool', 'neheb/loop', 'neh...Max Kellermann
2020-02-01[clang-tidy] simplify boolean expressionsRosen Penev
2020-02-01[clang-tidy] use make_uniqueRosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-02-01*: use `auto`Max Kellermann