Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | StateFile: configurable interval | Max Kellermann | 2014-08-24 | 2 | -0/+2 |
| | |||||
* | util/StringUtil: rename strchug_fast() to StripLeft() | Max Kellermann | 2014-08-07 | 1 | -4/+4 |
| | |||||
* | ConfigGlobal: eliminate function config_get_next_param() | Max Kellermann | 2014-02-20 | 2 | -19/+8 |
| | |||||
* | ConfigTemplates: rename "AudioOutput" back to "audio_output" | Max Kellermann | 2014-01-28 | 1 | -1/+1 |
| | | | | sed gone horribly wrong. D'oh! | ||||
* | output: rename struct audio_output to AudioOutput | Max Kellermann | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 2014-01-26 | 2 | -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. | ||||
* | ConfigGlobal: add config_find_block() | Max Kellermann | 2014-01-24 | 2 | -0/+28 |
| | | | Merge duplicate code. | ||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 16 | -0/+1379 |