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.hxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-05-05
system/FileDescriptor: move to io/
Max Kellermann
2020-05-05
fs/FileSystem: remove unused function FOpen()
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2020-01-03
util/{Const,Writable}Buffer: drop "_type" from type names
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
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: 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: remove unused FOpenModes
Max Kellermann
2016-08-15
fs/FileSystem: add TruncateFile()
Max Kellermann
2016-04-12
util/StringPointer: rename typedef pointer to pointer_type
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-03-05
fs/File{System,Info}: fix regular file check
Max Kellermann
2015-03-05
fs/Traits: use TCHAR on Windows
Max Kellermann
2015-03-05
fs/Traits: add macro PATH_LITERAL()
Max Kellermann
2015-02-28
fs/FileSystem: remove unused WIN32 port of StatFile()
Max Kellermann
2015-02-27
fs/FileSystem: use GetFileAttributes() on WIN32 if possible
Max Kellermann
2015-02-27
fs/FileSystem: merge CheckAccess() into PathExists()
Max Kellermann
2015-02-25
fs/FileSystem: remove unused FOpenModes
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-12-05
fs/FileSystem.hxx: don't define CheckAccess() with mode on Windows
Denis Krjuchkov
2013-12-05
fs/FileSystem.hxx: add CheckAccess without mode parameter
Denis Krjuchkov
2013-12-05
fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8
Denis Krjuchkov
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-10-17
fs/Path: rename to AllocatedPath
Max Kellermann
2013-10-17
fs/Path: move definitions to struct PathTraits
Max Kellermann
2013-08-07
os/FileSystem: disable mkfifo() wrapper on WIN32
Max Kellermann
2013-08-07
ConfigPath: return a Path object
Max Kellermann
2013-08-07
Makefile.am: move sources to libsystem.a
Max Kellermann
2013-02-02
FileSystem.hxx: add FOpen modes for appending files
Denis Krjuchkov
2013-01-22
FileSystem: extract DirectoryReader, improve the rest
Denis Krjuchkov