summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)Author
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-06db/update/Service: avoid copying the mount point pathMax Kellermann
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06command/storage: automatically scan new mountsMax Kellermann
2020-07-06db/update/Walk: pass concatenated .mpdignore URI to storage.MapUTF8()Max Kellermann
2020-05-30Merge branch 'v0.21.x'Max Kellermann
2020-05-30use std chr functionsRosen Penev
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-05system/FileDescriptor: move to io/Max 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/update/Service: pass std::string_view to Enqueue()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-08db/update/Walk: pass std::string_view to DirectoryMakeUriParentChecked()Max Kellermann
2020-04-03storage/Interface: convert URI parameters 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-02storage/Interface: pass std::string_view to MapChildFS()Max 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-02db/update/IO: pass std::string_view to directory_child_is_regular()Max Kellermann
2020-04-02db/PlaylistInfo: pass std::string_view to CompareNameMax Kellermann
2020-04-02db/update/Queue: pass std::string_view to Push()Max 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-26event/*, ...: make GetEventLoop() constMax Kellermann
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-12replace stdint.h with cstdintRosen Penev
2020-03-12replace limits.h with climitsRosen 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-03-12Merge branch 'v0.21.x'Max Kellermann