Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-08-04 | ConfigData: remove obsolete functions | Max Kellermann | 1 | -50/+0 |
2013-08-04 | ConfigData: move code to block_param, config_param methods | Max Kellermann | 1 | -42/+86 |
2013-04-09 | utils: convert to C++ | Max Kellermann | 1 | -4/+1 |
2013-01-30 | ConfigData: use simple linked list instead of GSList | Max Kellermann | 1 | -1/+2 |
2013-01-30 | ConfigData: move functions into the class | Max Kellermann | 1 | -22/+19 |
2013-01-30 | ConfigData: add constructors/destructors | Max Kellermann | 1 | -28/+5 |
2013-01-30 | ConfigData: use std::string in block_param | Max Kellermann | 1 | -12/+7 |
2013-01-30 | ConfigData: use std::vector for the block_param list | Max Kellermann | 1 | -23/+9 |
2013-01-30 | ConfigData: use new/delete instead of GLib | Max Kellermann | 1 | -2/+2 |
2013-01-30 | conf: move struct definitions to ConfigData.hxx | Max Kellermann | 1 | -0/+186 |