Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-01-30 | ConfigData: use simple linked list instead of GSList | Max Kellermann | 1 | -3/+8 |
2013-01-30 | ConfigData: forbid copying a config_param object | Max Kellermann | 1 | -0/+4 |
2013-01-30 | ConfigData: move functions into the class | Max Kellermann | 1 | -8/+12 |
2013-01-30 | ConfigData: add constructors/destructors | Max Kellermann | 1 | -7/+9 |
2013-01-30 | ConfigData: use std::string in block_param | Max Kellermann | 1 | -2/+3 |
2013-01-30 | ConfigData: use std::vector for the block_param list | Max Kellermann | 1 | -3/+5 |
2013-01-30 | ConfigFile: add struct ConfigData | Max Kellermann | 1 | -0/+18 |
2013-01-30 | conf: move struct definitions to ConfigData.hxx | Max Kellermann | 1 | -0/+106 |