Mitchell Livingston
|
3d1cf6ba0d
|
assorted trivial cleanup
|
2009-02-17 04:00:53 +00:00 |
Mitchell Livingston
|
b9ff19ba38
|
a newly-added torrent should always follow the global ratio setting
|
2009-02-17 01:42:10 +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 |
Mitchell Livingston
|
fa3b9a12c5
|
eta will now indicate time remaining to reach seed ratio when seeding
|
2009-02-14 05:15:23 +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
|
e7c2fe4b46
|
(trunk libT) #1760: test fix for a deadlock that occurs stopping a file that's being verified
|
2009-02-05 19:57:50 +00:00 |
Charles Kerr
|
6c7097d1f4
|
(trunk libT) more assertions
|
2009-01-30 00:41:08 +00:00 |
Charles Kerr
|
61e18f1d1b
|
(trunk libT) yet even *more* assertions for Biiaru and persept :)
|
2009-01-29 16:56:43 +00:00 |
Charles Kerr
|
6f95a057d0
|
(trunk libT) when deleting a torrent's local data -- folders and files -- use remove() instead of unlink() because the former handles both folders and files gracefully
|
2009-01-22 21:43:46 +00:00 |
Charles Kerr
|
486c55c1ed
|
(trunk libT) peerMgr: operate directly on tr_torrent and not peerMgr+torrentHash
|
2009-01-13 21:00:05 +00:00 |
Charles Kerr
|
dab899f132
|
(trunk libT) #1427: Files are kept open in read/write mode after a torrent finishes
|
2009-01-12 19:58:16 +00:00 |
Charles Kerr
|
2f6b56671f
|
(trunk libT) win32 portability patch from Alexey
|
2009-01-11 17:02:04 +00:00 |
Charles Kerr
|
b545dbe28a
|
(trunk libT) fix downloadDir error reported & tracked down by wereHamster
|
2009-01-09 18:39:30 +00:00 |
Charles Kerr
|
141847b902
|
(trunk libT) update the copyrights on some files that no longer have old code in them
|
2009-01-07 06:53:29 +00:00 |
Charles Kerr
|
5ccd5a7700
|
(trunk libT) fix the much-hated "Assertion failed: (tr_isPeerIo( io ))". Also, repeated calls to tr_date() were taking up about 78% of the time in tr_stat(), so instead of calling multiple times, call it once in tr_stat() and pass that value around to the functions that need it.
|
2009-01-05 04:27:54 +00:00 |
Charles Kerr
|
ead8254b85
|
(trunk libT) tr_torrentStat() speedups
|
2009-01-03 23:11:29 +00:00 |
Charles Kerr
|
0d2d375125
|
(trunk libT) inline a few more torrent methods
|
2009-01-03 00:25:27 +00:00 |
Charles Kerr
|
86d3e70121
|
(trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_ratecontrol, contain the it directly rather than a pointer to one allocated elsewhere on the heap.
|
2009-01-02 20:42:35 +00:00 |
Charles Kerr
|
199e38dd66
|
(trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_completion, contain the it directly rather than a pointer to one allocated elsewhere on the heap.
|
2009-01-02 17:01:55 +00:00 |
Charles Kerr
|
d6b4db4a78
|
(trunk libT) add "inline" hint to several one-liner functions
|
2009-01-02 06:28:22 +00:00 |
Charles Kerr
|
7a4002dd3a
|
(trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_bitfield, contain it directly rather than a pointer to one allocated elsewhere on the heap.
|
2008-12-29 09:51:54 +00:00 |
Charles Kerr
|
427f639664
|
(trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_ptrArray, contain the tr_ptrArray directly rather than a pointer to one allocated elsewhere on the heap.
|
2008-12-29 08:54:36 +00:00 |
Charles Kerr
|
dfcc9173e5
|
(trunk libT) #include "session.h" cleanup from wereHamster
|
2008-12-23 17:27:15 +00:00 |
Charles Kerr
|
303356d110
|
(trunk) #1029: When removing local data only remove data from the torrent
|
2008-12-23 16:04:11 +00:00 |
Charles Kerr
|
8556ce653f
|
(trunk libT) comments, tr_bool correctness, better runtime tests.
|
2008-12-21 18:15:00 +00:00 |
Charles Kerr
|
54be88dec3
|
(trunk libT) add ipv6 support by jhujhiti. I think this is the largest user-contributed patch we've ever used... thanks jhujhiti :)
|
2008-12-15 00:17:08 +00:00 |
Charles Kerr
|
788b397ecc
|
(trunk libT) more semantic cleanup: tr_handle->tr_session, int->tr_bool, int->tr_port
|
2008-12-14 11:21:11 +00:00 |
Charles Kerr
|
f1419a95c0
|
(trunk libT) semantic cleanup: int -> tr_bool
|
2008-12-13 23:39:12 +00:00 |
Charles Kerr
|
6b0d98a695
|
(trunk) #1559: Simplify tr_sessionInitFull
|
2008-12-13 23:17:36 +00:00 |
Charles Kerr
|
a33b78fc53
|
(daemon) #1510: kysucix's patch to give an option to delete local data via RPC when removing a torrent.
|
2008-12-09 17:01:49 +00:00 |
Charles Kerr
|
519b4d3f5e
|
(trunk libT) if an individual torrent's speed limit is set, don't pay attention to the global speed limit
|
2008-12-09 15:09:26 +00:00 |
Charles Kerr
|
76ce949419
|
(libT) fix a minor memory leak.
|
2008-12-06 02:21:50 +00:00 |
Charles Kerr
|
bdffa5ce20
|
(libT) #1454: List of files selection/priority resetting
|
2008-12-02 23:27:45 +00:00 |
Charles Kerr
|
d4ee0d714a
|
(libT) #1379: support "partial seeds" BEP 22
|
2008-12-02 19:46:51 +00:00 |
Charles Kerr
|
9d39ed2540
|
(libT) misc cleanup
|
2008-12-02 18:24:26 +00:00 |
Charles Kerr
|
c910993b68
|
#1379 lay some very early groundwork for "partial seeds" -- change tr_completion's enum to use the partial seed terminology
|
2008-11-30 01:52:45 +00:00 |
Charles Kerr
|
ff651209c8
|
(libT) remove debugging statement that got checked in by accident
|
2008-11-26 05:58:10 +00:00 |
Charles Kerr
|
f44248a7d7
|
(libT) yet another stab at getting bandwidth management under control. this version may suck less than previous attempts. It also breaks the mac build until someone adds iobuf.[ch] to xcode...
|
2008-11-25 21:35:17 +00:00 |
Charles Kerr
|
be5e6774ad
|
(libT) #1468: another stab at getting the peer transfer speeds both fast and a little more consistent.
|
2008-11-24 04:21:23 +00:00 |
Charles Kerr
|
42fe27c067
|
more fucking around with the speed measurements.
|
2008-11-08 02:49:04 +00:00 |
Charles Kerr
|
58ea9e4be8
|
(libT) revise r7065
|
2008-11-07 05:37:59 +00:00 |
Charles Kerr
|
c8b51fb734
|
#1429 (libT) cleaner handling of the special case where the upload or download speed limit is zero
|
2008-11-07 04:10:27 +00:00 |
Charles Kerr
|
04d10183e1
|
(libT) fix r7055 oops. Also, the comment on that last commit should read "in the values returned by the public API's speed functions, only give the piece data transfer speeds -- don't include the protocol overheads"
|
2008-11-06 03:04:21 +00:00 |
Charles Kerr
|
8e4fa83c77
|
update NEWS
|
2008-11-06 02:56:51 +00:00 |
Charles Kerr
|
10566eece9
|
(libT) #849: preallocate files when possible to prevent disk fragmentation
|
2008-11-05 05:56:06 +00:00 |
Charles Kerr
|
5d35dfaeca
|
(libT) micro-optimizations suggested by cachegrind
|
2008-11-03 17:01:08 +00:00 |
Charles Kerr
|
f2a933fb77
|
#1308: Transmission forgets it's verifying data
|
2008-10-28 15:13:07 +00:00 |
Charles Kerr
|
11f240365e
|
fix tab damage
|
2008-10-27 17:35:22 +00:00 |
Charles Kerr
|
5ad58ea83e
|
fix r6965 oops
|
2008-10-27 04:39:30 +00:00 |
Charles Kerr
|
631d9d9a8f
|
(libT) fold together some redundant sanity tests that were taking up 6.6% in softwareelves' profile
|
2008-10-27 04:27:55 +00:00 |