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
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-05-05
system/FileDescriptor: move to io/
Max Kellermann
2020-04-02
Merge tag 'v0.21.22'
Max Kellermann
2020-04-02
fs/io/GzipOutputStream: increase buffer size to 16 kB
Max Kellermann
2020-04-02
fs/io/BufferedReader: larger default buffer (4 kB -> 16 kB)
Max Kellermann
2020-03-31
fs/io/GunzipReader: increase buffer size to 64 kB
Max Kellermann
2020-03-20
remove false ifdef
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace stddef.h with cstddef
Rosen Penev
2020-03-12
replace stdarg.h with cstdarg
Rosen Penev
2020-03-12
change errno.h to cerrno
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-12-16
fs/io/Reader: relicense to BSD-2
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-04-26
fs/io/BufferedOutputStream: add `noexcept`
Max Kellermann
2019-04-26
fs/io/AutoGunzipReader: use std::unique_ptr<>
Max Kellermann
2019-04-26
fs/io/AutoGunzipReader: add `noexcept`
Max Kellermann
2019-04-26
fs/io/GunzipReader: add `noexcept`
Max Kellermann
2019-04-26
fs/io/TextFile: add `noexcept`
Max Kellermann
2019-04-26
fs/io/TextFile: use std::unique_ptr<>
Max Kellermann
2019-02-19
fs/io/OutputStream: update include guard
Max Kellermann
2019-02-19
fs/io/BufferedOutputStream: add WithBufferedOutputStream()
Max Kellermann
2019-01-22
fs/io/StdioOutputStream: add `noexcept`
Max Kellermann
2019-01-21
fs/io/FileOutputStream: add constructor with directory fd
Max Kellermann
2019-01-21
fs/io/FileOutputStream: move code to Open()
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-31
fs/io/FileOutputStream: fix -Wcomment
Max Kellermann
2018-10-31
fs/io/FileOutputStream: don't use O_TMPFILE on Android
Max Kellermann
2018-10-31
fs/io/FileOutputStream: add macro HAVE_O_TMPFILE
Max Kellermann
2018-09-03
fs/io/FileOutputStream: disallow copying
Max Kellermann
2018-08-21
fs/io/FileOutputStream: make linkat() mandatory on Linux
Max Kellermann
2018-08-21
fs/io/FileOutputStream: add "noexcept"
Max Kellermann
2018-08-21
fs/io/BufferedReader: add "noexcept" to constructor
Max Kellermann
2018-08-21
system/Open: new UniqueFileDescriptor constructing library
Max Kellermann
2018-08-21
fs/io/FileReader: use class UniqueFileDescriptor
Max Kellermann
2018-08-21
fs/io/FileReader: use std::exchange()
Max Kellermann
2018-08-21
fs/io/FileReader: add "noexcept"
Max Kellermann
2018-08-21
fs/io/FileReader: simplify includes
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-07-19
fs/io/OutputStream: relicense under BSD-2
Max Kellermann
2018-01-24
util/StringFormat: new utility library
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
[next]