aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/MmsInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/lazy, input/mms: add "override" keywordsMax Kellermann2014-12-261-1/+1
| | | | Fixes -Winconsistent-missing-override (clang 3.6).
* input/mms: limit the mmsx_read() sizeMax Kellermann2014-12-231-0/+7
|
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-1/+1
|
* InputStream: make various methods abstractMax Kellermann2014-05-111-9/+3
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-1/+0
| | | Replaces the method Close().
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-4/+4
| | | | Prepare for adding virtual methods.
* input/mms: move blocking I/O to threadMax Kellermann2014-03-161-60/+50
|
* Input*: move to input/Max Kellermann2014-01-241-0/+127