Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-09 | ConfigTemplates: use ARRAY_SIZE() | Max Kellermann | 1 | -2/+2 | |
2014-08-24 | StateFile: configurable interval | Max Kellermann | 1 | -0/+1 | |
2014-01-28 | ConfigTemplates: rename "AudioOutput" back to "audio_output" | Max Kellermann | 1 | -1/+1 | |
sed gone horribly wrong. D'oh! | |||||
2014-01-28 | output: rename struct audio_output to AudioOutput | Max Kellermann | 1 | -1/+1 | |
2014-01-26 | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 1 | -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-24 | Config*: move to config/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-02-01 | ConfigTemplates: fix typo in id3v1_encoding | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | ConfigFile: add enum ConfigOption | Max Kellermann | 1 | -0/+96 | |
Look up top-level config options by enum (= integer), not by name string. |