Charles Kerr
|
2bd8dbf33a
|
(rpc) allocate a bit in torrent-set/torrent-get for detailed peer information
|
2008-07-16 20:31:17 +00:00 |
Charles Kerr
|
cd6ff83415
|
(RPC) make all the speed units consistent.
|
2008-06-22 13:44:50 +00:00 |
Charles Kerr
|
751c166e9f
|
(rpc) remove the sort and filter options from the "torrent-get" rpc command. NOTE: probably breaks the mac build; xcode needs to drop "rpc-utils" from its list of libtransmission source files
|
2008-06-21 15:08:34 +00:00 |
Charles Kerr
|
5c3cb6fbf2
|
add `isPrivate' to the info section of the torrent-get method
|
2008-06-20 19:55:34 +00:00 |
Charles Kerr
|
509dbaae3d
|
senseless RPC changes
|
2008-06-18 22:01:15 +00:00 |
Charles Kerr
|
4de77e3d2d
|
fix very minor oops from previous commit. (hi, titer)
|
2008-06-17 16:35:33 +00:00 |
Charles Kerr
|
75cb355579
|
(rpc) fix sorting. simplify the spec, folding similar functions together
|
2008-06-17 16:25:13 +00:00 |
Charles Kerr
|
9ca2a3e0f8
|
(rpc) tweaks to the rpc spec.
|
2008-06-17 04:47:20 +00:00 |
Charles Kerr
|
518f277e9f
|
(RPC) add utility arguments for torrent-info: sort by (activity|age|id|name|progress|ratio|state|tracker), filter by (active|all|downloading|paused|seeding)
|
2008-06-16 22:11:50 +00:00 |
Charles Kerr
|
6cce27bf54
|
(rpc) simplify the rpc accessors
|
2008-06-16 03:47:50 +00:00 |
Charles Kerr
|
10302af22a
|
fix copy-and-paste error in the RPC spec. Thanks to KyleK for reporting this.
|
2008-06-10 00:18:17 +00:00 |
Charles Kerr
|
3a3397ca84
|
modify the torrent-list response as per Gimp_'s request
|
2008-06-04 07:06:47 +00:00 |
Charles Kerr
|
f9e8b56816
|
add `hashString' to torrent-stat's response
|
2008-05-23 13:18:17 +00:00 |
Charles Kerr
|
9fdb8afdf0
|
(rpc) remove TR_RPC_TORRENT_CLOSING. formalize "torrent-list"'s response in the rpc spec.
|
2008-05-22 19:24:11 +00:00 |
Charles Kerr
|
dceabc5661
|
make tr_stat identical in transmission.h and rpc-spec.txt.
|
2008-05-22 16:59:51 +00:00 |
Charles Kerr
|
e406dcc2ab
|
rename tr_torrentClose() as tr_torrentFree() and make it private. change client code to use tr_torrentRemove() instead. This fixes the confusion between the two methods that led to #954
|
2008-05-21 17:14:58 +00:00 |
Charles Kerr
|
c7b9c8c043
|
(#954) rpc: add "torrent-remove" method. rename tr_torrentDelete() as tr_torrentRemove() for consistency with various parts of the code.
|
2008-05-20 23:58:59 +00:00 |
Charles Kerr
|
7beacb3032
|
(1) RPC "add-torrent" now lets clients embed base64-encoded metainfo directly into the request
(2) remove the RISON code; it didn't make the final cut
(3) add base64 encode/decode utilities and unit tests
|
2008-05-20 17:33:54 +00:00 |
Charles Kerr
|
2c79888a93
|
RPC/IPC redesign
|
2008-05-18 16:44:30 +00:00 |