Commit Graph

3318 Commits

Author SHA1 Message Date
Arvid Norberg f05777c2c2 fixed shutdown issue when trackers times out (introduced with the timer optimization) 2009-05-25 23:12:06 +00:00
Arvid Norberg 4a326ca1ec moved disk_io.png into the docs directory 2009-05-25 21:56:01 +00:00
Arvid Norberg c695729bbe fixed bug when force-checking a torrent with partial pieces 2009-05-25 20:31:20 +00:00
Arvid Norberg 9799b96df5 updated tuning document 2009-05-25 20:04:07 +00:00
Arvid Norberg bc44e2a637 fix parser script 2009-05-25 18:16:32 +00:00
Arvid Norberg 5dd72d21b6 added some output to test_storage 2009-05-25 17:25:55 +00:00
Arvid Norberg efb6ec5824 fixed expensive-invariant-checks build 2009-05-25 17:23:03 +00:00
Daniel Wallin 3d8f09f12b Fixed some typos. 2009-05-25 10:29:59 +00:00
Daniel Wallin 757b0437e9 Don't construct a temporary peer just for searching. Clean up some duplicate code. 2009-05-25 10:15:35 +00:00
Arvid Norberg 0f6a89f0c0 fix warning 2009-05-25 09:32:50 +00:00
Arvid Norberg 2cfb4e8205 printf formatting fixes 2009-05-25 08:55:43 +00:00
Arvid Norberg 762d7627b7 update stats in docs 2009-05-25 07:50:53 +00:00
Arvid Norberg 9f7104b2d5 fixed makefiles 2009-05-25 07:47:24 +00:00
Arvid Norberg bb47b2924c fix coalesce reads and writes setting 2009-05-25 07:46:31 +00:00
Arvid Norberg e7967a9c7c fix average calculation to be blocks over time 2009-05-25 07:42:55 +00:00
Arvid Norberg 55b598cbba added new section about tuning libtorrent for special needs 2009-05-25 07:11:09 +00:00
Arvid Norberg aa02e36327 retry web seeds when name lookup fails instead of discarding them 2009-05-25 07:04:14 +00:00
Arvid Norberg 1e655d5fac print stats when parsing disk buffer log 2009-05-25 06:50:44 +00:00
Arvid Norberg 79158abaca fix piece_picker test 2009-05-25 04:38:31 +00:00
Arvid Norberg bfe474aade added easy-to-use-api to feature list 2009-05-25 04:21:31 +00:00
Arvid Norberg 30c704523c caches the time every 100 ms and use the cache where high resolution timer is not needed 2009-05-25 02:45:51 +00:00
Arvid Norberg 95c3367b5e added merkle hash tree graphics 2009-05-25 02:43:19 +00:00
Arvid Norberg f8ee1402c5 updated graphics on feature page 2009-05-25 02:25:54 +00:00
cg25 1bbc24efbf bump up library soname 2009-05-25 00:00:13 +00:00
Arvid Norberg 865b97d19a regenerated html 2009-05-24 22:35:18 +00:00
Arvid Norberg 1d85c2d47d added new section on the new disk cache optimizations to the feature page 2009-05-24 22:30:53 +00:00
Daniel Wallin 68629eb6bc Split peer list into IPv4 and IPv6 peers. Saves 12 bytes per IPv4 peer. 2009-05-24 21:49:19 +00:00
Arvid Norberg 1c7cf9a5c8 improve output of parse_buffer_log.py 2009-05-24 21:39:45 +00:00
Arvid Norberg 4f1618a796 fix release logging build 2009-05-24 20:34:02 +00:00
Arvid Norberg 7d32c3b2b0 fix missing boost:: qualifier 2009-05-24 19:38:27 +00:00
Arvid Norberg 2f627a4b00 attempt to mitigate read cache thrashing 2009-05-24 16:49:01 +00:00
Arvid Norberg 29d56f9a8b improved read cache memory utilization 2009-05-24 15:32:14 +00:00
Arvid Norberg a89d6cced1 clean up some disk cache duplication of logic and added another memory usage optimization for the write cache 2009-05-24 00:12:53 +00:00
Arvid Norberg 6b2148cb39 removed redundant code 2009-05-23 21:42:29 +00:00
Arvid Norberg e3c07c0934 converted some recursive mutexes to regular ones 2009-05-23 21:36:09 +00:00
Arvid Norberg ae8488fb91 improved read cache memory efficiency 2009-05-23 19:27:27 +00:00
Arvid Norberg e322b318ae improved handling of out-of-memory conditions in disk I/O thread 2009-05-23 18:39:55 +00:00
Arvid Norberg e197f5cb85 disk_io_thread assert fixes 2009-05-23 17:17:47 +00:00
Arvid Norberg 5211badc1e fixed syntax error 2009-05-23 16:19:04 +00:00
Arvid Norberg 5fbff8e060 fixed a bug when checking a torrent twice 2009-05-23 15:58:32 +00:00
Arvid Norberg f9c12ef589 added more disk io asserts 2009-05-23 15:50:38 +00:00
Arvid Norberg 3eba18dcd5 formatting fix 2009-05-23 07:47:20 +00:00
Arvid Norberg c1d9198dc3 added largest_contiguous cache flush algorithm 2009-05-23 07:35:45 +00:00
Arvid Norberg 1392b14fec fixed disk_io error handling bugs 2009-05-23 03:05:21 +00:00
Arvid Norberg e36ea4ba5d added instrumentation for disk access. Useful to benchmark disk cache performance 2009-05-23 03:03:52 +00:00
Arvid Norberg 0127edac14 added disk-checking delay, to leave room for other disk operations while checking a torrent 2009-05-22 06:32:39 +00:00
Arvid Norberg 11e97842da changed the optimistic disconnect implementation to be slightly more efficient 2009-05-22 06:27:47 +00:00
Arvid Norberg 77ee976f3c fixed some client_test formatting 2009-05-22 03:40:06 +00:00
Arvid Norberg 292c7f61a1 revert and do what the previous check-in was supposed to do 2009-05-22 03:36:05 +00:00
Arvid Norberg 065c33969a promoted an expensive invariant check to only be built with full invariant checks 2009-05-22 03:26:24 +00:00