aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/ConfigOption.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-22Config: add section "resampler"Max Kellermann1-0/+1
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-4/+15
The old struct config_param remains only for top-level string options.
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann1-59/+69
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-24StateFile: configurable intervalMax Kellermann1-0/+1
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann1-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.
2014-01-24Config*: move to config/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann1-0/+90
Look up top-level config options by enum (= integer), not by name string.