summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)Author
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-11-04playlist/registry: add option "as_directory"Max 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-28db/update/Walk: add code commentsMax Kellermann
2020-10-27db/simple: purge special directories for unavailable plugins on updateMax Kellermann
2020-10-27db/update/Walk: adjust lamba indentMax Kellermann
2020-10-08event/TimerEvent: add type alias for std::chrono::steady_clock::durationMax Kellermann
2020-09-23db/upnp: store UPnPDirContent in local variableMax Kellermann
2020-09-23LogLevel: rename DEFAULT to NOTICEMax Kellermann
2020-09-17Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-17db/update/InotifyUpdate: pass path by value to recursive_watch_subdirectories()Max Kellermann
2020-09-17db/update/InotifyUpdate: obey `.mpdignore` filesMax Kellermann
2020-09-16db/update/InotifyUpdate: split the WatchDirectory constructorMax Kellermann
2020-09-16db/update/InotifyUpdate: use class DirectoryReaderMax Kellermann
2020-09-16db/update/InotifyUpdate: convert pointer to referenceMax Kellermann
2020-09-16db/update/InotifyUpdate: remove commented log callMax Kellermann
2020-09-16db/update/InotifySource: use `auto`Max Kellermann
2020-09-16db/update/InotifySource: add `noexcept`Max Kellermann
2020-09-16db/update/InotifyQueue: add `noexcept`Max Kellermann
2020-09-16db/update/Inotify*: include cleanupMax Kellermann
2020-09-07*: use nullptr instead of NULLMax 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-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