mirror of
https://github.com/transmission/transmission.git
synced 2026-02-14 23:19:34 +00:00
* feat: sniff TR_RPC_RPC_VERSION_HEADER in 409 headers * refactor: use api_compat::convert() when sending requests * refactor: update to JSON-RPC: print_session() refactor: update to JSON-RPC: print_session_stats() * refactor: update to JSON-RPC: print_session() refactor: update to JSON-RPC: print_details() * refactor: update to JSON-RPC: print_file_list() * refactor: update to JSON-RPC: print_torrent_list() * refactor: update to JSON-RPC: print_trackers() * refactor: update to JSON-RPC: print_port_test() * refactor: update to JSON-RPC: print_pieces() * refactor: update the rest * feat: check the JSON-RPC version number too * feat: better errmsg detection * chore: remove accidentally-committed tracer * fix: regression * chore: remove accidentally-committed tracer * fix: return the right variable in serialize_payload() * fix: check for blocklist_update too * perf: reserve the right number of args * refactor: remove unnecesary logic branch * perf: avoid unnecessary tr_variant.clone() call * fixup! feat: check the JSON-RPC version number too tearfur's code was fine; I introduced this bug as committer * fix: handle http 204 replies silently --------- Co-authored-by: Yat Ho <lagoho7@gmail.com>