summaryrefslogtreecommitdiff
path: root/src/storage/StorageState.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06command/storage: check if storage is already mountedMax Kellermann
2020-07-06command/storage: check if mount point is busyMax Kellermann
2020-05-30Merge branch 'v0.21.x'Max Kellermann
2020-05-28storage/State: disable -Wcomma to work around Boost compiler warningMax Kellermann
2020-02-01[clang-tidy] convert several loops to const auto&Rosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-02-20Instance: use std::unique_ptr<> to manage the Database pointerMax Kellermann
2018-11-19db/Interface: remove IsPlugin(), use `dynamic_cast` insteadMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-01-02storage/Composite: use std::unique_ptr<Storage>Max Kellermann
2018-01-02storage/Plugin: return std::unique_ptr<Storage>Max Kellermann
2018-01-02Merge branch 'v0.20.x'Max Kellermann
2018-01-02storage/State: check if a CompositeStorage exists; fixes nullptr dereferenceMax Kellermann
2018-01-02storage/State: make mount errors non-fatalMax Kellermann
2018-01-02storage/State: fix memory leak after database mount failureMax Kellermann
2018-01-02storage/State: remove useless #ifdef ENABLE_DATABASEMax Kellermann
2017-12-21storage/State: use std::set instead of sorting a std::listMax Kellermann
2017-12-18storage/State: use std::set instead of sorting a std::listMax Kellermann
2017-12-18Merge tag 'v0.20.13'Max Kellermann
2017-12-18Save and restore mountpoints within the state file.FlashSystems