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
Age
Commit message (
Expand
)
Author
2021-02-04
fs/io/GunzipReader: document that the constructor throws
Max Kellermann
2021-01-21
fs/io/StdioOutputStream: include cleanup
Max Kellermann
2021-01-21
fs/io/FileOutputStream: add `noexcept`
Max Kellermann
2021-01-21
util/AllocatedString: remove Null(), IsNull()
Max Kellermann
2021-01-21
util/AllocatedString: rename to BasicAllocatedString
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-10-28
fs/Traits: add GetPathSuffix()
Max Kellermann
2020-10-27
fs/Traits: add GetFilenameSuffix()
Max Kellermann
2020-05-30
use std chr functions
Rosen Penev
2020-05-05
system/FileDescriptor: move to io/
Max Kellermann
2020-05-05
fs/FileSystem: remove unused function FOpen()
Max Kellermann
2020-04-23
Merge tag 'v0.21.23'
Max Kellermann
2020-04-23
fs/NarrowPath: preserve nullptr in Path operator
Max Kellermann
2020-04-08
fs/Charset: pass std::string_view to PathToUTF8()
Max Kellermann
2020-04-03
fs/Traits: add Relative() overload with std::string_view
Max Kellermann
2020-04-03
fs/Traits: convert first Relative() parameter to std::string_view
Max Kellermann
2020-04-03
fs/AllocatedPath: pass std::string_view to FromUTF8()
Max Kellermann
2020-04-03
fs/FileSystem, ...: use AllocatedPath::FromFS(string_view)
Max Kellermann
2020-04-03
fs/Charset: enable RVO in FixSeparators()
Max Kellermann
2020-04-03
util/AllocatedString: std::string_view support
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-04-02
fs/NarrowPath: add class FromNarrowPath
Max Kellermann
2020-04-02
fs/NarrowPath: un-inline Windows constructor
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-19
[clang-tidy] use default member init
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-13
fs/Traits: GetParent() returns std::string_view
Max Kellermann
2020-03-13
fs/Traits: pass string_view to Build()
Max Kellermann
2020-03-13
fs/Path: make constructor `explicit`
Max Kellermann
2020-03-13
fs/AllocatedPath: add `string_view` constructor
Max Kellermann
2020-03-13
fs/Traits: add string_view
Max Kellermann
2020-03-13
fs/Traits: use {} notation for return values
Max Kellermann
2020-03-13
fs/Traits: use `auto`
Max Kellermann
2020-03-13
fs: use `using` instead of `typedef`
Max Kellermann
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
replace limits.h with climits
Rosen Penev
2020-03-12
change errno.h to cerrno
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
Merge branch 'v0.21.x'
Max Kellermann
2020-03-07
fs/Traits: add IsSpecialFilename()
Max Kellermann
2020-02-01
*: use `auto`
Max Kellermann
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
meson.build: move Log.cxx and LogBackend.cxx into a static library
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2020-01-03
util/{Const,Writable}Buffer: drop "_type" from type names
Max Kellermann
[next]