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
/
Configured.cxx
Age
Commit message (
Expand
)
Author
2020-01-18
copyright year 2020
Max Kellermann
2019-02-20
db/Plugin: use std::unique_ptr<> to manage Database pointers
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-07-17
db/Configured: use struct ConfigData
Max Kellermann
2018-07-17
config/Global: remove ConfigBlock::SetUsed() call, let caller do that
Max Kellermann
2018-07-17
config/Block: allow moving name and value
Max Kellermann
2018-07-17
fs/Path: add operator/(Path,Path)
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2017-08-24
db/DatabasePlugin: pass EventThread's EventLoop to create()
Max Kellermann
2017-08-24
db/DatabasePlugin: add #EventLoop parameter documentation
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-10-29
db/Configured: migrate from class Error to C++ exceptions
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-12-18
db/Configured: allocate ConfigBlock on the stack
Max Kellermann
2015-03-05
fs/Traits: add macro PATH_LITERAL()
Max Kellermann
2015-03-05
db/Configured: convert path to UTF-8 before injecting into configuration
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-21
config/Option: convert to strictly-typed enum
Max Kellermann
2015-01-21
ConfigData: move struct config_param to Param.hxx
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-03-01
fs/StandardDirectory: add GetUserCacheDir()
Max Kellermann
2014-03-01
db/Configured: store database file in cache directory
Max Kellermann
2014-02-19
db/Interface: add attribute "plugin"
Max Kellermann
2014-02-17
Main: initialize Database before Storage
Max Kellermann
2014-02-17
db/Configured: disallow both "db_file" and "database"
Max Kellermann
2014-02-17
Main: move code to db/Configured.cxx
Max Kellermann