Commit Graph

7958 Commits

Author SHA1 Message Date
Mitchell Livingston 632ccf066a trivial cleanup and update strings file 2009-10-29 02:45:58 +00:00
Mitchell Livingston c4c2d918ec whoops 2009-10-29 01:47:01 +00:00
Mitchell Livingston d5cd854bcb remove the mac's redundant location check when adding a transfer 2009-10-29 01:44:54 +00:00
Mitchell Livingston f254b9eb54 change the text at the bottom of the peer info tab from 3 columns to a single line 2009-10-28 21:05:50 +00:00
Charles Kerr c9b071015f (trunk libT) #2530: Announce attempt to invalid tracker occurs too often 2009-10-28 04:53:39 +00:00
Charles Kerr 4b804e32ed (trunk libT) another tweak to tr_torrentSetLocation() 2009-10-28 04:50:37 +00:00
Charles Kerr 2d593502f4 (trunk gtk) fix minor layout/resize errors in the torrent dialog's tracker tab 2009-10-28 03:54:36 +00:00
Mitchell Livingston 693897ce4c BitTorrent Embedded -> SDK 2009-10-28 03:48:54 +00:00
Mitchell Livingston c0d68a06c9 add "BitTorrent Embedded" to client list 2009-10-28 03:31:02 +00:00
Charles Kerr 24d24e5bc6 (trunk daemon) change a couple of flags' types from int to tr_bool. whoo! 2009-10-28 03:23:30 +00:00
Mitchell Livingston 05fa587eb3 whoops leak 2009-10-27 23:23:57 +00:00
Mitchell Livingston 7220f6fe83 per-torrent action menu's priority images might have been flipped on 10.6 2009-10-27 23:23:02 +00:00
Charles Kerr 22e3f1175a (trunk libT) #2531: when the user moves a torrent from one location to another, we don't need to reverify if the files are just rename()d 2009-10-27 23:00:34 +00:00
Charles Kerr 9a631b666d (trunk daemon) #2155: transmission-remote should allow per-torrent speeds 2009-10-27 21:30:00 +00:00
Charles Kerr 087f75e1ce (trunk libT) #2518: overzealously alarmist re unresponsive trackers 2009-10-27 21:03:13 +00:00
Charles Kerr bcce43021f (trunk libT) fix #2534: if port forwarding is disabled, tr_sessionClose() closes a random file descriptor 2009-10-27 20:29:02 +00:00
Charles Kerr 858e691381 (trunk libT) add a wrapper function, tr_netCloseSocket(), around EVUTIL_CLOSESOCKET() so that not all of our code has to #include evutil 2009-10-27 20:27:27 +00:00
Charles Kerr 7a4f22ba12 (trunk libT) use part of hexum's patch from <http://forum.transmissionbt.com/viewtopic.php?p=41572#p41572>. The part added sorts peers by their overall speed when deciding which ones to disconnect from first, and which to request from first. 2009-10-27 20:06:55 +00:00
Charles Kerr 57bfbaabc6 (trunk daemon) #2119: add 'break' to the SIGHUP switch 2009-10-27 16:46:06 +00:00
Charles Kerr 2acc006807 (trunk libT) There seems to be a lot of talk about T hosing routers, preventing other network traffic, etc. As an experiment let's try reducing the number of new connections we allow per second and see if/how that affects performance. 2009-10-27 16:08:38 +00:00
Mitchell Livingston ae5c51060c bump the ratio buffer size to 12, to be on the safe side 2009-10-27 04:35:34 +00:00
Mitchell Livingston 0ce3e4ac41 allocate much less memory for the ratio text 2009-10-26 23:57:09 +00:00
Mitchell Livingston e38c3c8165 potential fix to #2519 2009-10-26 23:43:15 +00:00
Mitchell Livingston be61ded9de fix a crash when trying to delete data that doesn't exist 2009-10-26 02:33:23 +00:00
Mitchell Livingston 397cad4c04 only set the inspector reveal button image on 10.5 2009-10-26 02:02:25 +00:00
Mitchell Livingston db80a915aa we should use the size of the array that we're actually using 2009-10-25 21:31:01 +00:00
Mitchell Livingston 7eed54904a delay part of generating the message log text until after choosing a location 2009-10-25 21:30:19 +00:00
Mitchell Livingston 2296384fc1 get rid of 2 more warnings 2009-10-25 19:29:30 +00:00
Mitchell Livingston c9ac03cdad update strings file 2009-10-25 19:00:09 +00:00
Mitchell Livingston 130c9af1d1 on second thought, the other UI's might want this value sooner or later, and it's cheaper to calculate it in the stat function 2009-10-25 18:49:20 +00:00
Mitchell Livingston a5e0b6e5b2 since the Mac UI is the only one to use it, move percentRatio calculation into the Mac code 2009-10-25 18:45:35 +00:00
Mitchell Livingston cfbcdd8832 one less warning 2009-10-25 16:31:28 +00:00
Mitchell Livingston a84da10766 restore the check for remaining disk space 2009-10-25 13:42:22 +00:00
Mitchell Livingston dc068e920f since Transmission will now create missing directories, don't have the check/pop-up for missing location when starting 2009-10-25 13:20:52 +00:00
Mitchell Livingston 50e140d240 display an error when moving data fails 2009-10-25 03:08:13 +00:00
Mitchell Livingston 960b303046 restore the check of moving a folder into itself 2009-10-25 03:05:25 +00:00
Mitchell Livingston 9254de1a36 smooth out the upload eta the same way as the download eta 2009-10-25 02:42:57 +00:00
Mitchell Livingston 47e19c4410 when calculating the "smoothed" eta, 1. only factor in previous speeds when those speeds were recent (ie. if we just resumed from pause, discard the previous speed) and 2. factor in if the speed was 0 as well 2009-10-25 02:36:03 +00:00
Mitchell Livingston 2e1d1d013d (trunk) update to 1.76+ 2009-10-25 01:45:38 +00:00
Mitchell Livingston ffe75b3506 store the donate ask date right away, instead of after the user clicks yes/no 2009-10-24 20:44:48 +00:00
Charles Kerr 39ba9bbbba (trunk) add SIGKILL handling to daemon, gtk clients. This is revision of r9387 for #2119 2009-10-24 16:18:40 +00:00
Charles Kerr 55c59fa478 (trunk) fix r9380 #2412 timing issue 2009-10-23 05:48:56 +00:00
Charles Kerr 37aaf66d4e (trunk) #2527: daemon should log messages to syslog 2009-10-23 05:00:16 +00:00
Charles Kerr c85ee09fef (trunk) trunk's just been too stable lately. #2119: reload settings.json on SIGHUP 2009-10-23 03:41:36 +00:00
Mitchell Livingston 9575e54a04 (trunk) update NEWS 2009-10-22 21:51:35 +00:00
Charles Kerr 00197cc461 (trunk libT) undo today's earlier commit r9381 for #2508 -- looks like I introduced a bug into the patch. 2009-10-22 19:08:45 +00:00
Charles Kerr 73222ce7aa (trunk libT) revert r9345, because all our .torrent and .resume files' hex letters are in lowercase 2009-10-22 18:48:26 +00:00
Charles Kerr bb541fc8d6 (trunk libT) #2508: atom->port never updated 2009-10-22 15:05:56 +00:00
Charles Kerr 9affe9ef59 (trunk libT) #2412: tracker query should use bind address 2009-10-22 05:15:34 +00:00
Mitchell Livingston 5e44e56747 (trunk) update NEWS 2009-10-22 03:37:44 +00:00