Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config/Option: convert to strictly-typed enum | Max Kellermann | 2015-01-21 | 1 | -2/+2 |
| | |||||
* | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | ConfigGlobal: eliminate function config_get_next_param() | Max Kellermann | 2014-02-20 | 1 | -2/+2 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -3/+3 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Permission: use std::find instead of g_strsplit() | Max Kellermann | 2013-10-19 | 1 | -11/+16 |
| | |||||
* | Permission: move code to ParsePermission() and a table | Max Kellermann | 2013-10-19 | 1 | -16/+22 |
| | |||||
* | Permission: remove nullptr check | Max Kellermann | 2013-10-19 | 1 | -3/+3 |
| | | | | Both callers pass non-nullptr. | ||||
* | Permission: convert PERMISSION_PASSWORD_CHAR from macro to constexpr | Max Kellermann | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | ConfigData: use std::string for config_param::value | Max Kellermann | 2013-10-15 | 1 | -4/+6 |
| | |||||
* | Permission: use std::string for temporary password allocation | Max Kellermann | 2013-10-15 | 1 | -4/+2 |
| | | | | As a side effect, this fixes a memory leak. | ||||
* | mpd_error.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -6/+6 |
| | | | | Migrate the remaining callers to FatalError(). | ||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+3 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | include cleanup | Max Kellermann | 2013-07-30 | 1 | -1/+0 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -3/+0 |
| | |||||
* | Permission: use std::map instead of GHashTable | Max Kellermann | 2013-01-03 | 1 | -19/+9 |
| | |||||
* | permission: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+141 |