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
/
ThreadInputStream.hxx
Age
Commit message (
Expand
)
Author
2018-03-15
input/thread: move code to Stop()
Max Kellermann
2018-01-07
thread/Thread: use BoundMethod
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-16
input/thread: use C++ exceptions instead of class Error
Max Kellermann
2016-06-17
thread/Thread: throw std::system_error on error
Max Kellermann
2016-06-17
input/thread: use C++11 initialisers
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
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
input/plugins: make InputStream the base class
Max Kellermann
2014-05-11
InputStream: convert to class
Max Kellermann
2014-03-16
input/BufferedInputStream: new wrapper for moving plugin to thread
Max Kellermann