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 |