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

3186 commits

Author SHA1 Message Date
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
Charles Kerr
b0f5ff96f3 back to the "router death" issue: throttle how many connections T will try to open at any one time 2007-11-18 17:35:28 +00:00
Charles Kerr
2c92788469 gtk: sync our "activity" tab with the mac's "purple crystal ball" tab 2007-11-18 17:28:36 +00:00
Charles Kerr
ed72b1b795 fix choking bug that could penalize good peers. 2007-11-18 06:15:13 +00:00
Mitchell Livingston
84b10c4312 more straightforward way to get string width for message window 2007-11-18 05:45:28 +00:00
Charles Kerr
8d70ac49c0 the peers tab used to refresh too quickly to read! 2007-11-18 04:28:28 +00:00
Mitchell Livingston
fa687d0928 get rid of a warning, and add a new one 2007-11-18 04:27:55 +00:00
Charles Kerr
a277382578 more download speed tweaks for situations where T is both uploading and downloading. 2007-11-18 04:24:17 +00:00
Charles Kerr
e371009606 this should improve download speeds. test it! 2007-11-18 03:18:26 +00:00
Charles Kerr
f3c153234f gtk: rename "Verify Local Files" to "Verify Local Data" 2007-11-18 02:55:08 +00:00
Mitchell Livingston
11ebb80bff rename "Recheck Existing Data" to "Verify Local Data" 2007-11-18 02:50:30 +00:00
Mitchell Livingston
db4954cc68 get rid of the Debug warning (it's not as relevant as it was back in the olden days) 2007-11-18 02:33:17 +00:00
Charles Kerr
355f96e660 Rename "Debug Window" as "Message Log", which is the terminology the OS X client uses too 2007-11-18 02:32:46 +00:00
Mitchell Livingston
db98b81f9c streamline setting inspector tabs' tooltips 2007-11-18 02:20:28 +00:00
Mitchell Livingston
f45e60a2ee add new peer status enum to gui 2007-11-18 01:03:58 +00:00
Charles Kerr
9a81cd7637 reintroduce the "SWIFT" algorithm 2007-11-18 01:00:49 +00:00
Mitchell Livingston
c83f25fed5 have the info controller format the peer status string, for efficiency sakes 2007-11-18 00:28:37 +00:00
Mitchell Livingston
243d4cfcba add status field to peers table 2007-11-18 00:09:37 +00:00
Charles Kerr
37969406b2 Add "Status" column to tr_peer_stat. 2007-11-17 23:43:33 +00:00
Mitchell Livingston
c4ac8eeb71 when creating a torrent, changing the torrent file location will give an explanation in the save panel; localized the Select button in the save panel; set the location as the torrent file's currently set location 2007-11-17 18:54:07 +00:00
Charles Kerr
54a2bb978b fix timeout error that caused us to drop connections prematurely 2007-11-17 17:49:30 +00:00
Mitchell Livingston
bf191cec1b work with last commit 2007-11-17 16:52:56 +00:00
Mitchell Livingston
2483e074ad move FilterButton to proper directory 2007-11-17 16:51:41 +00:00
Mitchell Livingston
1f6762b760 ensure filter tooltip always shows 2007-11-17 16:35:48 +00:00
Mitchell Livingston
58b3b21a76 in Leopard add tooltips to the not-so-clear header cells in the peers and files tables 2007-11-17 16:22:50 +00:00
Charles Kerr
a2609ae2a7 fix permissions issue reported by Jaybird in http://transmission.m0k.org/forum/viewtopic.php?t=2944 2007-11-17 16:20:08 +00:00
Mitchell Livingston
d140cd0af6 missed this in last commit 2007-11-17 16:00:23 +00:00
Mitchell Livingston
0b24911389 readd the custom FilterButton subclass to simplify setting the tooltip 2007-11-17 15:55:23 +00:00
Mitchell Livingston
cd7de9ae16 fix bug where dragging a torrent that is already opened off of the window will make the overlay appear and fade off 2007-11-17 14:43:05 +00:00
Mitchell Livingston
7da33be84b set titles of inspector buttons to hopefully allow better accessibility 2007-11-17 14:30:08 +00:00
Charles Kerr
ef3d0df0d9 try to tickle some more information out of John_Clay's bug report 2007-11-17 07:48:51 +00:00
Charles Kerr
b4644c02b9 undo previous commit 2007-11-17 07:29:44 +00:00
Charles Kerr
564e4e2eb6 fix gtk+ memory leak. 2007-11-17 07:27:11 +00:00
Charles Kerr
77d58126f4 remove yet more dead code 2007-11-17 02:47:47 +00:00
Charles Kerr
135da6efca tweaking the speed limit settings a little more 2007-11-17 00:30:36 +00:00
Charles Kerr
8d08db716d speed limit code cleanup 2007-11-17 00:16:26 +00:00
Mitchell Livingston
5c61c7c7f6 clicking on an already-clicked filter button will not deselect it 2007-11-16 22:03:59 +00:00
Charles Kerr
cc728b0470 progress on the "speed limits kill my transfer rate" bug. 2007-11-16 21:58:11 +00:00
Charles Kerr
521d32af9d tweak the libevent read buffer size 2007-11-16 21:47:55 +00:00
Charles Kerr
a1805875ee try to fix the platform.c:278 issue reported by dave in http://transmission.m0k.org/forum/viewtopic.php?t=2949 2007-11-16 20:41:41 +00:00
Charles Kerr
0ac302b302 progress on the "speed limits kill my transfer rate" bug. 2007-11-16 20:40:03 +00:00
Charles Kerr
d2a5dd50d3 remove dead code 2007-11-16 20:38:51 +00:00
Charles Kerr
73680b6263 fix tr_peerMsgsAddRequest memory leak reported by tiennou 2007-11-16 15:45:26 +00:00
Charles Kerr
1ebaf597a4 fix trunk memory leak reported by tiennou 2007-11-16 15:33:57 +00:00
Charles Kerr
787d2b800c fix benocde crash reported by Gimp_ 2007-11-16 06:37:01 +00:00