mirror of
https://github.com/transmission/transmission.git
synced 2026-02-15 07:26:49 +00:00
* refactor: tr_sys_file_open() now takes a std::string_view arg * refactor: tr_sys_path_copy() now takes a std::string_view arg * refactor: tr_blocklistSetContent() now takes a std::string_view arg * refactor: tr_sys_path_remove() now takes a std::string_view arg * refactor: tr_sys_path_exists() now takes a std::string_view arg * refactor: tr_sys_dir_create() now takes a std::string_view arg * refactor: add private stat_sv(), lstat_sv() helpers in file-posix.cc * refactor: tr_sys_path_is_same() now takes a std::string_view arg * refactor: tr_sys_path_rename() now takes a std::string_view arg