aboutsummaryrefslogtreecommitdiffstats
path: root/src/neighbor (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ConfigGlobal: eliminate function config_get_next_param()Max Kellermann2014-02-201-2/+2
|
* */smbclient: protect all libsmbclient calls with a mutexMax Kellermann2014-02-061-0/+2
| | | | | libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately.
* neighbor/smbclient: move smbclient_domain to lib/smbclient/Domain.cxxMax Kellermann2014-02-061-2/+1
|
* neighbor/smbclient: add splice_after() fallback for gcc 4.6Max Kellermann2014-01-271-0/+7
|
* neighbor/upnp: UPnP media server discoveryMax Kellermann2014-01-263-0/+170
|
* neighbor/Glue: fix rollback rangeMax Kellermann2014-01-261-1/+1
|
* neighbor/Info: add constructorMax Kellermann2014-01-262-6/+6
|
* neighbor: new subsystem to detect file servers on the local networkMax Kellermann2014-01-2610-0/+755
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.