mirror of
https://github.com/transmission/transmission
synced 2025-02-22 22:20:39 +00:00
* 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 |
||
---|---|---|
.. | ||
assets | ||
.clang-tidy | ||
bitfield-test.cc | ||
blocklist-test.cc | ||
clients-test.cc | ||
CMakeLists.txt | ||
copy-test.cc | ||
crypto-test-ref.h | ||
crypto-test.cc | ||
error-test.cc | ||
file-test.cc | ||
getopt-test.cc | ||
history-test.cc | ||
json-test.cc | ||
magnet-test.cc | ||
makemeta-test.cc | ||
metainfo-test.cc | ||
move-test.cc | ||
peer-msgs-test.cc | ||
quark-test.cc | ||
rename-test.cc | ||
rpc-test.cc | ||
session-test.cc | ||
subprocess-test-program.cc | ||
subprocess-test-script.cmd | ||
subprocess-test.cc | ||
test-fixtures.h | ||
utils-test.cc | ||
variant-test.cc | ||
watchdir-test.cc |