Charles Kerr
|
dd12fd010a
|
chore: iwyu headers (#3833)
|
2022-09-21 18:34:18 -05:00 |
Charles Kerr
|
1782dc6d7a
|
refactor: use readability-identifier-naming in clang-tidy (#3784)
|
2022-09-07 11:04:28 -05:00 |
Charles Kerr
|
29f57bc296
|
chore: iwyu headers (#3661)
|
2022-08-17 11:08:36 -05:00 |
Charles Kerr
|
83ffa6bf1b
|
chore: fix spdx abbreviations (#3602)
|
2022-08-08 13:05:39 -05:00 |
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 |
Ilkka Kallioniemi
|
718480bc8b
|
Add some missing characters and remove extra whitespaces (#3541)
|
2022-07-28 20:02:33 -05:00 |
Charles Kerr
|
1a0afbe95e
|
refactor: iwyu (#3525)
|
2022-07-25 21:45:54 -05:00 |
SweetPPro
|
26ed2a0ec8
|
fix removal of torrent files with a folder structure (#3151)
* fix removal of torrent files with a folder structure
fix for https://github.com/transmission/transmission/issues/3085 and possibly https://github.com/transmission/transmission/issues/2379
|
2022-06-01 10:25:06 -05:00 |
Charles Kerr
|
cec2195c78
|
refactor: tr_peerMgrGetPeers() returns a vector (#3142)
* refactor: tr_peerMgrGetPeers() returns a vector
* chore: iwyu <iterator> for std::back_inserter
* chore: iwyu <vector> for std::vector
|
2022-05-26 20:29:10 -05:00 |
Charles Kerr
|
19db28c04d
|
perf: faster detection of invalid filenames (#3126)
* refactor: move file_info into tr_torrent_files
* chore: rename files-test as torrent-files-test.cc
* test: add tests for tr_torrent_files::isSubpathPortable()
|
2022-05-23 17:53:26 -05:00 |
Antoine Cœur
|
bdac708762
|
docs: fix various typos and misspellings (#2955)
|
2022-04-21 09:28:38 -05:00 |
Charles Kerr
|
2866638e1b
|
refactor: add tr_torrent_files::move() and remove() (#2919)
|
2022-04-15 18:39:04 -05:00 |