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

3179 commits

Author SHA1 Message Date
Charles Kerr
257eaee631 more of the same 2007-11-15 05:47:23 +00:00
Charles Kerr
ea3a1387f2 more of the same. 2007-11-15 05:20:38 +00:00
Charles Kerr
8019f8cd2c raise the number of unchoked peers per torrent 2007-11-15 05:04:21 +00:00
Charles Kerr
a14fe99e00 another download speed tweak 2007-11-15 04:59:37 +00:00
Charles Kerr
8653817e5d cruft removal: use tr_stat's ratio field instead of calculating it ourself. 2007-11-15 04:19:53 +00:00
Mitchell Livingston
dd4fb1e6d1 update strings file 2007-11-14 22:48:43 +00:00
Charles Kerr
c4f15263a0 since many people seem to be having a hard time holding onto good peers, be a little more lenient on how quickly we hang up on peers that have transferred piece data with us. 2007-11-14 05:02:03 +00:00
Charles Kerr
a9e5fff2e6 * fix the `req->length == (uint32_t)( ((block)==((msgs->torrent)->blockCount-1))' bug.
* there seems to be a pattern for peers that were (intentionally?) giving incomplete data to trigger the bug above.  when a peer does this, give them a strike on its three-strikes-and-you're-banned count
2007-11-13 05:36:43 +00:00
Mitchell Livingston
008025c9c9 localize the folders' names in the "Transfers > General" preference pane 2007-11-13 03:45:10 +00:00
Mitchell Livingston
7f9e4d9efe when dragging a file on the window, check if it has the .torrent extension; smaller changes 2007-11-13 00:56:58 +00:00
Charles Kerr
6242508fe2 minor tweaks. 2007-11-12 22:26:10 +00:00
Mitchell Livingston
94b60cd89e update appcast 2007-11-12 20:55:31 +00:00
Charles Kerr
4449521f38 sync with 0.9x branch 2007-11-12 15:22:22 +00:00
Charles Kerr
66c9119a84 tiennou's fix for #461 2007-11-12 15:15:51 +00:00
Charles Kerr
dfba59b97a tiennou's fix for #463 2007-11-12 15:08:58 +00:00
Mitchell Livingston
4218de225f update appcast 2007-11-12 04:23:43 +00:00
Mitchell Livingston
ec024c569c update version info and news 2007-11-12 03:01:51 +00:00
Mitchell Livingston
2af8500b60 make the availability bar red 2007-11-11 21:45:27 +00:00
Charles Kerr
96629d16db clear the gtk+ gui before calling tr_close() 2007-11-11 20:38:59 +00:00
Charles Kerr
f9c992dc33 sync with 0.9x NEWS 2007-11-11 20:38:08 +00:00
Charles Kerr
f1e85f5206 Increase the intervals on timers that won't affect performance. This reduces most of Transmission's PowerTOP footprint. 2007-11-11 20:27:13 +00:00
Mitchell Livingston
cea39bd4d4 update news 2007-11-11 19:46:06 +00:00
Mitchell Livingston
f20a6b15b7 add availability bar to dim percent not available (yellow for now) 2007-11-11 16:59:32 +00:00
Charles Kerr
8516860fec fix a bug in tr_stat's availability numbers, reported by BentMyWookie 2007-11-11 16:33:04 +00:00
Mitchell Livingston
5373a9d82d eliminate the second port status dot/text field to avoid confusion 2007-11-11 06:36:32 +00:00
Mitchell Livingston
4854aac298 remove code to manually close torrents on quit 2007-11-11 03:15:49 +00:00
Charles Kerr
d89d6faad4 don't require clients to call tr_torrentClearStatusCallback() before tr_torrentClose(). 2007-11-11 03:14:01 +00:00
Charles Kerr
adeee3d886 silence some Fast Peer console messages 2007-11-10 22:29:55 +00:00
Charles Kerr
0aee22aaff have tr_close() call tr_torrentClose() on all running torrents 2007-11-10 22:29:28 +00:00
Mitchell Livingston
5cfd290769 patch from tiennou to fix the build errors on cli/daemon/remote/proxy, and correct the file encoding setting for cli.c 2007-11-10 20:10:14 +00:00
Charles Kerr
c32f893038 commit tiennou's fast-peers-final patch from ticket 149 2007-11-10 16:06:00 +00:00
Charles Kerr
4cb16901b8 fix tracker wart reported by tiennou 2007-11-10 16:00:59 +00:00
Charles Kerr
41d617adda sync with 0.9x' NEWS 2007-11-10 15:13:24 +00:00
Charles Kerr
028403edce sync with the 0.9x's NEWS. fix a typo in README. 2007-11-10 14:59:32 +00:00
Charles Kerr
76626796f3 make the hard drive less noisy than it was in 0.92 2007-11-10 05:09:40 +00:00
Charles Kerr
e7e479d758 fix r3777 compiler warning reported by SoftwareElves 2007-11-10 05:01:13 +00:00
Charles Kerr
ca03b62a58 * fix a bug that could corrupt peer connections, causing slower speeds and/or fewer connections
* add more assertions to smoke out any remaining BT protocol bugs
2007-11-10 04:56:27 +00:00
Mitchell Livingston
e37a3d3157 when sorting by queue order, allow torrents to be reordered even if they are filtered (put below the one above it in the total queue) 2007-11-09 23:38:35 +00:00
Charles Kerr
fd430fde90 undoing the r3773-r3774 experiment. 2007-11-09 20:07:52 +00:00
Charles Kerr
fda79c7eef oops, wrong #include for NSCParameterAssert in r3773. 2007-11-09 19:51:48 +00:00
Charles Kerr
67b719c2de on Darwin, use NSCParameterAssert() instead of assert(). 2007-11-09 19:50:40 +00:00
Charles Kerr
2c2d3aaded these didn't need to be checked in. 2007-11-09 17:54:01 +00:00
Charles Kerr
14bd1d7408 sync our shutdown code to BentMyWookie's latest tr_close() changes. 2007-11-09 16:11:10 +00:00
Charles Kerr
4792788d24 move the gateway discovery from init() to start() so that tr_init() doesn't block. 2007-11-09 16:10:48 +00:00
Charles Kerr
e168cf3f69 don't let incoming peer connections sneak past MAX_CONNECTED_PEERS_PER_TORRENT. 2007-11-09 15:19:12 +00:00
Mitchell Livingston
b382628933 have libtransmission be in charge of checking if nat traversal is disabled when quitting 2007-11-09 15:06:32 +00:00
Mitchell Livingston
ba61307266 the main window doesn't have to detect mouse moved events now that the filter bar is using built-in buttons 2007-11-09 13:47:34 +00:00
Mitchell Livingston
e9f667afb9 adjust filter bar button placement 2007-11-09 13:35:43 +00:00
Charles Kerr
5da8a977c6 * add O_LARGEFILE support to fdlimit for the benefit of 32-bit posix machines
* minor tweaks
2007-11-09 04:32:19 +00:00
Mitchell Livingston
4a5125cc53 updated open toolbar image from AR 2007-11-09 04:03:16 +00:00