index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db
/
update
/
Walk.hxx
Age
Commit message (
Expand
)
Author
2020-11-04
util/UriExtract: uri_get_suffix() returns std::string_view
Max Kellermann
2020-04-08
db/update/Walk: pass std::string_view to DirectoryMakeUriParentChecked()
Max Kellermann
2020-04-02
storage/Interface: pass std::string_view to MapChildFS()
Max Kellermann
2020-04-02
db/simple/Directory: pass std::string_view to several methods
Max Kellermann
2020-03-16
remove gcc_unused
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-09-08
db/update: scan CUE playlist contents
Max Kellermann
2019-09-03
db/update/VirtualDirectory: add LockMakeVirtualDirectoryIfModified()
Max Kellermann
2019-09-03
db/update/VirtualDirectory: pass device_id to MakeVirtualDirectoryIfModified()
Max Kellermann
2019-09-03
db/update/VirtualDirectory: rename MakeDirectoryIfModified()
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-07-17
db/update/Walk: move UpdateConfig initialization to class UpdateService
Max Kellermann
2018-07-17
db/update/Walk: move configuration to struct UpdateConfig
Max Kellermann
2018-01-21
db/update/Walk: add "noexcept"
Max Kellermann
2017-12-22
db/update/Walk: use std::atomic_bool for the "quit" variable
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-26
db/update/Archive: pass ArchiveFile to Song constructor
Max Kellermann
2015-09-30
update: apply .mpdignore matches to subdirectories
Anthony DeRossi
2015-02-28
storage/FileInfo: rename to StorageFileInfo
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-30
*: add missing Compiler.h includes
Max Kellermann
2014-02-27
db/update/Service: allocate UpdateWalk dynamically
Max Kellermann
2014-02-27
db/update: cancel the update on shutdown
Max Kellermann
2014-02-08
ArchivePlugin: rename struct archive_plugin to ArchivePlugin
Max Kellermann
2014-02-05
storage: add abstract interface
Max Kellermann
2014-02-05
db/UpdateWalk: move LocalStorage to Instance
Max Kellermann
2014-02-05
LocalStorage: new API abstracting filesystem walk
Max Kellermann
2014-02-04
db/DatabaseListener: add method OnDatabaseSongRemoved()
Max Kellermann
2014-02-04
db/update/Walk: add Directory reference parameter
Max Kellermann
2014-01-30
db/update: convert to OO API
Max Kellermann