Charles Kerr
|
413211288b
|
#1338: fix win32 build errors
|
2008-10-10 02:14:51 +00:00 |
|
Charles Kerr
|
964d7e193c
|
(libT) #1338: EMSGSIZE and EPROTO not found on Windows
|
2008-10-10 00:38:37 +00:00 |
|
Charles Kerr
|
178008650e
|
(libT) remove dead code
|
2008-10-06 19:44:38 +00:00 |
|
Charles Kerr
|
5391f768f4
|
fix a null pointer dereference
|
2008-10-05 22:51:18 +00:00 |
|
Charles Kerr
|
4fab4c9e9b
|
(libT) finish killing tr_errno.
|
2008-10-03 04:49:06 +00:00 |
|
Charles Kerr
|
79d8a5cdf3
|
(libT) eliminating tr_errno, part 1: make tr_ioTestPiece return an int instead of a tr_errno.
|
2008-10-02 20:30:29 +00:00 |
|
Charles Kerr
|
b1ef118e3f
|
(libT) housekeeping: tr_torrent.handle --> tr_torrent.session
|
2008-10-02 15:53:33 +00:00 |
|
Charles Kerr
|
cc89872dd4
|
run libT, cli, daemon, gtk through the source-code formatter "uncrustify" as promised/threatened
|
2008-09-23 19:11:04 +00:00 |
|
Charles Kerr
|
9c2c4ca08d
|
fix at least one possible cause for the new crash reported by persept
|
2008-09-19 17:03:25 +00:00 |
|
Charles Kerr
|
b5efa86ad7
|
add new compile-time throttle options suggested by persept
|
2008-09-18 03:55:31 +00:00 |
|
Charles Kerr
|
4fe1e1dae3
|
first draft at having more accurate speed controls
|
2008-09-17 19:44:24 +00:00 |
|
Charles Kerr
|
5184119948
|
(libT) possible solution to the peer hammering problem reported by Switeck
|
2008-09-05 05:14:49 +00:00 |
|
Charles Kerr
|
64e08510f0
|
(libT) maybe fix the hangs reported by users in the recent nightlies.
|
2008-08-27 18:50:21 +00:00 |
|
Charles Kerr
|
82815a74d2
|
#1214: add RPC support for per-peer status,ul,dl,address info
|
2008-08-22 17:59:31 +00:00 |
|
Mukund Sivaraman
|
318ca1fb7e
|
Don't use memmove() for simple assignment
|
2008-08-22 16:34:16 +00:00 |
|
Mukund Sivaraman
|
c10a612f90
|
Use stricter type for enums
|
2008-08-22 16:30:07 +00:00 |
|
Mukund Sivaraman
|
196ae72a85
|
Don't move all the rest of peers if current peer is choked
Only move the last peer into place.
|
2008-08-22 16:30:02 +00:00 |
|
Mukund Sivaraman
|
75d2e74a64
|
Use stricter type for enums
|
2008-08-22 16:13:52 +00:00 |
|
Mukund Sivaraman
|
b79e6561c0
|
Remove unused missingBlockCount
|
2008-08-22 16:03:49 +00:00 |
|
Charles Kerr
|
c32491ab3a
|
(libT) remove a little more dead code
|
2008-08-22 15:33:55 +00:00 |
|
Mukund Sivaraman
|
7f749d1284
|
Sort piece_data_time in descending order.
Also fix code style in some places.
|
2008-08-22 02:34:22 +00:00 |
|
Mukund Sivaraman
|
59351991f6
|
Further fix/cleanup compare code
|
2008-08-22 02:15:37 +00:00 |
|
Charles Kerr
|
d323a99cdd
|
undo part of r6616 to address the assertion failure reported by andersos and Waldorf
|
2008-08-22 01:27:00 +00:00 |
|
Charles Kerr
|
ca45125259
|
(libT) more dead code removal: tr_compareTime() and tr_compareDouble()
|
2008-08-21 20:39:57 +00:00 |
|
Charles Kerr
|
1105dc0038
|
(libT) remove some dead functions: tr_calloc(), tr_compareUint16(), tr_compareUint32()
|
2008-08-21 19:03:56 +00:00 |
|
Mukund Sivaraman
|
2ed1e6ee9d
|
Use signed integers for storing the random values
|
2008-08-20 16:19:47 +00:00 |
|
Mukund Sivaraman
|
d712f22b21
|
Rename function to indicate its stupidity
|
2008-08-20 14:55:23 +00:00 |
|
Mukund Sivaraman
|
e84275e429
|
Replace the random number generator inside peer-mgr with a
stupid faster one.
|
2008-08-20 14:36:15 +00:00 |
|
Mukund Sivaraman
|
4796e40d27
|
Inline tr_compareUint16() in this case
|
2008-08-20 13:54:31 +00:00 |
|
Mukund Sivaraman
|
ed7685dd1a
|
Make tr_bitfieldHas() a macro
|
2008-08-20 13:45:52 +00:00 |
|
Charles Kerr
|
93898401fb
|
more connection management changes
|
2008-08-16 16:00:49 +00:00 |
|
Charles Kerr
|
c3eb56a6e0
|
(libT) some more peer connection management: (1) reset `numFails' to zero after a successful connect (2) tweak the reconnect intervals a bit
|
2008-08-16 06:07:11 +00:00 |
|
Charles Kerr
|
52efe10ec5
|
a few attempts to reduce the "router death" load: lower the total number of connections made per second. increase the intervals for reconnecting to some peers. simplify the code a bit.
|
2008-08-16 05:12:55 +00:00 |
|
Mukund Sivaraman
|
de62de3e19
|
Replace random number generation code
|
2008-08-14 11:11:25 +00:00 |
|
Charles Kerr
|
2e6443a53d
|
#1168: reading past the end of KTorrent's pex added.f strings
|
2008-08-10 14:58:11 +00:00 |
|
Charles Kerr
|
822238ca33
|
that's the trouble with quick fixes.
|
2008-08-09 23:44:31 +00:00 |
|
Charles Kerr
|
58fb922ac1
|
silence the logspam described in http://forum.transmissionbt.com/viewtopic.php?f=4&t=5588&
|
2008-08-09 16:17:59 +00:00 |
|
Charles Kerr
|
6937164c93
|
back out the changes from r6415.
|
2008-08-08 22:44:32 +00:00 |
|
Charles Kerr
|
eec87200e1
|
possible fix for #1149
|
2008-08-07 05:55:40 +00:00 |
|
Charles Kerr
|
b860119cd3
|
minor text cleanup
|
2008-08-01 16:43:22 +00:00 |
|
Charles Kerr
|
61258969c2
|
dead code removal
|
2008-08-01 04:05:22 +00:00 |
|
Charles Kerr
|
28db5be802
|
#1123: unreachable peers need to be handled better
|
2008-07-29 00:52:02 +00:00 |
|
Charles Kerr
|
72880446d8
|
(daemon) #1107: transmission-remote -t[n] -i should display webseeding info
|
2008-07-27 14:10:32 +00:00 |
|
Charles Kerr
|
fd06d85aee
|
part 1 of Aloisius' performance patch
|
2008-06-27 02:42:44 +00:00 |
|
Charles Kerr
|
cda886028d
|
fix `HAVE' error that broke during the webseed-piece changes last week. Reported by Aloisius in http://forum.transmissionbt.com/viewtopic.php?t=5175
|
2008-06-21 01:03:31 +00:00 |
|
Charles Kerr
|
81b510bfd1
|
#1034: fix optimistic unchoke bug reported by Aloisius
|
2008-06-17 15:19:12 +00:00 |
|
Charles Kerr
|
25a20d172d
|
tr_peerMgrHasConnections(): take webseeds into account, as suggested by BentMyWookie
|
2008-06-12 16:28:39 +00:00 |
|
Charles Kerr
|
f8314b364b
|
fix an oops from the previous commit. hi, titer
|
2008-06-11 19:04:48 +00:00 |
|
Charles Kerr
|
85c26e9f7d
|
fix a pair of webseed bugs reported by BentMyWookie
|
2008-06-11 19:01:16 +00:00 |
|
Charles Kerr
|
f0229ed8ad
|
(libT) allow custom blocklists... now all you need to do is place a file in the blocklists/ folder and Transmission will automatically use it the next time it starts.
|
2008-06-11 16:15:45 +00:00 |
|