transmission/utils
Daniel Kamil Kozar 77b11232f2
Add support for creating torrents with a source flag (#443)
* Add support for creating torrents with a source flag

* Add the source flag functionality for Mac OSX

* Source flag should be a part of the info dictionary

* Address review comments

* Rename "sourceFlag" to "source" since "Flag" is usually reserved for booleans.
* Free the "source" pointer in tr_metainfoFree.
* Add information about transmission-create argument to its manpage.

* Replace all occurences of "sourceFlag" with "source" and use "Source tag" in UI

* Settle on just "Source" in UI

* The last usage of "flag" hopefully bites the dust! ;-)

* Add a missing free for the source in tr_metainfoFree

* Add a "source" field to the torrent-get RPC method

* uncrustify

* Test for torrents having different infohashes due to different source flags.

This is the whole point of this feature, so it makes sense to test it.

* case is important

* try to incorporate the macosx xml changes
2021-10-18 18:05:39 -05:00
..
CMakeLists.txt refactor: port daemon and utils to C++ (#1825) 2021-09-21 18:03:39 -05:00
create.cc Add support for creating torrents with a source flag (#443) 2021-10-18 18:05:39 -05:00
edit.cc refactor: use nullptr instead of NULL (#1884) 2021-10-06 11:32:17 -05:00
remote.cc Add support for creating torrents with a source flag (#443) 2021-10-18 18:05:39 -05:00
show.cc refactor: use nullptr instead of NULL (#1884) 2021-10-06 11:32:17 -05:00
transmission-create.1 Add support for creating torrents with a source flag (#443) 2021-10-18 18:05:39 -05:00
transmission-edit.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00
transmission-remote.1 Add argument description to --labels command line option in transmission-remote man. (#1364) 2020-07-27 00:30:32 -05:00
transmission-show.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00
units.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00