aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/NfsInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input/nfs: auto-reconnect if failed while pausedMax Kellermann2014-09-021-1/+46
|
* input/nfs: notify client on errorMax Kellermann2014-08-311-0/+2
| | | | Fixes hanging NFS client.
* input/nfs: never read more than space available in bufferMax Kellermann2014-06-211-2/+4
| | | | Avoids off-by-one bug and obsoletes the bug fix in commit 966c4244
* input/nfs: use the asynchronous libnfs APIMax Kellermann2014-06-171-84/+138
| | | | More robust and cancellable.
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-3/+3
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-1/+1
|
* InputStream: make various methods abstractMax Kellermann2014-05-111-51/+29
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-8/+0
| | | Replaces the method Close().
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-22/+16
| | | | Prepare for adding virtual methods.
* input/nfs: add missing string.h includeMax Kellermann2014-04-231-0/+1
| | | | For strrchr(). Fixes build failure.
* input/nfs: move nfs_domain to lib/nfs/Domain.cxxMax Kellermann2014-02-081-3/+1
|
* input/nfs: new plugin using libnfsMax Kellermann2014-02-061-0/+202