index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
plugins
/
NfsInputPlugin.cxx
Age
Commit message (
Expand
)
Author
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-07-01
Merge branch 'runtime_enumeration' of git://github.com/eugene2k/MPD
Max Kellermann
2019-07-01
Add runtime enumeration of supported schemas.
Eugene Gorodinsky
2019-06-17
Copyright year 2019
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-24
input/Plugin: add attribute `prefixes`
Max Kellermann
2018-08-02
Merge branch 'v0.20.x'
Max Kellermann
2018-08-02
case-insensitive URI scheme comparison
Max Kellermann
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
Max Kellermann
2017-12-26
archive/File, input/Plugin: return InputStreamPtr
Max Kellermann
2017-11-12
lib/nfs: add "noexcept"
Max Kellermann
2017-01-26
input/Plugin: pass EventLoop& to init()
Max Kellermann
2017-01-26
input/nfs: use NfsFileReader::GetEventLoop()
Max Kellermann
2017-01-26
lib/nfs/FileReader: use nfs_get_event_loop()
Max Kellermann
2017-01-26
lib/nfs/FileReader: use C++11 initializers
Max Kellermann
2017-01-25
input/async: pass EventLoop& to constructor
Max Kellermann
2017-01-25
input/Plugin: include cleanup
Max Kellermann
2017-01-25
lib/nfs/{FileReader,Glue}: pass EventLoop&
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-10-29
decoder: include cleanup
Max Kellermann
2016-09-16
{input,storage}/nfs: use C++ exceptions instead of class Error
Max Kellermann
2016-09-16
input/nfs: use class ScopeUnlock
Max Kellermann
2016-09-09
input/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-09-09
input/Plugin: migrate init() from class Error to C++ exceptions
Max Kellermann
2016-06-17
input/async: use class HugeAllocation
Max Kellermann
2016-06-17
util/HugeAllocator: throw std::bad_alloc on error
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-11-06
util/StringUtil: move comparison functions to StringCompare.cxx
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-14
input/nfs: include cleanup
Max Kellermann
2014-09-02
input/nfs: auto-reconnect if failed while paused
Max Kellermann
2014-08-31
input/nfs: notify client on error
Max Kellermann
2014-06-21
input/nfs: never read more than space available in buffer
Max Kellermann
2014-06-17
input/nfs: use the asynchronous libnfs API
Max Kellermann
2014-05-22
InputStream: make Seek() always absolute
Max Kellermann
2014-05-11
InputStream: remove attribute "plugin"
Max Kellermann
2014-05-11
InputStream: make various methods abstract
Max Kellermann
2014-05-11
InputStream: add virtual destructor
Max Kellermann
2014-05-11
input/plugins: make InputStream the base class
Max Kellermann
2014-04-23
input/nfs: add missing string.h include
Max Kellermann
2014-02-08
input/nfs: move nfs_domain to lib/nfs/Domain.cxx
Max Kellermann
2014-02-06
input/nfs: new plugin using libnfs
Max Kellermann