aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/filesystem/ops.cc
AgeCommit message (Expand)Author
2018-07-04Use non-throwing is_directory in filesystem::create_directoryJonathan Wakely
2018-05-03PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely
2018-01-13PR libstdc++/83626 simplify filesystem::remove and filesystem::remove_allJonathan Wakely
2018-01-05PR libstdc++/83279 handle sendfile not copying entire fileJonathan Wakely
2018-01-05PR libstdc++/83626 Don't report errors when removing non-existent filesJonathan Wakely
2018-01-05PR libstdc++/79283 fix filesystem::read_symlink for /procJonathan Wakely
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-12 * src/filesystem/ops.cc (is_empty): Fix typo in exception message.Jonathan Wakely
2016-10-27PR70975 Pass valid offset argument to sendfileUros Bizjak
2016-10-26PR78111 fix fallback code for filesystem::canonicalJonathan Wakely
2016-10-25Handle negative times in filesystem::last_write_timeJonathan Wakely
2016-10-25Fix error handling in copy_file and equivalentJonathan Wakely
2016-10-24Fix error handling in filesystem::is_emptyJonathan Wakely
2016-10-24PR71337 fix filesystem::temp_directory_path error handlingJonathan Wakely
2016-10-24Do not retry failed close(3) in filesystem::copyJonathan Wakely
2016-10-24Implement DR resolutions for filesystem::copyJonathan Wakely
2016-10-22Ignore perms::symlink_nofollow on non-symlinksJonathan Wakely
2016-10-21LWG2720 implement filesystem::perms::symlink_nofollowJonathan Wakely
2016-10-21LWG2725 Fix error reporting for filesystem::existsJonathan Wakely
2016-09-28Check for overflow in filesystem::last_write_timeJonathan Wakely
2016-08-15 * src/filesystem/ops.cc: Always include ostream andUros Bizjak
2016-07-04 PR libstdc++/71313Ville Voutilainen
2016-06-06libstdc++/71320 Add or remove file permissions correctlyJonathan Wakely
2016-05-10libstdc++/71038 fix error checks in filesystem::copy_fileJonathan Wakely
2016-05-10libstdc++/71036 Handle EEXIST in filesystem::create_directoryJonathan Wakely
2016-05-10libstdc++/71037 Add base path to filesystem::canonical exceptionsJonathan Wakely
2016-04-19libstdc++/70609 fix filesystem::copy()Jonathan Wakely
2016-04-19Add noexcept to Filesystem TS operatorsJonathan Wakely
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-02Enable dual ABI for Filesystem libraryJonathan Wakely
2015-09-23Limit number of symlinks that canonical() will resolveJonathan Wakely
2015-09-23Fix filesystem::create_directories() functionJonathan Wakely
2015-09-16Implement filesystem::canonical() without realpathJonathan Wakely
2015-09-11Fix filesystem::canonical on Solaris 10.Jonathan Wakely
2015-05-15 * src/filesystem/ops.cc (stat_type): Define alias for struct stat andJonathan Wakely
2015-05-14 PR libstdc++/66011Jonathan Wakely
2015-05-02 * src/filesystem/ops.cc (last_write_time) [_GLIBCXX_USE_UTIMENSAT]:Jonathan Wakely
2015-05-01 * acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h>Jonathan Wakely
2015-04-30Implement N4100 File System TSJonathan Wakely