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
/
storage
/
StorageState.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-07-06
Merge branch 'v0.21.x'
Max Kellermann
2020-07-06
command/storage: check if storage is already mounted
Max Kellermann
2020-07-06
command/storage: check if mount point is busy
Max Kellermann
2020-05-30
Merge branch 'v0.21.x'
Max Kellermann
2020-05-28
storage/State: disable -Wcomma to work around Boost compiler warning
Max Kellermann
2020-02-01
[clang-tidy] convert several loops to const auto&
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-02-20
Instance: use std::unique_ptr<> to manage the Database pointer
Max Kellermann
2018-11-19
db/Interface: remove IsPlugin(), use `dynamic_cast` instead
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-01-02
storage/Composite: use std::unique_ptr<Storage>
Max Kellermann
2018-01-02
storage/Plugin: return std::unique_ptr<Storage>
Max Kellermann
2018-01-02
Merge branch 'v0.20.x'
Max Kellermann
2018-01-02
storage/State: check if a CompositeStorage exists; fixes nullptr dereference
Max Kellermann
2018-01-02
storage/State: make mount errors non-fatal
Max Kellermann
2018-01-02
storage/State: fix memory leak after database mount failure
Max Kellermann
2018-01-02
storage/State: remove useless #ifdef ENABLE_DATABASE
Max Kellermann
2017-12-21
storage/State: use std::set instead of sorting a std::list
Max Kellermann
2017-12-18
storage/State: use std::set instead of sorting a std::list
Max Kellermann
2017-12-18
Merge tag 'v0.20.13'
Max Kellermann
2017-12-18
Save and restore mountpoints within the state file.
FlashSystems