filesystem/src
Andrey Semashev 141727b568 Treat dedup files as regular files on Windows.
Deduplicated files are reparse points with IO_REPARSE_TAG_DEDUP tag. Such
files are created by a dedup service running in the background, so a regular
file may be converted to a dedup reparse point at any time and without user's
intervention. For all intents and purposes dedup files should look like
normal, regular files, so it makes sense to report them as such in
Boost.Filesystem methods like status(), symlink_status() and everything
based on those. This commit implements this.

Closes https://github.com/boostorg/filesystem/issues/262.
2022-12-03 02:15:13 +03:00
..
atomic_ref.hpp Reworked function pointers use and definitions. 2021-06-14 22:09:15 +03:00
atomic_tools.hpp Reworked function pointers use and definitions. 2021-06-14 22:09:15 +03:00
codecvt_error_category.cpp Fixed compilation. 2022-08-21 19:01:14 +03:00
directory.cpp Added more fallbacks to directory_iterator construction. 2022-12-02 16:23:24 +03:00
error_handling.hpp Updated protection of remove_all against CVE-2022-21658 on Windows. 2022-07-24 02:52:27 +03:00
exception.cpp Include header.hpp/footer.hpp in .cpp files to silence warnings. 2022-07-07 23:30:16 +03:00
operations.cpp Treat dedup files as regular files on Windows. 2022-12-03 02:15:13 +03:00
path_traits.cpp Added support for string views and boost::container::string. 2022-08-31 09:52:30 +03:00
path.cpp Added support for string views and boost::container::string. 2022-08-31 09:52:30 +03:00
platform_config.hpp Reformatted code for more consistent look and better readability. 2021-04-24 22:37:57 +03:00
portability.cpp Include header.hpp/footer.hpp in .cpp files to silence warnings. 2022-07-07 23:30:16 +03:00
posix_tools.hpp Updated protection of remove_all against CVE-2022-21658 on POSIX. 2022-07-17 04:00:07 +03:00
private_config.hpp Initialize WinAPI function pointers early, if possible. 2022-01-16 19:19:38 +03:00
unique_path.cpp Include header.hpp/footer.hpp in .cpp files to silence warnings. 2022-07-07 23:30:16 +03:00
utf8_codecvt_facet.cpp Include header.hpp/footer.hpp in .cpp files to silence warnings. 2022-07-07 23:30:16 +03:00
windows_file_codecvt.cpp Include header.hpp/footer.hpp in .cpp files to silence warnings. 2022-07-07 23:30:16 +03:00
windows_file_codecvt.hpp Include header.hpp/footer.hpp in .cpp files to silence warnings. 2022-07-07 23:30:16 +03:00
windows_tools.hpp Treat dedup files as regular files on Windows. 2022-12-03 02:15:13 +03:00