summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/filesystem/ops.cc
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix error reporting in filesystem::copy [PR99290]Jonathan Wakely2022-04-281-2/+6
* libstdc++: Remove un-implementable noexcept from Filesystem TS operationsJonathan Wakely2022-02-041-3/+3
* libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely2022-02-041-27/+4
* libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217]Jonathan Wakely2022-01-251-0/+4
* libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]Jonathan Wakely2022-01-251-3/+3
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]Jonathan Wakely2021-10-011-22/+18
* libstdc++: Add utility for creating std::error_code from OS errorsJonathan Wakely2021-10-011-2/+2
* libstdc++: Fix filesystem::temp_directory_path [PR101709]Jonathan Wakely2021-08-021-1/+3
* libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]Jonathan Wakely2021-07-301-27/+5
* libstdc++: Fix create_directories to resolve symlinks [PR101510]Jonathan Wakely2021-07-201-1/+1
* libstdc++: Use correct error category for Windows error codesJonathan Wakely2021-02-101-2/+2
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Fix build for targets without lstat [PR 94681]Jonathan Wakely2020-08-101-1/+1
* libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]Jonathan Wakely2020-08-061-0/+6
* libstdc++: Fix error handling in filesystem::remove_all (PR93201)Jonathan Wakely2020-01-081-6/+11
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Build filesystem library with large file supportJonathan Wakely2019-10-041-1/+2
* Fix failing filesystem tests on mingw targetsJonathan Wakely2019-01-161-1/+4
* PR libstdc++/88749 fix build failure in src/filesystem/ops.ccJonathan Wakely2019-01-081-2/+2
* PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely2019-01-061-2/+3
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* PR libstdc++/86910 fix filesystem::create_directoriesJonathan Wakely2018-11-291-7/+25
* PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely2018-05-311-64/+90
* PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely2018-05-031-3/+4
* Use non-throwing is_directory in filesystem::create_directoryJonathan Wakely2018-03-091-3/+1
* PR libstdc++/83626 simplify filesystem::remove and filesystem::remove_allJonathan Wakely2018-01-051-15/+2
* PR libstdc++/83626 handle ENOENT due to filesystem raceJonathan Wakely2018-01-051-11/+28
* PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely2018-01-041-16/+25
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libstdc++/79283 fix filesystem::read_symlink for /procJonathan Wakely2017-10-251-9/+28
* Implement C++17 Filesystem libraryJonathan Wakely2017-10-231-263/+26
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* * src/filesystem/ops.cc (is_empty): Fix typo in exception message.Jonathan Wakely2016-11-121-1/+1
* PR70975 Pass valid offset argument to sendfileUros Bizjak2016-10-271-1/+2
* PR78111 fix fallback code for filesystem::canonicalJonathan Wakely2016-10-261-1/+5
* Handle negative times in filesystem::last_write_timeJonathan Wakely2016-10-251-0/+5
* Fix error handling in copy_file and equivalentJonathan Wakely2016-10-251-12/+36
* Fix error handling in filesystem::is_emptyJonathan Wakely2016-10-241-5/+9
* PR71337 fix filesystem::temp_directory_path error handlingJonathan Wakely2016-10-241-4/+9
* Do not retry failed close(3) in filesystem::copyJonathan Wakely2016-10-241-13/+2
* Implement DR resolutions for filesystem::copyJonathan Wakely2016-10-241-2/+21
* Ignore perms::symlink_nofollow on non-symlinksJonathan Wakely2016-10-221-7/+14
* LWG2720 implement filesystem::perms::symlink_nofollowJonathan Wakely2016-10-211-3/+7
* LWG2725 Fix error reporting for filesystem::existsJonathan Wakely2016-10-211-1/+5
* Check for overflow in filesystem::last_write_timeJonathan Wakely2016-09-281-11/+19
* ops.cc: Always include ostream and ext/stdio_filebuf.h.Uros Bizjak2016-08-151-22/+29
* re PR libstdc++/71313 ([Filesystem TS] remove_all fails to remove directory c...Ville Voutilainen2016-07-041-1/+1
* libstdc++/71320 Add or remove file permissions correctlyJonathan Wakely2016-06-061-0/+22
* libstdc++/71038 fix error checks in filesystem::copy_fileJonathan Wakely2016-05-101-1/+1