Charles Kerr
|
5eb7f75010
|
refactor: tr_sys_path_get_info() now returns a tr_sys_path_info (#3566)
* refactor: tr_sys_path_get_info() now returns a tr_sys_path_info
* refactor: tr_sys_file_get_info() now returns a tr_sys_path_info
|
2022-08-02 12:41:04 -05:00 |
Charles Kerr
|
1a0afbe95e
|
refactor: iwyu (#3525)
|
2022-07-25 21:45:54 -05:00 |
Charles Kerr
|
26b1a9154e
|
fix: silence unexpected key warnings in torrent file parser (#3133)
|
2022-05-24 15:28:02 -05:00 |
Charles Kerr
|
c0bb2d40f1
|
refactor: add pathbuf and std::string-friendly helpers to tr_sys file and path funcs (#3118)
* refactor: add sv-friendly tr_sys_dir_create() variant
* refactor: add sv-friendly tr_sys_path_get_info() variant
* refactor: add sv-friendly tr_sys_path_exists() variant
* refactor: add sv-friendly tr_sys_path_remove() variant
* refactor: add sv-friendly tr_sys_path_rename() variant
* fixup! refactor: add sv-friendly tr_sys_path_rename() variant
|
2022-05-21 20:17:00 -05:00 |
Charles Kerr
|
690cf50e53
|
perf: tr_sys_path_dirname() returns a std::string_view (#2990)
* refactor: use nodejs impl of path.win32.dirname()
* refactor: use nodejs impl of path.posix.dirname()
|
2022-05-21 11:10:58 -05:00 |
Charles Kerr
|
5dbe1f4669
|
refactor: replace tr_fdlimit with tr_open_files (#3016)
|
2022-04-28 21:35:47 -05:00 |