summaryrefslogtreecommitdiff
path: root/src/db/update/Walk.hxx
AgeCommit message (Expand)Author
2020-11-04util/UriExtract: uri_get_suffix() returns std::string_viewMax Kellermann
2020-04-08db/update/Walk: pass std::string_view to DirectoryMakeUriParentChecked()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-03-16remove gcc_unusedRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-09-08db/update: scan CUE playlist contentsMax Kellermann
2019-09-03db/update/VirtualDirectory: add LockMakeVirtualDirectoryIfModified()Max Kellermann
2019-09-03db/update/VirtualDirectory: pass device_id to MakeVirtualDirectoryIfModified()Max Kellermann
2019-09-03db/update/VirtualDirectory: rename MakeDirectoryIfModified()Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-17db/update/Walk: move UpdateConfig initialization to class UpdateServiceMax Kellermann
2018-07-17db/update/Walk: move configuration to struct UpdateConfigMax Kellermann
2018-01-21db/update/Walk: add "noexcept"Max Kellermann
2017-12-22db/update/Walk: use std::atomic_bool for the "quit" variableMax Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-26db/update/Archive: pass ArchiveFile to Song constructorMax Kellermann
2015-09-30update: apply .mpdignore matches to subdirectoriesAnthony DeRossi
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-30*: add missing Compiler.h includesMax Kellermann
2014-02-27db/update/Service: allocate UpdateWalk dynamicallyMax Kellermann
2014-02-27db/update: cancel the update on shutdownMax Kellermann
2014-02-08ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann
2014-02-05storage: add abstract interfaceMax Kellermann
2014-02-05db/UpdateWalk: move LocalStorage to InstanceMax Kellermann
2014-02-05LocalStorage: new API abstracting filesystem walkMax Kellermann
2014-02-04db/DatabaseListener: add method OnDatabaseSongRemoved()Max Kellermann
2014-02-04db/update/Walk: add Directory reference parameterMax Kellermann
2014-01-30db/update: convert to OO APIMax Kellermann