aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* */smbclient: protect all libsmbclient calls with a mutexMax Kellermann2014-02-061-0/+9
| | | | | libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately.
* input/nfs: new plugin using libnfsMax Kellermann2014-02-062-0/+227
|
* input/smbclient: move code to lib/smbclient/Init.cxxMax Kellermann2014-01-251-19/+2
|
* DespotifyUtils, Expat: move to lib/Max Kellermann2014-01-241-1/+1
|
* Input*: move to input/Max Kellermann2014-01-2420-0/+3555