1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00
Commit graph

8642 commits

Author SHA1 Message Date
Charles Kerr
1724553212 (trunk) per-tier up/down/corrupt byte counts for announcing to trackers 2010-02-08 16:47:30 +00:00
Charles Kerr
d1b282b647 (trunk libT) remove dead code. 2010-02-08 13:59:13 +00:00
Charles Kerr
9194325c95 (trunk libT) messages about SO_SNDBUF size and file preallocation should probably be debug messages rather than visible-by-default info messages... 2010-02-08 04:43:56 +00:00
Mitchell Livingston
4489c25fdf fix adding trackers 2010-02-08 04:17:41 +00:00
Charles Kerr
6959cbac6f (trunk) and, now that hudson's got a dmg, undo that peer_id 2010-02-08 03:41:03 +00:00
Charles Kerr
f194f3f6dc (trunk) another test peer_id 2010-02-08 03:27:35 +00:00
Charles Kerr
0ea501355e (trunk daemon) #2877 "Don't let the daemon launch if settings.json is corrupt" -- implemented in trunk for 1.90 2010-02-07 22:17:42 +00:00
Charles Kerr
fb6ac30ca3 (trunk gtk) #2876 "Use X-GNOME-FullName in .desktop file" -- patch committed in trunk for 1.90 2010-02-07 20:48:46 +00:00
Charles Kerr
5074c0c021 (trunk gtk) #2873 "optional appindicator support" -- committed patch to trunk for 1.90 2010-02-07 19:32:35 +00:00
Charles Kerr
b6c0fb31b1 (trunk daemon) #2875 "add incomplete-dir, dht, and seedratio options to daemon" -- committed to trunk for 1.90 2010-02-07 19:20:00 +00:00
Mitchell Livingston
5595666310 a couple more tweaks to displaying peers and webseeds 2010-02-07 17:37:01 +00:00
Charles Kerr
0dcfcc8053 (trunk gtk) make the debug messages easier to read in the message window. grey-on-white was just stupid. 2010-02-07 17:15:02 +00:00
Charles Kerr
5134dd8966 (trunk libT) #2874 "Since 10094 The Schedule Speed Limit Not Working" -- fixed in trunk for 1.90 2010-02-07 17:13:38 +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
c9c7b95ae8 (trunk gtk) #2013 "unable to connect to tracker via authenticated HTTP proxy server" -- fixed in GTK+ for 1.90 2010-02-07 05:15:53 +00:00
Mitchell Livingston
d835f48828 if no webseeds, avoid some unneeded work when generating the list 2010-02-07 01:56:17 +00:00
Mitchell Livingston
7de86fd404 retrieve peers and webseeds in a single loop 2010-02-07 01:51:45 +00:00
Charles Kerr
95a4adfd22 (trunk libT) #2745 "Crash with tr_sessionSetPortForwardingEnabled()" -- fixed in trunk for 1.90 2010-02-06 20:25:25 +00:00
Mitchell Livingston
e305a68d7b add good Growl 2010-02-06 19:26:35 +00:00
Mitchell Livingston
513ac3c958 remove bad Growl 2010-02-06 19:25:27 +00:00
Mitchell Livingston
59390939a5 add Growl 1.2.1 2010-02-06 19:22:37 +00:00
Mitchell Livingston
e937357bb9 remove Growl 1.2 2010-02-06 19:22:03 +00:00
Mitchell Livingston
799e94aeb7 #2844 Add option to disable ".part" suffix for incomplete files (Mac) 2010-02-06 18:44:13 +00:00
Mitchell Livingston
fdc6e9d4e0 one more temp assert 2010-02-06 17:26:48 +00:00
Charles Kerr
385255a0e9 (trunk) revert r10115 to freeze the -TR183P peer_id at that revision number 2010-02-06 17:18:33 +00:00
Mitchell Livingston
300db84d7d add some temporary asserts to track down #2805 2010-02-06 17:12:16 +00:00
Charles Kerr
dd60beec65 (trunk) poke the peer_id to -TR183P for tracker testing 2010-02-06 16:55:27 +00:00
Charles Kerr
89c55c5b6a (trunk web) #2772 "Even after a magnet link gets metainfo, the Web GUI doesn't use that metainfo" -- fixed in trunk for 1.90 2010-02-06 16:43:48 +00:00
Mitchell Livingston
310e33bece a tiny bit of improvement to the tracker tab efficiency 2010-02-06 15:58:35 +00:00
Mitchell Livingston
3b2ad86fcf slight efficiency improvements for peers and webseeds in the inspector 2010-02-06 15:42:18 +00:00
Charles Kerr
5a69330344 (trunk libT) when we can't bind to a port and the error is EADDRINUSE, add a parenthetical hint "(Is another copy of Transmission already running?)" 2010-02-06 14:43:28 +00:00
Charles Kerr
0f1c496119 (trunk, qt) #2841 "new torrents via .torrent not added in qt client" -- fixed in trunk for 1.90 2010-02-06 13:34:21 +00:00
Charles Kerr
ef6d874c57 (trunk libT) #2716 "magnet torrents not being saved after quit" -- fix regression reported by RolCol @ http://trac.transmissionbt.com/ticket/2716#comment:8 2010-02-06 05:22:27 +00:00
Charles Kerr
40adcb5491 (trunk gtk) don't dereference a NULL pointer if a torrent has no "name" 2010-02-06 05:21:25 +00:00
Mitchell Livingston
cee284549b (hopefully) fix r10106 peer table resize issue 2010-02-06 03:52:32 +00:00
Mitchell Livingston
e03d7dd658 #2867 Display peers and web seeds for all selected torrents in the inspector 2010-02-06 03:34:49 +00:00
Mitchell Livingston
1dd5dddcec improve how tracker tiers are sent to the inspector code 2010-02-06 02:35:27 +00:00
Mitchell Livingston
ce81f5c888 specify timeouts in the tracker tab 2010-02-06 00:45:28 +00:00
Mitchell Livingston
5733f139fa if torrent name is unavailable, use hash 2010-02-06 00:20:20 +00:00
Charles Kerr
d83282329f (trunk) formatting fix to the configure script's "Configuration:" output 2010-02-05 21:20:10 +00:00
Charles Kerr
3b82968c31 (trunk gtk) #2864 "when adding a non-BitTorrent magnet link fails, explain why to the user" -- implemented for GTK+ client for 1.90 2010-02-05 13:59:44 +00:00
Charles Kerr
d986cc284a (trunk gtk) #2863 "Build failure in gtk/add-dialog.c:56:save_recent_destination: 'strcmp' undeclared" -- fixed in trunk for 1.90 2010-02-05 12:35:29 +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
8b3fb8a5e8 (trunk libT) #2854 "`tracker did not respond' errors" -- lengthen the time we wait before timing out. This was shortened not too many releases ago to prevent a logjam from dead tpb tracker announces; however, we now have better ways of doing that and the short deadline may be contributing to the "did not respond" errors. 2010-02-05 04:54:08 +00:00
Mitchell Livingston
94517feeeb #2860 Display trackers for all selected torrents in the inspector 2010-02-05 02:51:42 +00:00
Charles Kerr
7519f51fe9 (trunk libT) #2854 "Tracker did not respond" -- when calculating the interval to wait before retrying a failed announce or scrape, take into account that tracker's responses to other torrents' announces/scrapes 2010-02-05 01:47:33 +00:00
Charles Kerr
b3d0309034 (trunk libT) #2854 "tracker did not respond" -- when both scrapes and announces are vying for a turn, give announces a higher priority 2010-02-05 01:16:30 +00:00
Charles Kerr
c0da8ffb86 (trunk libT) fix turtle mode bug introduced in r10093 2010-02-05 00:45:49 +00:00
Charles Kerr
7579a8a5d2 (trunk libT) #2584 "Checks for AltTime (turtle mode) start and stop and may be missed" -- fixed in trunk for 1.90 2010-02-04 23:39:50 +00:00
Charles Kerr
fbddf853b0 (trunk libT) fix possible null pointer dereference reported by wereHamster 2010-02-03 14:43:39 +00:00