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
/
fs
/
io
/
BufferedReader.cxx
Age
Commit message (
Expand
)
Author
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2019-12-16
fs/io/Reader: relicense to BSD-2
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-08-21
fs/io/BufferedReader: add "noexcept" to constructor
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-08-16
fs/io/BufferedReader: add ReadFull(size_t)
Max Kellermann
2016-08-16
fs/io/BufferedReader: add missing Consume() call
Max Kellermann
2016-08-16
fs/io/BufferedReader: add method ReadFull()
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-12-18
fs/io/Reader: use C++ exceptions instead of class Error
Max Kellermann
2015-01-21
fs/io/BufferedReader: count line numbers
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-07
fs/io/BufferedReader: new class to replace class TextFile
Max Kellermann