aboutsummaryrefslogtreecommitdiffstats
path: root/src/Idle.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* StorageCommands: emit IDLE_MOUNT on successful "mount"Max Kellermann2014-02-121-0/+3
| | | | Add the new idle event to Idle.hxx/Idle.cxx.
* Idle: error out when unrecognized idle event was specifiedMax Kellermann2014-02-091-0/+10
| | | | Implements the error checks missing in commit 0bad8406
* neighbor: new subsystem to detect file servers on the local networkMax Kellermann2014-01-261-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 2014Max Kellermann2014-01-131-1/+1
|
* Idle: convert anonymous enum to constexprMax Kellermann2013-10-201-25/+23
|
* Idle: fix typo in API documentationMax Kellermann2013-04-081-1/+1
|
* Idle: use std::atomic instead of GMutexMax Kellermann2013-01-161-12/+0
|
* idle: convert to C++Max Kellermann2013-01-091-0/+95