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
/
InputStream.hxx
Age
Commit message (
Expand
)
Author
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-31
input/InputStream: check offset in Rewind()
Max Kellermann
2019-05-29
input/InputStream: make IsEOF() and IsAvailable() const
Max Kellermann
2019-05-22
input/InputStream: define UNKNOWN_SIZE without undefined behavior
Max Kellermann
2019-05-22
input/InputStream: update API documentation
Max Kellermann
2019-05-07
input/InputStreams: pass std::unique_lock<> to various methods
Max Kellermann
2019-04-05
input/InputStream: add `noexcept` to ReadTag()
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
Max Kellermann
2018-06-14
input/Stream: make "uri" const
Max Kellermann
2018-06-14
input/Stream: remove obsolete comment
Max Kellermann
2018-01-20
input/InputStream: add "noexcept" to constructor
Max Kellermann
2018-01-20
input/InputStream: remove methods Lock() and Unlock()
Max Kellermann
2017-12-26
input/InputStream: add "noexcept"
Max Kellermann
2017-12-26
input/InputStream: use C++11 initializers
Max Kellermann
2017-12-20
input/InputStream: ReadTag() returns std::unique_ptr<Tag>
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-10
util/Error: remove obsolete class
Max Kellermann
2016-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-09
input/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-22
input/InputStream: add method Skip()
Max Kellermann
2016-02-21
input: wrap InputStream in std::unique_ptr
Max Kellermann
2015-10-20
input/InputStream: remove obsolete method OverrideMimeType()
Max Kellermann
2015-06-22
InputStream: add ReadFull method
Thomas Guillem
2015-03-17
*: doxygen fixups
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-11-02
InputStream: add method ClearMimeType()
Max Kellermann
2014-08-19
InputStream: move typedef offset_type to Offset.hxx
Max Kellermann
2014-08-19
InputStream: make offset_type unsigned
Max Kellermann
2014-08-19
InputStream: allow GetSize() only if KnownSize()
Max Kellermann
2014-08-19
InputStream: add constant UNKNOWN_SIZE
Max Kellermann
2014-08-19
InputStream: use KnownSize() in assertion
Max Kellermann
2014-05-22
InputStream: make Seek() always absolute
Max Kellermann
2014-05-12
InputStream: "protect" attributes
Max Kellermann
2014-05-11
InputStream: remove attribute "plugin"
Max Kellermann
2014-05-11
InputStream: make various methods abstract
Max Kellermann
2014-05-11
InputStream: add virtual destructor
Max Kellermann
2014-05-11
InputStream: convert to class
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann