aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/TextInputStream.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-10-28TextInputStream: don't ignore unterminated last lineMax Kellermann1-4/+16
2014-10-19TextInputStream: manually shift the buffer before readingMax Kellermann1-0/+2
2014-08-07input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxxMax Kellermann1-19/+3
2014-08-07TextInputStream: don't stripMax Kellermann1-3/+3
2014-08-07TextInputStream: move code to ReadBufferedLine()Max Kellermann1-34/+42
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann1-4/+3
2014-08-07util/CharUtil: add IsWhitespaceFast()Max Kellermann1-1/+1
2014-08-07input/TextInputStream: return char*Max Kellermann1-12/+13
2014-03-01util/{Const,Writable}Buffer: add operator[]Max Kellermann1-1/+1
2014-01-24Input*: move to input/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-1/+1
2013-10-19Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann1-3/+2
2013-10-15util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann1-29/+17
2013-10-02Log: new logging library APIMax Kellermann1-1/+2
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-3/+2
2013-09-04util/Error: new error passing libraryMax Kellermann1-6/+6
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann1-1/+1
2013-05-12text_input_stream: convert to classDenis Krjuchkov1-47/+28
2013-01-15fifo_buffer: move to util/Max Kellermann1-1/+1
2012-03-19text_input_stream: detect end-of-fileMax Kellermann1-2/+17
2012-03-19text_input_stream: detect end-of-fileMax Kellermann1-2/+17
2011-09-16input_stream: non-blocking I/OMax Kellermann1-2/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-15input_stream: return errors with GErrorMax Kellermann1-1/+8
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-12text_input_stream: input_stream wrapper for reading text filesMax Kellermann1-0/+88