#3686 "add rpc command to cleanly shutdown daemon" -- added for libT, tr-daemon, tr-gtk, tr-remote, and the rpc spec

This commit is contained in:
Jordan Lee
2011-01-15 18:12:45 +00:00
parent 8cd66ba851
commit a433b0c4cc
7 changed files with 60 additions and 4 deletions

View File

@@ -526,6 +526,14 @@
Request arguments: none
Response arguments: a bool, "port-is-open"
4.5. Session shutdown
This method tells the transmission session to shut down.
Method-name: "session-close"
Request arguments: none
Response arguments: none
5.0. Protocol Versions
The following changes have been made to the RPC interface:
@@ -645,3 +653,4 @@
| | yes | session-set | new arg "blocklist-url"
------+---------+-----------+----------------+-------------------------------
12 | 2.20 | yes | session-get | new arg "download-dir-free-space"
| | yes | session-close | new method