aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/NfsInputPlugin.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-11InputStream: remove attribute "plugin"Max Kellermann1-1/+1
2014-05-11InputStream: make various methods abstractMax Kellermann1-51/+29
Replace InputPlugin attributes.
2014-05-11InputStream: add virtual destructorMax Kellermann1-8/+0
Replaces the method Close().
2014-05-11input/plugins: make InputStream the base classMax Kellermann1-22/+16
Prepare for adding virtual methods.
2014-04-23input/nfs: add missing string.h includeMax Kellermann1-0/+1
For strrchr(). Fixes build failure.
2014-02-08input/nfs: move nfs_domain to lib/nfs/Domain.cxxMax Kellermann1-3/+1
2014-02-06input/nfs: new plugin using libnfsMax Kellermann1-0/+202