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
2020-03-16
add two extra noreturn that clang picked up
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-02-01
*: use defaulted destructors
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-05-29
input/InputStream: make IsEOF() and IsAvailable() const
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-02
Merge branch 'v0.20.x'
Max Kellermann
2018-08-02
case-insensitive URI scheme comparison
Max Kellermann
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
Max Kellermann
2018-06-21
input/Stream: mark qobuz:// and tidal:// as "seeking is expensive"
Max Kellermann
2017-12-26
input/InputStream: add "noexcept"
Max Kellermann
2017-12-20
input/InputStream: ReadTag() returns std::unique_ptr<Tag>
Max Kellermann
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