aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-08input/nfs: move nfs_domain to lib/nfs/Domain.cxxMax Kellermann1-3/+1
2014-02-08ArchivePlugin: pass Path to open()Max Kellermann1-1/+2
2014-02-08ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann1-1/+1
2014-02-06*/smbclient: protect all libsmbclient calls with a mutexMax Kellermann1-0/+9
libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately.
2014-02-06input/nfs: new plugin using libnfsMax Kellermann2-0/+227
2014-01-25input/smbclient: move code to lib/smbclient/Init.cxxMax Kellermann1-19/+2
2014-01-24DespotifyUtils, Expat: move to lib/Max Kellermann1-1/+1
2014-01-24Input*: move to input/Max Kellermann20-0/+3555