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 |
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 |
Charles Kerr
|
8516860fec
|
fix a bug in tr_stat's availability numbers, reported by BentMyWookie
|
2007-11-11 16:33:04 +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 |
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
|
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 |
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
|
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 |
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 |
Charles Kerr
|
42e70ad53e
|
fix John_Clay's assertion bugreport
|
2007-11-09 01:25:34 +00:00 |
Charles Kerr
|
99ea26c1c9
|
* try to get peers to scale up to speed faster.
* remove unnecessary steps when receiving block data from peers.
|
2007-11-09 01:22:15 +00:00 |
Charles Kerr
|
39f9f14751
|
minor tweaks.
|
2007-11-08 21:25:17 +00:00 |
Charles Kerr
|
125bd34bbb
|
added `plaintext preferred' encryption option.
|
2007-11-08 21:20:08 +00:00 |
Charles Kerr
|
0d819bd67e
|
more work on the "router death" issue.
|
2007-11-08 19:43:48 +00:00 |
Charles Kerr
|
bc3eff899f
|
* some work on lessening the way we hammer the router.
* move strlcpy and strlcat out of their own files and into utils.c
|
2007-11-08 04:11:09 +00:00 |
Charles Kerr
|
71f4efcbad
|
update our #includes now that libevent has cleaned up event.h
|
2007-11-07 18:26:19 +00:00 |
Charles Kerr
|
b43bb1483d
|
fix libevent #include quirk reported by SoftwareElves
|
2007-11-07 03:13:04 +00:00 |
Charles Kerr
|
906c5d6f1f
|
dead code removal: azId
|
2007-11-07 01:27:32 +00:00 |
Charles Kerr
|
dc6a7b9485
|
fix crash reported by hussam in #transmission
|
2007-11-07 00:42:19 +00:00 |
Charles Kerr
|
229102a196
|
more libevent fun. good thing the mac build is broken or I'd've been getting bug reports on this instead :)
|
2007-11-06 23:23:47 +00:00 |
Charles Kerr
|
476de56e45
|
the libevent header file comments LIED about the return value of evbuffer_add_vprintf()!
|
2007-11-06 23:10:04 +00:00 |
Charles Kerr
|
60aab6c433
|
remove libtransmission code that duplicates functionality in libevent
|
2007-11-06 21:14:30 +00:00 |
Charles Kerr
|
9df263326d
|
use Thomas Bernard's miniupnp library instead of rolling our own.
|
2007-11-06 16:02:50 +00:00 |
Charles Kerr
|
5e2b2d34c3
|
ensure that tr_close() exits gracefully even when the trackers aren't responding.
|
2007-11-05 05:42:25 +00:00 |
Charles Kerr
|
14d8abb323
|
maybe fix portmapping
|
2007-11-05 03:56:54 +00:00 |
Charles Kerr
|
0f92cb7f30
|
fix bug reported in the forums by "grabman"
|
2007-11-05 03:09:27 +00:00 |
Charles Kerr
|
7ce8312ddc
|
fix memory error reported by John_Clay
|
2007-11-02 20:27:03 +00:00 |
Charles Kerr
|
e3764e732b
|
fix possible benc leak reported by MishaS (#441)
|
2007-11-01 18:44:37 +00:00 |
Charles Kerr
|
7cb1791f2a
|
fix handshake memory leak reported by MishaS (#442)
|
2007-11-01 18:41:13 +00:00 |
Charles Kerr
|
3e0e462b10
|
finish cleaning up the code that was churned during the "corruption" fix.
|
2007-11-01 13:47:32 +00:00 |
Charles Kerr
|
e625b10d6d
|
"corruption" fix part 3: cleanup. remove unneeded possible points of failure.
|
2007-10-31 18:10:55 +00:00 |
Charles Kerr
|
a6206b036c
|
"corruption" fix part 2: lots of assertions, and try to complete pieces & ban bad peers sooner
|
2007-10-31 04:23:51 +00:00 |
Charles Kerr
|
4cde721475
|
fix oops
|
2007-10-30 20:17:49 +00:00 |
Charles Kerr
|
aace9469bb
|
fix compile warning
|
2007-10-30 20:11:23 +00:00 |
Charles Kerr
|
20ffdfb9d2
|
remove dirname() and basename() for now
|
2007-10-30 19:16:07 +00:00 |
Charles Kerr
|
96351b93ef
|
part 1 of the data corruption fix: plug the leaky abstraction in fdlimit
|
2007-10-30 18:35:06 +00:00 |
Charles Kerr
|
e0965c3a63
|
better openssl detection & support: use openssl's pkg-config file.
|
2007-10-28 19:55:03 +00:00 |
Charles Kerr
|
caa4170271
|
#426 0.91rc1: if pex is disabled on a stopped torrent, pressing "resume" causes pex to be re-enabled. (reported by pea)
|
2007-10-28 19:42:47 +00:00 |
Charles Kerr
|
ab8ed6507d
|
#412 - 0.90 "ignores" speed limits (deanr, berkut, SineOtter)
|
2007-10-28 15:20:24 +00:00 |
Charles Kerr
|
92ac49d9c4
|
compatability with older C copmilers (ticket #422, patch by fizz)
|
2007-10-27 21:29:41 +00:00 |