Charles Kerr
|
22320d2356
|
(trunk libT) fix potential NULL pointer dereference in libtransmission
|
2010-03-02 04:51:40 +00:00 |
Charles Kerr
|
fad8f285a8
|
(trunk libT) use jch's suggestion of having a per-session page-aligned memory buffer for general reuse. (http://trac.transmissionbt.com/ticket/2551#comment:5)
|
2010-02-23 07:20:57 +00:00 |
Charles Kerr
|
8e16b74dad
|
(trunk libT) #2775 "Saving some memory/storage" -- committed for 1.80
|
2010-01-20 18:48:52 +00:00 |
Charles Kerr
|
5b4ec24deb
|
(trunk libT) tweak the peer-io bugfix
|
2010-01-18 19:26:46 +00:00 |
Charles Kerr
|
fd9021b655
|
(trunk libT) #2416 "crash in event_queue_insert()" -- this crash is definitely happening when we call event_del() twice on the same event without an event dispatch pass between the two calls. Start nailing down every possible case where that could happen in libtransmission
|
2010-01-17 19:21:04 +00:00 |
Charles Kerr
|
5c26afdb52
|
happy new year!
|
2010-01-04 21:00:47 +00:00 |
Charles Kerr
|
6f68e30f37
|
(trunk libT) consistency tweak: rename tr_global{Lock,Unlock,IsLocked} as tr_session{Lock,Unlock,IsLocked}
|
2010-01-04 09:05:02 +00:00 |
Charles Kerr
|
196666da72
|
(trunk libT) fix minor bug in r9651 "Reduce SO_RCVBUF for outgoing peer connections on seeding torrents" -- remember the "isSeed" attribute so that we can use it on reconnects
|
2009-12-28 23:24:00 +00:00 |
Charles Kerr
|
f4c744266f
|
(trunk libT) #2667 "ignore martian addresses" -- modified this ticket. previously we ignored them from LTEP; now we ignore them regardless of the source. this commit implements this filtering change.
|
2009-12-15 17:39:19 +00:00 |
Charles Kerr
|
1c772bd1fe
|
(trunk libT) finally get rid of the last remnants of tr_timer
|
2009-12-10 05:52:46 +00:00 |
Charles Kerr
|
78ead8c3dd
|
(trunk) update the copyright notices
|
2009-12-05 02:19:24 +00:00 |
Charles Kerr
|
6eec59008c
|
(trunk libT) experimental: Reduce SO_SNDBUF and SO_RCVBUF for tracker announce/scrape messages. Reduce SO_RCVBUF for outgoing peer connections on seeding torrents.
|
2009-12-02 05:30:46 +00:00 |
Charles Kerr
|
e1c6b792aa
|
(trunk libT) #2610 "avoid unnecessary calls to time(NULL)"
|
2009-11-26 18:47:08 +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 |
Charles Kerr
|
0fd817b757
|
(trunk libT) more assertions to help find the cause of #2480
|
2009-10-10 17:37:34 +00:00 |
Charles Kerr
|
cb79214854
|
(trunk) remove trailing spaces
|
2009-08-10 20:04:08 +00:00 |
Charles Kerr
|
55cd3a8367
|
(trunk libT) back out r8765. xref: http://trac.transmissionbt.com/ticket/2253#comment:13
|
2009-07-18 01:09:56 +00:00 |
Charles Kerr
|
5f9c5b553c
|
maybe 1024 is too stringent here
|
2009-07-07 01:18:53 +00:00 |
Charles Kerr
|
d6ed808f9c
|
(trunk, libT) #2253: I love you, valgrind pt 3
|
2009-07-01 00:46:30 +00:00 |
Charles Kerr
|
db5b508ca6
|
(trunk libT) I love you, massif
|
2009-06-25 04:02:07 +00:00 |
Charles Kerr
|
8fa568d20b
|
(trunk libT) lessen evbuffer memory bloat when we have a lot of simultaneous peers
|
2009-06-03 22:52:08 +00:00 |
Charles Kerr
|
9513fcbe66
|
(trunk libT) add a bunch of comments denoting where the libevent 2.0 changes will go
|
2009-06-02 18:21:23 +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
|
fb587a5b30
|
(trunk libT) make sure that outbound protocol messages don't get blocked by bandwidth limits
|
2009-04-21 16:18:51 +00:00 |
Charles Kerr
|
a2b53f5cbd
|
(trunk libT) more speed tweaks from valgrind
|
2009-04-12 14:52:17 +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
|
adc6791de3
|
(trunk libT) add more assertions to ensure that the libevent calls are all being made from the same thread
|
2009-01-28 19:35:39 +00:00 |
Charles Kerr
|
8c9d5359b5
|
(trunk libT) add more assertions to make Biiaru crash more^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^Hhelp track down the cause of Biiaru's crashes
|
2009-01-26 02:51:50 +00:00 |
Charles Kerr
|
6d6a76d48a
|
(trunk libT) more of the same
|
2009-01-24 17:37:28 +00:00 |
Charles Kerr
|
5812b9f05b
|
(trunk libT) more debugging messages
|
2009-01-24 17:20:07 +00:00 |
Charles Kerr
|
dd00672517
|
(trunk libT) more experimental code for Biiaru
|
2009-01-24 16:21:34 +00:00 |
Charles Kerr
|
40f3c725d7
|
(trunk libT) experimental commit that will *possibly* fix the "assert( tr_isPeerIo( io ) )" crash reported by Biiaru and others
|
2009-01-24 14:49:35 +00:00 |
Charles Kerr
|
7f82b7172c
|
(trunk libT) don't limit peer bandwidth during the handshake phase. this solves a bug that made it difficult to connect to peers when the upload bandwidth is saturated.
|
2009-01-24 03:17:59 +00:00 |
Charles Kerr
|
b6c73370e3
|
(trunk libT) #1734: encrypted peers' outgoing RC4 stream can be corrupted by sending protocol messages out-of-order
|
2009-01-22 14:32:29 +00:00 |
Charles Kerr
|
1375c707ed
|
(trunk libT) fix uninitialized variable in bandwidth code
|
2009-01-20 02:43:21 +00:00 |
Charles Kerr
|
4d228289ce
|
(trunk libT) prefer `int' over `ssize_t'
|
2009-01-19 14:05:43 +00:00 |
Charles Kerr
|
69f59b423a
|
(trunk libT) possible fix for the `few peers' errors reported on OS X. denis_, merlyn3d, give this a spin...
|
2009-01-19 13:55:41 +00:00 |
Charles Kerr
|
d95a45b701
|
(trunk libT) fix IPv6 reported & solved by erdgeist. add debugging message to help track down any future problems.
|
2009-01-16 23:17:31 +00:00 |
Charles Kerr
|
fe816d8135
|
(trunk) update the GPL code's copyright dates
|
2009-01-10 23:09:07 +00:00 |
Charles Kerr
|
c6a454d2e2
|
(trunk libT) win32 portability fixes, reported by Alexey
|
2009-01-10 02:22:13 +00:00 |
Charles Kerr
|
98420365e9
|
(trunk libT) remove a small number of redundant or unnecessary asserts
|
2009-01-08 04:43:00 +00:00 |
Charles Kerr
|
30a989f1df
|
(trunk libT) fix the new-code errors reported by ZogG and Rolcol and Spaham
|
2009-01-05 18:20:47 +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
|
2b38f6f81a
|
(trunk libT) don't use void* when doing pointer math.
|
2009-01-04 04:37:26 +00:00 |
Charles Kerr
|
7fcad8a45b
|
(trunk libT) fix r7594 typo
|
2009-01-03 05:07:45 +00:00 |
Charles Kerr
|
5afd327b15
|
(trunk libT) use ssize_t where appropriate in tr_peerIoFlush()
|
2009-01-03 04:57:40 +00:00 |
Charles Kerr
|
1e77d1313e
|
(trunk libT) oh ffs
|
2009-01-03 03:58:35 +00:00 |
Charles Kerr
|
b41cf9f231
|
(trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_bandwidth, contain the it directly rather than a pointer to one allocated elsewhere on the heap.
|
2009-01-02 19:56:06 +00:00 |
Charles Kerr
|
73f500e5be
|
(trunk libT) inline parts of peer-io and bandwidth, too
|
2009-01-02 17:46:22 +00:00 |
Charles Kerr
|
d6b4db4a78
|
(trunk libT) add "inline" hint to several one-liner functions
|
2009-01-02 06:28:22 +00:00 |