summaryrefslogtreecommitdiff
path: root/src/input/plugins/NfsInputPlugin.cxx
AgeCommit message (Expand)Author
2020-01-31[clang-tidy] use override instead of virtualRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-07-01Merge branch 'runtime_enumeration' of git://github.com/eugene2k/MPDMax Kellermann
2019-07-01Add runtime enumeration of supported schemas.Eugene Gorodinsky
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-24input/Plugin: add attribute `prefixes`Max Kellermann
2018-08-02Merge branch 'v0.20.x'Max Kellermann
2018-08-02case-insensitive URI scheme comparisonMax Kellermann
2018-06-22input/Stream: remove attribute "cond", replace with handler interfaceMax Kellermann
2017-12-26archive/File, input/Plugin: return InputStreamPtrMax Kellermann
2017-11-12lib/nfs: add "noexcept"Max Kellermann
2017-01-26input/Plugin: pass EventLoop& to init()Max Kellermann
2017-01-26input/nfs: use NfsFileReader::GetEventLoop()Max Kellermann
2017-01-26lib/nfs/FileReader: use nfs_get_event_loop()Max Kellermann
2017-01-26lib/nfs/FileReader: use C++11 initializersMax Kellermann
2017-01-25input/async: pass EventLoop& to constructorMax Kellermann
2017-01-25input/Plugin: include cleanupMax Kellermann
2017-01-25lib/nfs/{FileReader,Glue}: pass EventLoop&Max Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-10-29decoder: include cleanupMax Kellermann
2016-09-16{input,storage}/nfs: use C++ exceptions instead of class ErrorMax Kellermann
2016-09-16input/nfs: use class ScopeUnlockMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate init() from class Error to C++ exceptionsMax Kellermann
2016-06-17input/async: use class HugeAllocationMax Kellermann
2016-06-17util/HugeAllocator: throw std::bad_alloc on errorMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-14input/nfs: include cleanupMax Kellermann
2014-09-02input/nfs: auto-reconnect if failed while pausedMax Kellermann
2014-08-31input/nfs: notify client on errorMax Kellermann
2014-06-21input/nfs: never read more than space available in bufferMax Kellermann
2014-06-17input/nfs: use the asynchronous libnfs APIMax Kellermann
2014-05-22InputStream: make Seek() always absoluteMax Kellermann
2014-05-11InputStream: remove attribute "plugin"Max Kellermann
2014-05-11InputStream: make various methods abstractMax Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-05-11input/plugins: make InputStream the base classMax Kellermann
2014-04-23input/nfs: add missing string.h includeMax Kellermann
2014-02-08input/nfs: move nfs_domain to lib/nfs/Domain.cxxMax Kellermann
2014-02-06input/nfs: new plugin using libnfsMax Kellermann