summaryrefslogtreecommitdiff
path: root/src/db/plugins/simple
AgeCommit message (Expand)Author
2021-02-15db/simple: fix dangling LightSong::tag reference in moved ExportedSongMax Kellermann
2021-01-21db/simple/Song: Export() merges tags with "target"Max Kellermann
2021-01-21db/simple/ExportedSong: add option to own a TagMax Kellermann
2021-01-21db/simple/ExportedSong: new classMax Kellermann
2021-01-01copyright year 2021Max Kellermann
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-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06command/storage: automatically scan new mountsMax Kellermann
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-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-03db/simple/Directory: add LookupResult::uriMax Kellermann
2020-04-03db/simple/Directory: rename LookupResult::uri to "rest"Max 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-19[clang-tidy] use default member initRosen Penev
2020-03-16remove gcc_unusedRosen Penev
2020-03-12change errno.h to cerrnoRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-02-02[clang-tidy] convert several functions to const &Rosen Penev
2020-02-01[clang-tidy] use make_uniqueRosen Penev
2020-02-01*: use `auto`Max Kellermann
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-12-16util/Time*: move to time/Max Kellermann
2019-09-08db/update: scan CUE playlist contentsMax Kellermann
2019-09-08db/simple/Song: add attribute "target"Max Kellermann
2019-09-05db/simple/Directory: RemoveSong() returns SongPtrMax Kellermann
2019-09-05SongSave: return DetachedSong, not a std::unique_ptr<>Max Kellermann
2019-09-04db/simple/Song: rename "uri" to "filename"Max Kellermann
2019-09-04db/simple/Song: remove StringView constructorMax Kellermann
2019-09-04db/simple/Song: convert NewFrom() to constructorMax Kellermann
2019-09-04db/simple/Song: remove static method NewFile()Max Kellermann
2019-09-04db/simple/Song: add template constructorMax Kellermann
2019-09-04db/simple/Song: use PathTraitsUTF8::Build()Max Kellermann
2019-09-04db/simple/Song: make "parent" a reference, not a pointerMax Kellermann