1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 17:47:37 +00:00
Commit graph

3230 commits

Author SHA1 Message Date
Mitchell Livingston
c6117dbd3f show remaining time for seeding torrents towards ratio 2007-11-23 17:42:49 +00:00
Mitchell Livingston
654af57b9c sort by speed, then last activity 2007-11-23 16:03:49 +00:00
Mitchell Livingston
ddc97a921b get rid of 2 more unnecessary sort methods 2007-11-23 15:48:26 +00:00
Mitchell Livingston
dc37d150e8 get rid of unneeded sort descriptors; hold queue order as an integer instead of an object 2007-11-23 15:45:58 +00:00
Charles Kerr
ebc8f34f48 fix bug in gtk client that caused torrent changes to show up too slowly in the GUI 2007-11-23 15:36:31 +00:00
Mitchell Livingston
34a226d403 have a smaller minimum width as well 2007-11-23 03:40:13 +00:00
Mitchell Livingston
2991619fbd have a maximum width for the stats window 2007-11-23 03:38:45 +00:00
Charles Kerr
18b3b388c0 fix oops from last commit 2007-11-23 03:01:13 +00:00
Charles Kerr
5ad14e4abc fix another 0.94 prerelease crash report... this one from when finishing verifying a torrent that's running. 2007-11-23 02:49:06 +00:00
Mitchell Livingston
f657bd524b when sorting by last activity, if there was no activity use date 2007-11-23 02:46:29 +00:00
Charles Kerr
3b04f824e0 fix libT crash reported in the forums 2007-11-23 02:14:21 +00:00
Charles Kerr
8caa113d4b fix LTEP PEX error reported by Adrian Ulrich in the BitTorrent mailing list 2007-11-22 06:48:08 +00:00
Charles Kerr
6df942138b fix portmapping crash. 2007-11-22 06:13:57 +00:00
Charles Kerr
87d4bcd278 Change the default port from 9090 to 51413 to get in compliance with IANA's port number assignment scheme. (1024 through 49151 are reserved) 2007-11-22 04:15:22 +00:00
Mitchell Livingston
8b6f2ad708 implement another ipc method 2007-11-22 03:34:44 +00:00
Mitchell Livingston
afc98ac91e get rid of an unnecessary width check 2007-11-21 20:22:04 +00:00
Mitchell Livingston
00623d8c55 get building again 2007-11-21 20:10:49 +00:00
Charles Kerr
91e672d428 some progress on the overall statistics, though probably not visible to end users yet 2007-11-21 20:03:53 +00:00
Mitchell Livingston
4a5a95b606 add option to sort by Last Activity 2007-11-21 18:32:41 +00:00
Mitchell Livingston
60c39854f1 allow file location to be changed if it does not yet exist 2007-11-21 17:39:45 +00:00
Charles Kerr
260033847f fix ticket #451 (Files remain in use after removal) 2007-11-21 16:16:59 +00:00
Mitchell Livingston
a7671a3afc update clients list to identify test builds 2007-11-21 15:20:07 +00:00
Mitchell Livingston
761ca4b364 hr, not hours 2007-11-21 02:31:48 +00:00
Mitchell Livingston
33e23b35ae don't pluralize "time" if opened only once 2007-11-21 02:27:23 +00:00
Mitchell Livingston
7e6194ae97 update stats window for session and total info 2007-11-21 02:19:42 +00:00
Charles Kerr
f1cdb4ffbd tweak the version.sh script 2007-11-21 02:10:11 +00:00
Charles Kerr
b708c2f0cb mirror the version.sh change in trunk 2007-11-20 20:05:09 +00:00
Charles Kerr
9f9901b3fa tweak the peer limits a bit for faster uploading 2007-11-20 17:29:56 +00:00
Charles Kerr
172efd42fa fix "manual update" crash reported by Gimp_ and BentMyWookie 2007-11-20 16:50:48 +00:00
Mitchell Livingston
d96f0b629b don't display the not available bar for paused transfers 2007-11-20 13:16:24 +00:00
Mitchell Livingston
c37b0c1dad move status from peer table column to tooltip 2007-11-20 13:08:10 +00:00
Charles Kerr
0a61e04757 now that libevent has a stable 1.4 release out with the features & fixes we wanted, aim third-party/libevent/ at libevent's 1.4 maintainance branch instead of their trunk. 2007-11-20 03:11:50 +00:00
Charles Kerr
49ea2dd4d8 gtk+: disable the "status" column by default 2007-11-20 01:54:11 +00:00
Charles Kerr
9cec81b524 fix the crash reported by pea_, Gimp, and John_Clay [ref: http://pastebin.ca/784834] 2007-11-19 21:44:38 +00:00
Charles Kerr
9f0ca608f6 fix r3892 oops 2007-11-19 21:24:53 +00:00
Charles Kerr
8a0fafac9c sync the struct name with the r3892 2007-11-19 21:21:34 +00:00
Charles Kerr
b61dcfdbff add "this session" stats stubs for BentMyWookie 2007-11-19 20:07:21 +00:00
Mitchell Livingston
963dd61f72 move code to generate time string to its own method 2007-11-19 20:00:18 +00:00
Mitchell Livingston
e1eb915741 include time running stat 2007-11-19 19:47:12 +00:00
Charles Kerr
f6371c99a3 add "time running" to tr_global_stats 2007-11-19 19:30:24 +00:00
Mitchell Livingston
9a351bfc2c make stats window a panel 2007-11-19 18:55:09 +00:00
Mitchell Livingston
ada39e3b09 add Number Opened field to Stats window 2007-11-19 18:28:24 +00:00
Mitchell Livingston
97d4bc1709 add stats window...right now the values mean nothing 2007-11-19 18:13:41 +00:00
Charles Kerr
4cfa1ca6b5 added tr_global_stats prototypes for BentMyWookie 2007-11-19 17:29:17 +00:00
Charles Kerr
41b1f76d9b remove more dead code. this scaffolding was to let libevent play nice back when we had one thread per torrent 2007-11-19 16:30:31 +00:00
Charles Kerr
3929b37da3 denis is right about r3880; we should respect umask 2007-11-19 12:59:26 +00:00
Charles Kerr
41cee06b66 oops, this was supposed to be in 3879 2007-11-19 05:52:05 +00:00
Charles Kerr
3704854654 add more asserts up the call chain to find the source of pea_ and Gimp's bug 2007-11-19 04:51:06 +00:00
Charles Kerr
a654f808e3 change TR_MKDIR_PERM from 0777 to 0755
change TR_CREAT_PERM from 0666 to 0644
2007-11-19 04:46:49 +00:00
Charles Kerr
aa11440755 *maybe* fix the crash reported by pea_ in the forums and by Gimp in http://pastebin.ca/777952 2007-11-19 04:44:14 +00:00