aboutsummaryrefslogtreecommitdiffstats
path: root/src/config (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-09ConfigTemplates: use ARRAY_SIZE()Max Kellermann1-2/+2
2014-12-09ConfigParser: make the static arrays "const"Max Kellermann1-2/+2
2014-12-08ConfigGlobal: fix params not fully cleanedThomas Guillem1-0/+1
2014-12-04ConfigData: update API documentationMax Kellermann1-1/+1
2014-08-24StateFile: configurable intervalMax Kellermann2-0/+2
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann1-4/+4
2014-02-20ConfigGlobal: eliminate function config_get_next_param()Max Kellermann2-19/+8
2014-01-28ConfigTemplates: rename "AudioOutput" back to "audio_output"Max Kellermann1-1/+1
sed gone horribly wrong. D'oh!
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-1/+1
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann2-0/+2
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-24ConfigGlobal: add config_find_block()Max Kellermann2-0/+28
Merge duplicate code.
2014-01-24Config*: move to config/Max Kellermann16-0/+1379