summaryrefslogtreecommitdiff
path: root/src/db/Configured.cxx
AgeCommit message (Expand)Author
2020-01-18copyright year 2020Max Kellermann
2019-02-20db/Plugin: use std::unique_ptr<> to manage Database pointersMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-17db/Configured: use struct ConfigDataMax Kellermann
2018-07-17config/Global: remove ConfigBlock::SetUsed() call, let caller do thatMax Kellermann
2018-07-17config/Block: allow moving name and valueMax Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2017-08-24db/DatabasePlugin: pass EventThread's EventLoop to create()Max Kellermann
2017-08-24db/DatabasePlugin: add #EventLoop parameter documentationMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-10-29db/Configured: migrate from class Error to C++ exceptionsMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-18db/Configured: allocate ConfigBlock on the stackMax Kellermann
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann
2015-03-05db/Configured: convert path to UTF-8 before injecting into configurationMax Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-03-01fs/StandardDirectory: add GetUserCacheDir()Max Kellermann
2014-03-01db/Configured: store database file in cache directoryMax Kellermann
2014-02-19db/Interface: add attribute "plugin"Max Kellermann
2014-02-17Main: initialize Database before StorageMax Kellermann
2014-02-17db/Configured: disallow both "db_file" and "database"Max Kellermann
2014-02-17Main: move code to db/Configured.cxxMax Kellermann