Age | Commit message (Expand) | Author |
---|
2025-04-02 | Removed Solaris conditions from test files | Hiroshi SHIBATA |
2024-08-23 | Skip some tests which don't work under permissionless containers | KJ Tsanaktsidis |
2023-02-10 | [ruby/fileutils] Add mkdir_p to FileUtils.install | Satadru Pramanik, DO, MPH, MEng |
2022-11-25 | [ruby/fileutils] [Feature #18925] Add `ln_sr` method and `relative:` option t... | Nobuyoshi Nakada |
2022-11-17 | Add support for `sockaddr_un` on Windows. (#6513) | Samuel Williams |
2022-11-07 | [ruby/fileutils] Revert "FileUtils.rm* methods swallows only Errno::ENOENT wh... | Yusuke Endoh |
2022-08-23 | [ruby/fileutils] FileUtils.rm* methods swallows only Errno::ENOENT when force... | Yusuke Endoh |
2022-08-23 | [ruby/fileutils] Narrow the scope of ensure | Yusuke Endoh |
2022-08-23 | [ruby/fileutils] Fix the test permission of "test_rm_rf" | Yusuke Endoh |
2022-08-22 | [ruby/fileutils] Fix mkdir_p hanging on Windows when trying to create a file ... | David RodrÃguez |
2022-07-19 | [ruby/fileutils] Add an octal prefix to clarify to be octal | Nobuyoshi Nakada |
2021-09-06 | Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-... | Hiroshi SHIBATA |
2020-12-19 | Try to test with rake-13.0.2 again. | Hiroshi SHIBATA |
2020-10-12 | Make the test suite pass on real Android/Termux environment | Yusuke Endoh |
2020-06-22 | Fix Encoding::CompatibilityError in `FileUtils::Entry_#join` | Kazuhiro NISHIYAMA |
2020-06-22 | Fix typos | Kazuhiro NISHIYAMA |
2020-06-22 | Revert d231b8f95b35d8a344cec4f62d7bbdf360a70e1c and add debug print | Kazuhiro NISHIYAMA |
2020-06-22 | Fix remove_entry error when path encoding is not compatible UTF-8 | Kazuhiro NISHIYAMA |
2020-06-22 | Check symlink in tmpdir and do not use empty path | Kazuhiro NISHIYAMA |
2020-06-12 | Revert "[ruby/fileutils] Make verbose output go to stdout instead of stderr" | Nobuyoshi Nakada |
2020-06-12 | [ruby/fileutils] Fix #install with "X" mode option | Nobuyoshi Nakada |
2020-06-12 | [ruby/fileutils] Make verbose output go to stdout instead of stderr | Jeremy Evans |
2020-06-11 | Fix error in `remove_entry` | Kazuhiro NISHIYAMA |
2019-11-30 | Revert "[ruby/fileutils] Fix #install with "X" mode option" | Hiroshi SHIBATA |
2019-11-30 | [ruby/fileutils] Fix #install with "X" mode option | Nobuyoshi Nakada |
2019-11-30 | [ruby/fileutils] Added `test_install_mode_option` | Nobuyoshi Nakada |
2019-10-03 | [ruby/fileutils] Use pend instead of skip | Hiroshi SHIBATA |
2019-09-27 | [ruby/fileutils] Fix test_cp_r_dev on Windows or other systems without charac... | Jeremy Evans |
2019-09-27 | [ruby/fileutils] Do not break in verbose mode if using FileUtils with a froze... | Jeremy Evans |
2019-09-27 | [ruby/fileutils] Skip test_cp_r_socket on JRuby | Jeremy Evans |
2019-09-27 | [ruby/fileutils] Make copy methods handle FIFOs and UNIX sockets | Jeremy Evans |
2019-08-06 | Improve same directory detection in FileUtils | Justin Collins |
2019-03-14 | Guard out the test when it is run under root permission | mame |
2019-02-01 | Run r66972 assertion only when a sticky-bit makes sense | nobu |
2019-01-31 | Fix exception namespace | nobu |
2018-05-15 | Retry to merge fileutils-1.1.0. | hsbt |
2018-05-15 | Revert "Merge fileutils-1.1.0." | mame |
2018-05-15 | Merge fileutils-1.1.0. | hsbt |
2018-03-13 | Add FileUtils#cp_lr | mame |
2017-12-12 | Fix test-all tests to avoid creating report_on_exception warnings | eregon |
2017-10-21 | fix r60281 | ko1 |
2017-10-21 | test_cp_preserve_permissions should care about umask | kosaki |
2017-10-21 | File.symlink is not potable | usa |
2017-10-20 | Overwrite destination symlink file if `remove_destination` is set. | hsbt |
2017-09-16 | test_fileutils.rb: rmdir should fail on nonexistent directory | nobu |
2017-09-16 | fileutils.rb: error at rmdir | nobu |
2017-05-15 | Should call `ln_s` only when symlink is available | usa |
2017-02-17 | test_fileutils.rb: no broken symlinks on Cygwin | nobu |
2017-02-17 | test_fileutils.rb: fix relative symlink path | nobu |
2017-02-17 | test_fileutils.rb: workaround for Cygwin | nobu |