1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-02 21:16:04 +00:00
transmission/tests
Charles Kerr 02b6cc76d1
feat: add tr_torrentSetTrackerList(), tr_torrentGetTrackerList() (#2642)
Add a getter/setter for torrent announce URLs as text that can be copied
and pasted: one URL per line, with a blank line between tiers.

C API: tr_torrentGetTrackerList() and tr_torrentSetTrackerList()
RPC APi: `trackerList` in `torrent-get` and `torrent-set`.

This deprecates `trackerAdd`, `trackerRemove`, and `trackerEdit`
from the RPC API.
2022-02-18 11:52:01 -06:00
..
gtest Combine all tests in a single executable to speed up the build 2021-08-16 23:16:36 +03:00
libtransmission feat: add tr_torrentSetTrackerList(), tr_torrentGetTrackerList() (#2642) 2022-02-18 11:52:01 -06:00
utils test: add regression tests for transmission-show (#2255) 2021-12-01 13:28:24 -06:00
CMakeLists.txt test: add regression tests for transmission-show (#2255) 2021-12-01 13:28:24 -06:00