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
/
TextInputStream.cxx
Age
Commit message (
Expand
)
Author
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-01-20
input/TextInputStream: ReadLine() throws exception on error
Max Kellermann
2018-01-20
input/TextInputStream: add "noexcept"
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-10-12
Fix for TextInputStream consuming file without producing lines
hawken
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-21
playlist/Plugin: pass InputStreamPtr&& to open_stream()
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-10-28
TextInputStream: don't ignore unterminated last line
Max Kellermann
2014-10-19
TextInputStream: manually shift the buffer before reading
Max Kellermann
2014-08-07
input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxx
Max Kellermann
2014-08-07
TextInputStream: don't strip
Max Kellermann
2014-08-07
TextInputStream: move code to ReadBufferedLine()
Max Kellermann
2014-08-07
util/StringUtil: add StripRight() overload with "end" argument
Max Kellermann
2014-08-07
util/CharUtil: add IsWhitespaceFast()
Max Kellermann
2014-08-07
input/TextInputStream: return char*
Max Kellermann
2014-03-01
util/{Const,Writable}Buffer: add operator[]
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann