aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/Init.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-8/+8
| | | | The old struct config_param remains only for top-level string options.
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-1/+2
|
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* input/Init: eliminate double colon from log messageMax Kellermann2014-12-121-1/+1
|
* InputPlugin: allow init() to soft-failMax Kellermann2014-03-021-2/+20
| | | | | Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable.
* ConfigGlobal: add config_find_block()Max Kellermann2014-01-241-34/+1
| | | Merge duplicate code.
* Input*: move to input/Max Kellermann2014-01-241-0/+102