aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/ConfigOption.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Config: add section "resampler"Max Kellermann2015-01-221-0/+1
|
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-4/+15
| | | | The old struct config_param remains only for top-level string options.
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-59/+69
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* StateFile: configurable intervalMax Kellermann2014-08-241-0/+1
|
* neighbor: new subsystem to detect file servers on the local networkMax Kellermann2014-01-261-0/+1
| | | | | | | | | | | | | This commit adds the NeighborPlugin API which can be used to detect nearby file servers that can be used by input plugins. This list of servers is exported using the new "listneighbors" command. The idle even "neighbor" notifies interested clients when a new neighbor is found or an existing one is lost. There's a lot missing currently: protocol&user documentation, and a way to "mount" remote servers into the music database. Obviously, some code from the UPnP database plugin can be moved to a neighbor plugin.
* Config*: move to config/Max Kellermann2014-01-241-0/+90