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