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
/
FileSystem.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-04-03
fs/FileSystem, ...: use AllocatedPath::FromFS(string_view)
Max Kellermann
2020-03-12
change errno.h to cerrno
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-01-17
fs/AllocatedPath: make the nullptr_t constructor public
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-08-10
fs/FileSystem: use UniqueFileDescriptor in TruncateFile()
Max Kellermann
2017-08-10
fs/FileSystem: OpenFile() returns UniqueFileDescriptor
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-12-04
fs/FileSystem: RenameFile() throws exception on error
Max Kellermann
2016-08-15
fs/FileSystem: RemoveFile() throws exception on error
Max Kellermann
2016-08-15
fs/FileSystem: add TruncateFile()
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-10-17
fs/Path: rename to AllocatedPath
Max Kellermann
2013-10-17
fs/Limits: convert macro to "constexpr"
Max Kellermann
2013-10-17
fs/Path: move MPD_PATH_MAX to Limits.hxx
Max Kellermann
2013-01-22
FileSystem: extract DirectoryReader, improve the rest
Denis Krjuchkov