summaryrefslogtreecommitdiff
path: root/src/input/InputStream.hxx
AgeCommit message (Expand)Author
2016-02-22input/InputStream: add method Skip()Max Kellermann
2016-02-21input: wrap InputStream in std::unique_ptrMax Kellermann
2015-10-20input/InputStream: remove obsolete method OverrideMimeType()Max Kellermann
2015-06-22InputStream: add ReadFull methodThomas Guillem
2015-03-17*: doxygen fixupsMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-11-02InputStream: add method ClearMimeType()Max Kellermann
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann
2014-08-19InputStream: make offset_type unsignedMax Kellermann
2014-08-19InputStream: allow GetSize() only if KnownSize()Max Kellermann
2014-08-19InputStream: add constant UNKNOWN_SIZEMax Kellermann
2014-08-19InputStream: use KnownSize() in assertionMax Kellermann
2014-05-22InputStream: make Seek() always absoluteMax Kellermann
2014-05-12InputStream: "protect" attributesMax 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-11InputStream: convert to classMax Kellermann
2014-01-24Input*: move to input/Max Kellermann