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.cxx
Age
Commit message (
Expand
)
Author
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2017-01-03
thread/Mutex: remove ScopeLock, use std::lock_guard directly
Max Kellermann
2016-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-22
input/InputStream: add method Skip()
Max Kellermann
2015-11-06
util/StringUtil: move comparison functions to StringCompare.cxx
Max Kellermann
2015-06-22
InputStream: add ReadFull method
Thomas Guillem
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-26
Merge branch 'v0.18.x' into v0.19.x
Max Kellermann
2014-08-19
InputStream: CheapSeeking() returns false only for HTTP
Max Kellermann
2014-08-19
InputStream: move code to ExpensiveSeeking()
Max Kellermann
2014-05-22
InputStream: make Seek() always absolute
Max Kellermann
2014-05-21
input/InputStream: move Open() to Open.cxx
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