Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | fs/Traits, ...: work around -Wtautological-pointer-compare | Max Kellermann | 2014-12-26 | 1 | -0/+3 |
| | | | | New in clang 3.6. | ||||
* | StorageCommands: emit IDLE_MOUNT on successful "mount" | Max Kellermann | 2014-02-12 | 1 | -0/+1 |
| | | | | 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/+13 |
| | | | | 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/+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. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Idle, GlobalEvents: use std::atomic::exchange() | Max Kellermann | 2013-02-27 | 1 | -1/+1 |
| | | | | Less overhead than fetch_and() for what we do. | ||||
* | Idle: don't wake up event loop on duplicate event | Max Kellermann | 2013-01-16 | 1 | -2/+3 |
| | |||||
* | Idle: use std::atomic instead of GMutex | Max Kellermann | 2013-01-16 | 1 | -29/+5 |
| | |||||
* | EventPipe: rename to GlobalEvents | Max Kellermann | 2013-01-09 | 1 | -2/+2 |
| | |||||
* | event_pipe.h: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -4/+1 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -0/+97 |