aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/NfsInputPlugin.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-02input/nfs: auto-reconnect if failed while pausedMax Kellermann1-1/+46
2014-08-31input/nfs: notify client on errorMax Kellermann1-0/+2
Fixes hanging NFS client.
2014-06-21input/nfs: never read more than space available in bufferMax Kellermann1-2/+4
Avoids off-by-one bug and obsoletes the bug fix in commit 966c4244
2014-06-17input/nfs: use the asynchronous libnfs APIMax Kellermann1-84/+138
More robust and cancellable.
2014-05-22InputStream: make Seek() always absoluteMax Kellermann1-3/+3
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
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