Charles Kerr
|
a180698e8a
|
save a little bit of memory per-torrent.
|
2007-07-27 23:07:26 +00:00 |
Charles Kerr
|
b372ce45bf
|
fix stupid typo in completion.c that gave the wrong valid dl amount
|
2007-07-27 11:56:34 +00:00 |
Charles Kerr
|
9e266f6cbc
|
tweak r2510 misassertion reported by Lacrocivious
|
2007-07-27 01:59:48 +00:00 |
Charles Kerr
|
cd52d97529
|
refinement of r2510
|
2007-07-27 01:58:49 +00:00 |
Charles Kerr
|
0e6f766a57
|
gracefully fail when poison torrents containing no files, or zero byte files, are opened.
|
2007-07-27 01:50:26 +00:00 |
Charles Kerr
|
8f4fb4efbe
|
speed improvements to tr_torrentStat() by folding two expensive & redundant functions together.
|
2007-07-27 01:22:49 +00:00 |
Charles Kerr
|
3b6b9d3852
|
fix bug in tr_cpDownloadedValid() that caused download sizes of > 4 GiB to be misreported locally
|
2007-07-26 19:15:36 +00:00 |
Charles Kerr
|
31ac4e604a
|
a better fix for the tr_rand() crash experienced earlier today
|
2007-07-26 03:57:45 +00:00 |
Charles Kerr
|
daf26881b7
|
avoid using tr_rand() in peerPulse(); it's giving both me and SWE some odd behavior
|
2007-07-25 20:55:39 +00:00 |
Charles Kerr
|
abbcc72154
|
fix misassertion from a couple of revisions ago when trying to smoke out SoftwareElves' bug
|
2007-07-25 19:01:36 +00:00 |
Charles Kerr
|
3e40e06938
|
avoid null pointer dereferencing in tr_torrentInit*() as reported by wereHamster
|
2007-07-25 18:43:21 +00:00 |
Charles Kerr
|
fd7c112151
|
fix endgame bug reported again and again and again by SoftwareElves ;)
|
2007-07-25 18:30:00 +00:00 |
Charles Kerr
|
d84c2bd44a
|
some assertions to smoke out the error that SoftwareElves is seeing
|
2007-07-25 17:46:00 +00:00 |
Charles Kerr
|
c81f38360f
|
Undo the reporting stats change in r2493, based on info from xiffix that Azureus does not do this for the tracker, and when uTorrent did, it provoked a ban.
|
2007-07-25 17:38:05 +00:00 |
Charles Kerr
|
e8fb29ea44
|
fix compiler warnings reported by wereHamster
|
2007-07-25 17:27:19 +00:00 |
Charles Kerr
|
66883e72a9
|
fix double-free crash on opening a corrupt torrent file. reported by wereHamster
|
2007-07-25 17:19:29 +00:00 |
Charles Kerr
|
88d4df169b
|
Follow Azureus' and uTorrent's lead in not counting corrupt pieces in our announce data, as it could give us a misleadingly bad share ratio . (Ticket #263)
|
2007-07-25 16:50:32 +00:00 |
Charles Kerr
|
d259e7b65a
|
Fix peer destructor bug from ticket #270. This bug dates back to r1419 in January... I'm surprised it hasn't been reported before now.
|
2007-07-25 16:33:22 +00:00 |
Charles Kerr
|
95313e077a
|
fix off-by-one in r2488 reported by BentMyWookie. Hooray for assert()!
|
2007-07-25 02:28:25 +00:00 |
Charles Kerr
|
730d6df742
|
* fix overflow error from earlier today. (this was the crash talked about in IRC)
* fix long-standing error that occurred when pieceSize isn't evenly divisible by blockSize
* speed up and macro-ize piece-to-block conversions
|
2007-07-25 01:59:46 +00:00 |
Mitchell Livingston
|
a459ba3a74
|
make values in newly created .torrent files alphabetically sorted
|
2007-07-25 01:00:17 +00:00 |
Charles Kerr
|
79b85b36ab
|
add some assertion tests for #transmission
|
2007-07-24 20:49:47 +00:00 |
Charles Kerr
|
8c79683c83
|
take a shot in the dark on the crash reported in #transmission
|
2007-07-24 20:29:27 +00:00 |
Charles Kerr
|
e352d56925
|
fix the high CPU load during endgame.
|
2007-07-24 18:59:37 +00:00 |
Charles Kerr
|
339005346c
|
remove unused function tr_cpMostMissingBlockInPiece()
|
2007-07-24 17:08:45 +00:00 |
Charles Kerr
|
e1c18610be
|
remove unused function _tr_blockPosInPiece()
|
2007-07-24 16:04:43 +00:00 |
Charles Kerr
|
17a8ae9fa2
|
faster tr_cpGetStatus() and tr_bitfieldHas(), which were showing up at the top of the CPU profile.
|
2007-07-24 14:51:46 +00:00 |
Charles Kerr
|
eefa51c65c
|
tr_cpBlockAdd: small speedup.
|
2007-07-24 11:50:29 +00:00 |
Charles Kerr
|
7326f4db32
|
do the low-CPU tests first when deciding which blocks to request. these get called a /lot/ during endgame.
|
2007-07-24 11:47:59 +00:00 |
Charles Kerr
|
dd55805012
|
much faster rechecking of incomplete torrents. added tr_stat_t.recheckProgress field.
|
2007-07-24 01:33:59 +00:00 |
Charles Kerr
|
c7d97e5f0a
|
get "recheck files" working properly again.
|
2007-07-24 00:09:23 +00:00 |
Charles Kerr
|
eaca893b4c
|
set default torrent ul/dl speed limits from global ul/dl speed. as a side effect, totally decouples fastresume from inout.
|
2007-07-23 03:00:20 +00:00 |
Charles Kerr
|
486f483751
|
xmission: load torrents on startup and populate the torrent list.
|
2007-07-22 02:24:13 +00:00 |
Charles Kerr
|
809ec63e95
|
new utility function for app startup: tr_loadTorrents()
|
2007-07-21 18:46:54 +00:00 |
Charles Kerr
|
a9526adbdd
|
put information messages in tr_inf(), not fprintf()
|
2007-07-21 18:31:08 +00:00 |
Charles Kerr
|
50f407933b
|
when closing torrents, don't try to re-stop torrents that are already stopped.
|
2007-07-21 18:03:24 +00:00 |
Charles Kerr
|
1d932b07c7
|
fix looooong-standing bug that choked tracker connections
|
2007-07-21 17:35:47 +00:00 |
Charles Kerr
|
bbac082af5
|
finish splitting the rate control from one state into two states as requested by BMW
|
2007-07-20 08:33:59 +00:00 |
Charles Kerr
|
3e3bf8b4a7
|
more work on speed control
|
2007-07-20 06:08:34 +00:00 |
Charles Kerr
|
4ef1592e6b
|
more work on the speed limits as hammered out w/BentMyWookie
|
2007-07-20 03:24:04 +00:00 |
Charles Kerr
|
459b8958cb
|
simplify xml.c and utils.c's dependencies
|
2007-07-19 11:54:37 +00:00 |
Charles Kerr
|
c24fc6e16a
|
de-inline some big functions.
|
2007-07-19 10:56:14 +00:00 |
Charles Kerr
|
05d88f2c48
|
remove the TR_HTONL macro
|
2007-07-19 10:49:44 +00:00 |
Charles Kerr
|
6d21f2fb16
|
remove TR_NTOHL macro
|
2007-07-19 10:37:30 +00:00 |
Charles Kerr
|
615afaa445
|
add extra state change checks
|
2007-07-19 03:48:27 +00:00 |
Charles Kerr
|
73cfb2605d
|
include version.h.in, not version.h, in "make dist"
|
2007-07-18 23:05:38 +00:00 |
Charles Kerr
|
2a9ab2a7d9
|
add version.h.in
|
2007-07-18 23:04:50 +00:00 |
Charles Kerr
|
bd3ce76fa5
|
part one of moving the build environment over to automake/autoconf. beware!
|
2007-07-18 23:04:26 +00:00 |
Charles Kerr
|
b73297e799
|
sync with r2397
|
2007-07-18 22:59:29 +00:00 |
Charles Kerr
|
3c60fb0ded
|
remove unused variable
|
2007-07-18 22:11:47 +00:00 |