Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-02 | input/nfs: auto-reconnect if failed while paused | Max Kellermann | 1 | -1/+46 | |
2014-08-31 | input/nfs: notify client on error | Max Kellermann | 1 | -0/+2 | |
Fixes hanging NFS client. | |||||
2014-06-21 | input/nfs: never read more than space available in buffer | Max Kellermann | 1 | -2/+4 | |
Avoids off-by-one bug and obsoletes the bug fix in commit 966c4244 | |||||
2014-06-17 | input/nfs: use the asynchronous libnfs API | Max Kellermann | 1 | -84/+138 | |
More robust and cancellable. | |||||
2014-05-22 | InputStream: make Seek() always absolute | Max Kellermann | 1 | -3/+3 | |
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | |||||
2014-05-11 | InputStream: remove attribute "plugin" | Max Kellermann | 1 | -1/+1 | |
2014-05-11 | InputStream: make various methods abstract | Max Kellermann | 1 | -51/+29 | |
Replace InputPlugin attributes. | |||||
2014-05-11 | InputStream: add virtual destructor | Max Kellermann | 1 | -8/+0 | |
Replaces the method Close(). | |||||
2014-05-11 | input/plugins: make InputStream the base class | Max Kellermann | 1 | -22/+16 | |
Prepare for adding virtual methods. | |||||
2014-04-23 | input/nfs: add missing string.h include | Max Kellermann | 1 | -0/+1 | |
For strrchr(). Fixes build failure. | |||||
2014-02-08 | input/nfs: move nfs_domain to lib/nfs/Domain.cxx | Max Kellermann | 1 | -3/+1 | |
2014-02-06 | input/nfs: new plugin using libnfs | Max Kellermann | 1 | -0/+202 | |