summaryrefslogtreecommitdiff
path: root/src/input/InputStream.hxx
AgeCommit message (Expand)Author
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-05-31input/InputStream: check offset in Rewind()Max Kellermann
2019-05-29input/InputStream: make IsEOF() and IsAvailable() constMax Kellermann
2019-05-22input/InputStream: define UNKNOWN_SIZE without undefined behaviorMax Kellermann
2019-05-22input/InputStream: update API documentationMax Kellermann
2019-05-07input/InputStreams: pass std::unique_lock<> to various methodsMax Kellermann
2019-04-05input/InputStream: add `noexcept` to ReadTag()Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-06-22input/Stream: remove attribute "cond", replace with handler interfaceMax Kellermann
2018-06-14input/Stream: make "uri" constMax Kellermann
2018-06-14input/Stream: remove obsolete commentMax Kellermann
2018-01-20input/InputStream: add "noexcept" to constructorMax Kellermann
2018-01-20input/InputStream: remove methods Lock() and Unlock()Max Kellermann
2017-12-26input/InputStream: add "noexcept"Max Kellermann
2017-12-26input/InputStream: use C++11 initializersMax Kellermann
2017-12-20input/InputStream: ReadTag() returns std::unique_ptr<Tag>Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
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