1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00
Commit graph

8044 commits

Author SHA1 Message Date
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
Mitchell Livingston
ad53bbb359 (1.7x) #2439 changing sort order to queue will automatically re-sort 2009-10-22 03:24:58 +00:00
Charles Kerr
86bac1247d In NEWS, add a link to http://trac.transmissionbt.com/query?milestone=1.76&group=component&groupdesc=1&order=severity 2009-10-22 03:08:27 +00:00
Charles Kerr
9d0b950b53 (trunk) sync NEWS with the 1.7x branch 2009-10-22 03:04:01 +00:00
Charles Kerr
baa860e6ce (trunk libT) #2518: r9334 overzealously alarmist wrt unresponsive trackers 2009-10-22 01:28:39 +00:00
Charles Kerr
d9e4ddab1f (trunk libT) #2510: port messages not sent for outgoing peer connections 2009-10-22 01:03:17 +00:00
Mitchell Livingston
9c21268250 fix Quick Look from the file inspector 2009-10-22 00:10:41 +00:00
Mitchell Livingston
236bdc594f #2524 torrent peer limit not saved right away 2009-10-21 23:32:02 +00:00
Mitchell Livingston
b19c79cff8 more efficient time machine location check 2009-10-21 23:13:02 +00:00
Mitchell Livingston
43639d35f3 block while moving a file (for now) 2009-10-21 22:23:08 +00:00
Mitchell Livingston
793524ac47 update the time machine exclude list when the file is moved through rpc 2009-10-21 22:20:43 +00:00
Mitchell Livingston
7f5cfbec77 don't try to reveal files that don't exist 2009-10-21 22:15:36 +00:00
Charles Kerr
c59ae60488 libT doesn't need to create the Incomplete directory until it's needed 2009-10-21 19:33:37 +00:00
Charles Kerr
adfb6f70a1 (trunk libT) show sha1's hex letters in uppercase, as suggested by waldorf 2009-10-21 16:24:58 +00:00
Charles Kerr
95989a0b21 (trunk libT) add callback notification when a torrent has been moved via RPC 2009-10-21 14:02:02 +00:00