Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config/Templates: mark http_proxy_* deprecated | Max Kellermann | 2015-06-26 | 1 | -4/+4 |
| | |||||
* | TagId3: remove the "id3v1_encoding" setting | Max Kellermann | 2015-06-26 | 1 | -1/+1 |
| | | | | | Drop support for misencoded tags. People should not be using ID3v1 anyway. | ||||
* | config/Templates: add attribute "deprecated" | Max Kellermann | 2015-06-26 | 1 | -3/+3 |
| | |||||
* | config/Templates: add constructor with defaulted "repeat" parameter | Max Kellermann | 2015-06-26 | 1 | -49/+49 |
| | |||||
* | Config: add section "resampler" | Max Kellermann | 2015-01-22 | 1 | -0/+1 |
| | |||||
* | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | 2015-01-21 | 1 | -64/+93 |
| | | | | The old struct config_param remains only for top-level string options. | ||||
* | config/Option: convert to strictly-typed enum | Max Kellermann | 2015-01-21 | 1 | -2/+2 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | ConfigTemplates: use ARRAY_SIZE() | Max Kellermann | 2014-12-09 | 1 | -2/+2 |
| | |||||
* | StateFile: configurable interval | Max Kellermann | 2014-08-24 | 1 | -0/+1 |
| | |||||
* | 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 | 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. | ||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -0/+96 |