summaryrefslogtreecommitdiff
path: root/src/input/InputPlugin.hxx
AgeCommit message (Expand)Author
2018-10-24input/Plugin: add attribute `prefixes`Max Kellermann
2018-06-22input/Stream: remove attribute "cond", replace with handler interfaceMax Kellermann
2018-02-17input/InputPlugin: add API documentationMax Kellermann
2018-01-26input/Plugin: add method scan() with asynchronous callback classMax Kellermann
2017-12-26archive/File, input/Plugin: return InputStreamPtrMax Kellermann
2017-11-10input/Plugin: remove "#undef ERROR"Max Kellermann
2017-01-26input/Plugin: pass EventLoop& to init()Max Kellermann
2017-01-25input/Plugin: include cleanupMax Kellermann
2017-01-03update copyright yearMax 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-09-09input/Plugin: remove InitResult::UNAVAILABLE, throw PluginUnavailable insteadMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-19InputPlugin: remove typedef offset_typeMax Kellermann
2014-05-11InputStream: make various methods abstractMax Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-05-11InputStream: convert to classMax Kellermann
2014-03-02InputPlugin: allow init() to soft-failMax Kellermann
2014-01-24Input*: move to input/Max Kellermann