Charles Kerr
|
e6bafdf26b
|
(trunk) #3045 "size units" -- sync the default units in all the apps s.t. they're consistent with each other
|
2010-07-28 00:31:11 +00:00 |
Charles Kerr
|
f5a083a4c7
|
(trunk daemon) #3352 "move pieces and trackers out of transmission-remote --info" -- applied Longinus00's patch
|
2010-07-24 12:30:16 +00:00 |
Charles Kerr
|
5e2b41d868
|
(trunk) #3425 "transmission-remote is not able to get/set cache size" -- fixed
|
2010-07-15 01:03:56 +00:00 |
Charles Kerr
|
a39a3eb073
|
(trunk daemon) #3424 "transmission-remote does not print active peers" -- fixed
|
2010-07-14 01:29:20 +00:00 |
Charles Kerr
|
af205244d0
|
(trunk daemon) #3400 "transmission-remote does not show running torrents" -- fixed.
|
2010-07-07 17:53:16 +00:00 |
Charles Kerr
|
610061f79a
|
(trunk T) #3045 "units" -- modify the formatter functions based on feedback from BMW
|
2010-07-06 20:25:54 +00:00 |
Charles Kerr
|
6e5af03d78
|
(trunk) #3045 "speed units" -- change the public API of libtransmission based on feedback from livings
|
2010-07-04 06:07:21 +00:00 |
Charles Kerr
|
cdcc4705aa
|
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
|
2010-07-03 00:25:22 +00:00 |
Daniel Lee
|
235dbf607b
|
(daemon) #3368:Edit trackers in transmission-remote
|
2010-06-30 05:54:19 +00:00 |
Charles Kerr
|
24a7cb5dd9
|
(trunk daemon) #3284 "show bandwidth priorities in transmission-remote" -- added
|
2010-06-26 20:48:52 +00:00 |
Charles Kerr
|
3334053843
|
(trunk) remove i18n markup from transmission-remote and transmission-show, which aren't currently i18nized
|
2010-06-25 17:53:33 +00:00 |
Charles Kerr
|
3797966cb6
|
(trunk daemon) #3324 "transmission-remote has no output/status message" -- fixed
|
2010-06-25 07:21:18 +00:00 |
Daniel Lee
|
bbe9e9843a
|
#3298:Prettier formating of percentages
|
2010-06-22 22:30:58 +00:00 |
Charles Kerr
|
1d63aa4cda
|
(trunk) add tr_formatter_size() and tr_formatter_speed() so that all the client apps don't have to reinvent the wheel
|
2010-06-22 04:34:16 +00:00 |
Charles Kerr
|
e70bebf930
|
(trunk) #1521 "memory cache to reduce disk IO" -- commit block-cache-rc1.diff to trunk for the nightlies.
|
2010-06-19 14:25:11 +00:00 |
Charles Kerr
|
eda211e5ce
|
(trunk) #2983: add command-line utilities for creating .torrent files, for editing passkeys, for adding/removing trackers, etc.
|
2010-06-16 14:27:24 +00:00 |
Charles Kerr
|
71c1919cfc
|
(trunk) #3263 "cli-based utils' --help page should limit themselves to 80 columns"
|
2010-06-16 14:05:18 +00:00 |
Charles Kerr
|
134df85eb9
|
(trunk daemon) sync the manpage with the --help page wrt file & priority args
|
2010-06-03 23:21:31 +00:00 |
Charles Kerr
|
9607150a39
|
(trunk daemon) revert the file-priority arguments back to their 1.93 state. Use -Bh, -Bn, -Bl for torrent priorities. Make the --help descriptions for all six priority arguments more useful.
|
2010-06-03 23:14:20 +00:00 |
Charles Kerr
|
1a667c0150
|
(trunk daemon) #3241 "transmission-remote doesn't return an error code" -- use better patch from rb07
|
2010-05-30 21:38:02 +00:00 |
Charles Kerr
|
62c10888f3
|
(trunk daemon) fix regression introduced in trunk after 1.93 was released: #3241 "transmission-remote doesn't return an error code"
|
2010-05-30 14:31:12 +00:00 |
Charles Kerr
|
936f8a5b60
|
(trunk daemon) trivial indentation tweak to r10702
|
2010-05-30 14:12:51 +00:00 |
Charles Kerr
|
d426654709
|
(trunk daemon) #3244 "Transmission-remote doesn't have switch(s) to set torrent bandwidth priorities" -- added to trunk for 2.00
|
2010-05-30 14:11:07 +00:00 |
Charles Kerr
|
4e58a183bb
|
(trunk daemon) #3060 "local peer discovery" -- fix bugs reported by Eszet (thanks Eszet :)
|
2010-05-15 13:46:46 +00:00 |
Charles Kerr
|
3ff784ad28
|
(trunk) #1796 "run script after torrent completion" -- (1) add to transmission-remote. (2) remove cli's custom script handler and have it use libtransmission instead.
|
2010-05-11 13:36:21 +00:00 |
Charles Kerr
|
2b9ab542cb
|
(trunk) #3060 "Local Peer Discovery" -- in the code, rename LDS as LPD for Local Peer Discovery
|
2010-05-08 08:42:45 +00:00 |
Charles Kerr
|
017b5cad86
|
(trunk daemon) #3190 "Add info about DHT and LDS to transmission-remote session-info" -- apply patch from Infy
|
2010-05-05 09:30:45 +00:00 |
Charles Kerr
|
d8d7704b4e
|
(trunk daemon) #3186 "Transmission-remote and --no-downlimit/--no-uplimited" is misparsed in the nightlies
|
2010-05-03 11:55:56 +00:00 |
Charles Kerr
|
3473686ee2
|
(trunk) add LDS toggles to GTK+ client, Qt client, and transmission-remote
|
2010-05-01 16:23:42 +00:00 |
Charles Kerr
|
3d0e329364
|
(trunk daemon) fix another #3178 oops
|
2010-04-30 19:37:56 +00:00 |
Charles Kerr
|
9502457d68
|
(trunk libT) #3178 "transmission-remote: adding (-a) torrents should set them as the current torrents" -- fix side-effect bug introduced in r10543 and reported by KyleK_ in irc
|
2010-04-30 19:17:29 +00:00 |
Charles Kerr
|
8104f4a960
|
(trunk daemon) #3178 "transmission-remote --torrent-uplimit no longer works after r10543" -- update to r10545, which forgot to remove the torrent-uplimit parameter from --help
|
2010-04-29 16:41:21 +00:00 |
Charles Kerr
|
b51f6039d1
|
(trunk daemon) #3178 "transmission-remote --torrent-uplimit no longer works after r10543" -- updated --help and manpage to reflect that -u can be used per-torrent or per-session now because it now knows whether a torrent has been specified
|
2010-04-29 13:35:57 +00:00 |
Charles Kerr
|
61e2493d00
|
(trunk daemon) #2921 "adding (-a) torrents should set them as the current torrents" -- implemented for 2.00
|
2010-04-29 03:01:39 +00:00 |
Charles Kerr
|
06f044680a
|
(trunk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- implemented for gtk, qt, daemon, cli, and web client
|
2010-04-28 01:26:46 +00:00 |
Charles Kerr
|
d3ac3b27e0
|
(trunk) #2960 "add torrent availability to web interface and remote" -- implemented via a patch from Longinus00
|
2010-04-20 01:48:40 +00:00 |
Charles Kerr
|
1efe08d34d
|
(trunk) #1869 "New status for torrents that reached the seed ratio" -- implemented for GTK+, Qt, and transmission-remote by Longinus00's patch
|
2010-04-06 02:34:45 +00:00 |
Charles Kerr
|
0b758dac94
|
(trunk daemon) #3070 "--blocklist-update timeout in transmission-remote" -- fixed in trunk for 2.00
|
2010-03-31 19:59:51 +00:00 |
Charles Kerr
|
0cbdd6c48c
|
(trunk daemon) #3070 "transmisison-remote --blocklist-update timeout" -- fixed in trunk for 2.00
|
2010-03-24 17:18:26 +00:00 |
Charles Kerr
|
c88d254d09
|
(trunk daemon) #2898 "add pausing and deletion to daemon" -- fix compiler warning
|
2010-03-18 03:35:37 +00:00 |
Charles Kerr
|
e1607c8354
|
(trunk) #2898 "add pausing and deletion to daemon" -- committed patch from Longinus00 to trunk for 2.00
|
2010-03-17 19:23:03 +00:00 |
Charles Kerr
|
fe3d9ed95a
|
(trunk) one of the least interesting commits ever: remove trailing spaces from source code lines...
|
2010-03-17 17:07:40 +00:00 |
Mitchell Livingston
|
bd635f22d0
|
for scrapes: add a new field to distinguish from error messages returned from the tracker, and scrape timeouts, so that they can be displayed differently
|
2010-02-25 23:06:05 +00:00 |
Charles Kerr
|
1c8fd1073d
|
(trunk daemon) #2872 "add support for displaying seed ratios in transmission-remote" -- implemented in trunk for 1.90
|
2010-02-07 16:41:45 +00:00 |
Charles Kerr
|
74e3484e75
|
(trunk) add a new field to distinguish from error messages returned from the tracker, and announce timeouts, so that they can be displayed differently
|
2010-02-05 05:16:18 +00:00 |
Charles Kerr
|
b9e8624b3c
|
(trunk daemon) #2751 "display-remote -si should show config directory" -- implemented for 1.90
|
2010-02-02 18:27:57 +00:00 |
Charles Kerr
|
217d2f54d0
|
(trunk daemon) #2786 "Trigger blocklist update using transmission-remote" -- patch applied for 1.90
|
2010-01-29 16:43:39 +00:00 |
Charles Kerr
|
182cbb8b90
|
(trunk) one of the less-interesting commits in a while: remove trailing spaces from lines
|
2010-01-05 23:47:50 +00:00 |
Charles Kerr
|
5c26afdb52
|
happy new year!
|
2010-01-04 21:00:47 +00:00 |
Charles Kerr
|
66983ddc70
|
(trunk libT) sync the tr_wait_msec() calls in daemon/ and cli/
|
2010-01-01 22:40:54 +00:00 |