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
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