Charles Kerr
|
05c77cc975
|
(trunk) #1483: move completed torrents to a user-specified directory + #629: different file extension for incomplete files
|
2009-10-19 05:05:00 +00:00 |
|
Charles Kerr
|
aad2a886be
|
fix oops
|
2009-10-03 13:17:18 +00:00 |
|
Charles Kerr
|
412f0b40a2
|
(trunk libT) fix a crash reported by John Clay and silence a gcc warning
|
2009-10-03 13:15:32 +00:00 |
|
Charles Kerr
|
034d14639a
|
(trunk libT) use tr_torrentName() instead of tor->info.name
|
2009-09-17 03:24:35 +00:00 |
|
Charles Kerr
|
ff260ee2fb
|
(trunk libT) fix a couple of compiler warnings from the last commit.
|
2009-09-10 03:28:55 +00:00 |
|
Charles Kerr
|
19b3a84133
|
(trunk libT) fix oops
|
2009-09-10 03:07:54 +00:00 |
|
Charles Kerr
|
fb83a0464e
|
(trunk libT) #2395: caching too many peers between sessions makes startup slow and uses too much memory (KyleK, stdisease, et al)
|
2009-09-10 02:20:35 +00:00 |
|
Charles Kerr
|
9a02f9e48e
|
fix r9073 oops; I committed a few debugging changes by accident too
|
2009-09-08 20:02:51 +00:00 |
|
Charles Kerr
|
b7821bfb16
|
delete the obsolete zsh bindings
|
2009-09-08 20:01:12 +00:00 |
|
Charles Kerr
|
23b3faada4
|
(trunk libT) #2372: 'Unregistered Torrent Pass' Pauses Download
|
2009-08-31 16:41:54 +00:00 |
|
Charles Kerr
|
ed512c215f
|
(trunk, libT) #2365: Peer settings for an individual torrent should override the global limit.
|
2009-08-31 15:59:43 +00:00 |
|
Charles Kerr
|
11717de1d0
|
(trunk libT) fix #2332: filesystem-based error messages lack context
|
2009-08-13 17:25:26 +00:00 |
|
Charles Kerr
|
cb79214854
|
(trunk) remove trailing spaces
|
2009-08-10 20:04:08 +00:00 |
|
Charles Kerr
|
b2e26ea90a
|
(trunk libT) #2318: improve the peer lists used in the .resume file and in PEX
|
2009-08-07 05:41:33 +00:00 |
|
Charles Kerr
|
24bb159bfe
|
(trunk libT) #2137: .resume file gets saved too frequently
|
2009-08-07 05:29:37 +00:00 |
|
Charles Kerr
|
67c1c6db95
|
(trunk libT) possible fix for #2301, which is a valgrind complaint about uninitialized memory being written to disk while saving the bencoded .resume file. this commit theorizes that the warning is caused by not zeroing out the tr_peer array before filling it, so the extra bits in tr_addresses' ipv4/ipv6 union were never initialized. if this theory is correct, this commit (which zeros the memory first) should fix the bug.
|
2009-08-07 00:58:34 +00:00 |
|
Charles Kerr
|
a4767894e7
|
(trunk) #1400, #2308: differentiate warnings and errors; differentiate between local messages and messages from the tracker
|
2009-08-05 01:25:36 +00:00 |
|
Charles Kerr
|
33b45e72c6
|
(trunk libT) fix r8781 oops
|
2009-07-06 12:27:24 +00:00 |
|
Charles Kerr
|
90097785ca
|
(trunk libT) #1841: Transmission doesn't stick to maximum peer limits
|
2009-07-05 18:28:36 +00:00 |
|
Charles Kerr
|
24746cff7f
|
(trunk libT) minor #include futzing
|
2009-07-01 14:58:57 +00:00 |
|
Charles Kerr
|
8d52cc2adb
|
(trunk libT) scrimp & save a few more bytes per each peer
|
2009-06-24 04:14:39 +00:00 |
|
Charles Kerr
|
5e208a2909
|
(trunk libT) save some memory, and an unnecessary malloc/free, for each torrent
|
2009-06-24 03:54:11 +00:00 |
|
Charles Kerr
|
683073855e
|
(trunk libT) revert most of r8693 as a quick fix for a possible alignment issue on a NAS
|
2009-06-16 19:31:17 +00:00 |
|
Charles Kerr
|
deb679dab0
|
(trunk libT) avoid an extra per-torrent malloc/free by aggregating its tr_bandwidth into its struct
|
2009-06-14 22:19:19 +00:00 |
|
Charles Kerr
|
8504baf7aa
|
(trunk libT) #2022: Torrentbar shows wrong speeds: Webseed-peers aren't taken into account
|
2009-05-28 02:28:14 +00:00 |
|
Charles Kerr
|
3d7cc36424
|
(trunk) #7: DHT support. This is a work in progress... no gui/rpc support yet
|
2009-05-19 18:38:26 +00:00 |
|
Charles Kerr
|
8807c286c0
|
(trunk libT) fix r8394 oops reported by Ryoujin. hooray for having many eyes
|
2009-05-15 02:12:50 +00:00 |
|
Charles Kerr
|
1fc7f10b6c
|
(trunk libT) #2035: Transmission causes wakeups by unnecessary polling
|
2009-05-13 20:54:35 +00:00 |
|
Charles Kerr
|
76d8410f7e
|
(trunk libT) remove r8370's testing assertions
|
2009-05-11 16:04:31 +00:00 |
|
Charles Kerr
|
f9aa317998
|
(trunk) improvements to peer-mgr.c. also, new temporary assert()s to help test them.
|
2009-05-09 06:08:21 +00:00 |
|
Charles Kerr
|
6559fbbd16
|
(trunk) support an X-Transmission-Session-Id header in the RPC server. Yesterday's approach of including the session_id in posted forms -- which is a typical approach -- isn't sufficient for Transmission, since it also allows remote access via JSON/RPC. (part 1 of 2. part 2 is kjg's web ui patch)
|
2009-05-08 14:56:11 +00:00 |
|
Charles Kerr
|
f4dde1eb67
|
(trunk libT) omit some unnecessary tests on the bitfield checks. these seem small, but bitfields are always the top CPU abuser when I profile...
|
2009-04-11 03:24:36 +00:00 |
|
Charles Kerr
|
81766a8dcb
|
(trunk libT) another possible fix for #1894: Crash when download finishes and seed ratio is already met
|
2009-04-09 14:10:31 +00:00 |
|
Charles Kerr
|
73b546c817
|
(trunk libT) possible fix for #1894: Crash when download finishes and seed ratio is already met
|
2009-03-30 05:30:28 +00:00 |
|
Charles Kerr
|
f1d92708e7
|
(trunk) more speedlimit work
|
2009-03-28 16:47:01 +00:00 |
|
Erick Turnquist
|
2f8d56e77f
|
(trunk libT) make IPv6's two IPv4-compatible address formats invalid peer addresses
IPv4 peers should only be seen from an IPv4-connected tracker.
|
2009-03-27 01:31:17 +00:00 |
|
Erick Turnquist
|
dd7eb76718
|
(trunk libT) remove tr_suspectAddress() since all seems well
|
2009-03-27 01:14:25 +00:00 |
|
Charles Kerr
|
857b3dab10
|
(trunk libT) #1823: Ratio limit is only checked when peers are active
|
2009-03-01 13:56:22 +00:00 |
|
Charles Kerr
|
c07180fa49
|
(trunk libT) #1829: age out the refill list every 10 seconds, not every 1 second
|
2009-02-25 22:15:04 +00:00 |
|
Charles Kerr
|
91940d1c07
|
(trunk libT) #1829: high CPU use in refillPiece()
|
2009-02-25 13:04:51 +00:00 |
|
Charles Kerr
|
3ce4f44a6e
|
(trunk libT) more #1829
|
2009-02-18 22:25:13 +00:00 |
|
Charles Kerr
|
f9e400a22d
|
(trunk libT) a little more work on #1829
|
2009-02-18 21:27:44 +00:00 |
|
Charles Kerr
|
b322fb2e54
|
(trunk libT) experimental fix for #1829: High CPU use in refillPulse()
|
2009-02-18 17:19:36 +00:00 |
|
Mitchell Livingston
|
3d1cf6ba0d
|
assorted trivial cleanup
|
2009-02-17 04:00:53 +00:00 |
|
Mitchell Livingston
|
39b0108366
|
have the mac ui use libT's ratio settings (attempt 1); when seed ratio is reached in libT, set the seed ratio setting to "seed forever"
|
2009-02-14 21:15:57 +00:00 |
|
Charles Kerr
|
3f9a1d090b
|
(trunk) #1787: add support for seeding ratio limiting in libtransmission
|
2009-02-13 18:23:56 +00:00 |
|
Charles Kerr
|
509465a85b
|
(trunk libT) partial revert of r7825: back out the refillPulse() changes
|
2009-02-11 16:34:35 +00:00 |
|
Charles Kerr
|
08289b9d13
|
(trunk libT) #1748: possible fix for the kqueue corruption errors by consolidating the three per-torrent libevent timers into three session-wide timers. Since most people reporting this error have lots of torrents loaded, consider a hypothetical example: if you had 500 torrents, this patch will reduce 1,500 libevent timers down to just three timers. On top of that, those three have simpler life cycles too...
|
2009-02-04 16:58:52 +00:00 |
|
Charles Kerr
|
5812b9f05b
|
(trunk libT) more debugging messages
|
2009-01-24 17:20:07 +00:00 |
|
Charles Kerr
|
06887c9e9e
|
(trunk libT) better implementation of r7761 to take into account feedback from repattila in the forums
|
2009-01-20 15:47:25 +00:00 |
|