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
/
ArchiveInputPlugin.cxx
Age
Commit message (
Expand
)
Author
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
Max Kellermann
2018-01-20
input/{file,archive}: remove the dummy InputPlugin instances
Max Kellermann
2017-12-27
archive/Plugin: return std::unique_ptr<ArchiveFile>
Max Kellermann
2017-12-26
archive/File, input/Plugin: return InputStreamPtr
Max Kellermann
2017-12-22
archive/File: eliminate Close(), make destructor virtual instead
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-09-09
archive/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-09-09
input/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-09-09
input/archive: use AtScopeExit() for exception-safety
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-10-02
input/Open: use OpenLocalInputStream()
Max Kellermann
2014-10-02
input/archive: export function OpenArchiveInputStream()
Max Kellermann
2014-05-11
InputStream: make various methods abstract
Max Kellermann
2014-05-11
InputStream: add virtual destructor
Max Kellermann
2014-02-08
ArchivePlugin: pass Path to open()
Max Kellermann
2014-02-08
ArchivePlugin: rename struct archive_plugin to ArchivePlugin
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann