Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | StorageCommands: emit IDLE_MOUNT on successful "mount" | Max Kellermann | 2014-02-12 | 1 | -0/+3 |
| | | | | Add the new idle event to Idle.hxx/Idle.cxx. | ||||
* | Idle: error out when unrecognized idle event was specified | Max Kellermann | 2014-02-09 | 1 | -0/+10 |
| | | | | Implements the error checks missing in commit 0bad8406 | ||||
* | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 2014-01-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | 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. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Idle: convert anonymous enum to constexpr | Max Kellermann | 2013-10-20 | 1 | -25/+23 |
| | |||||
* | Idle: fix typo in API documentation | Max Kellermann | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | Idle: use std::atomic instead of GMutex | Max Kellermann | 2013-01-16 | 1 | -12/+0 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -0/+95 |