summaryrefslogtreecommitdiff
path: root/src/db/update
AgeCommit message (Expand)Author
2020-10-28db/simple: purge songs for unavailable decoder plugins on updateMax 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-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-07-06db/update/Service: avoid copying the mount point pathMax Kellermann
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06db/update/Walk: pass concatenated .mpdignore URI to storage.MapUTF8()Max Kellermann
2020-05-30use std chr functionsRosen Penev
2020-05-05system/FileDescriptor: move to io/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-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-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-02storage/Interface: pass std::string_view to MapChildFS()Max Kellermann
2020-04-02db/simple/Directory: pass std::string_view to several methodsMax Kellermann
2020-04-02db/update/IO: pass std::string_view to directory_child_is_regular()Max Kellermann
2020-04-02db/update/Queue: pass std::string_view to Push()Max Kellermann
2020-03-26event/*, ...: make GetEventLoop() constMax Kellermann
2020-03-16remove gcc_unusedRosen 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
2020-03-07fs/Traits: add IsSpecialFilename()Max Kellermann
2020-02-01[clang-tidy] remove pointless void argRosen Penev
2020-02-01*: use `auto`Max Kellermann
2020-01-31[clang-tidy] use override instead of virtualRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-10-16Merge tag 'v0.21.16'Max Kellermann
2019-10-07db/update/Walk: fix crash when music_directory is not a directoryMax Kellermann
2019-09-08db/update: scan CUE playlist contentsMax Kellermann