Commit Graph

3976 Commits

Author SHA1 Message Date
Arvid Norberg
1a97405189 added an option to save a little bit of RAM by not collecting full detailed stats 2010-02-08 05:43:54 +00:00
Arvid Norberg
3a9a133e55 fixed python binding 2010-02-08 05:31:00 +00:00
Arvid Norberg
b8191fb7c0 fixed configure script to build with DHT logging 2010-02-08 05:30:13 +00:00
Arvid Norberg
7e343a9d6f add size logging to various classes 2010-02-08 04:51:34 +00:00
Arvid Norberg
c75e38e855 fixed dht logging build 2010-02-08 04:35:46 +00:00
Arvid Norberg
0dba0f5dcc never time out a peer because we're waiting for the disk. allow connection_speed = 0. post an alert when rejecting a peer because of the connection limit 2010-02-06 21:40:55 +00:00
Arvid Norberg
6797a6967b regenerated html 2010-02-06 18:33:42 +00:00
Arvid Norberg
c263f8daf7 volatile cache improvement 2010-02-06 17:56:58 +00:00
Arvid Norberg
5d4ce032f9 fixed documentation typo 2010-02-06 17:47:33 +00:00
Arvid Norberg
3a04020bba update miro icon on projects page 2010-02-06 17:32:44 +00:00
Arvid Norberg
8c02d04d2e UDP tracker optimization 2010-02-06 08:14:18 +00:00
Arvid Norberg
abfc92de35 added performance warning if there are too many optimistic unchoke slots 2010-02-06 07:39:45 +00:00
Arvid Norberg
bb9426b97c post read_piece messages as a result of set_piece_deadline if a piece is found during checking 2010-02-06 07:31:43 +00:00
Arvid Norberg
51c544c6bb fixed trunk build with DHT disabled 2010-02-05 08:40:08 +00:00
Arvid Norberg
088f4bf700 improved LSD performance and made the interval configurable 2010-02-05 08:23:17 +00:00
Arvid Norberg
7b0555ae45 fixed disk cache bug 2010-02-05 04:30:57 +00:00
Arvid Norberg
43da4fba50 fix windows build 2010-02-03 17:13:22 +00:00
Arvid Norberg
a43b24c24a disable geoip in pc file as well 2010-02-03 04:53:05 +00:00
Arvid Norberg
4dd1aa56a4 fixed optimistic unchoke timer 2010-02-02 23:37:24 +00:00
Arvid Norberg
1b2798970c support O_NOATIME on linux and use it by default 2010-02-02 19:44:52 +00:00
Arvid Norberg
859f412189 support an arbitrary number of optimistic unchoke slots 2010-02-02 18:39:32 +00:00
Arvid Norberg
c1b8124d20 volatile cache tuning 2010-02-01 01:11:10 +00:00
Arvid Norberg
fc310ffde1 fixed add_piece() 2010-02-01 00:44:31 +00:00
Arvid Norberg
53ef3dfb22 tuning of guided read cache 2010-02-01 00:38:32 +00:00
Andrew Resch
172f6c2513 fixed big_number __init__ in python bindings 2010-01-31 23:16:56 +00:00
Arvid Norberg
f68b45bae6 fixed typo in comment 2010-01-31 22:19:28 +00:00
Arvid Norberg
c4bdd4debe fixed fallocate usage on linux distros that don't have it 2010-01-31 21:52:45 +00:00
Arvid Norberg
c9e50559b6 loop back cancel messages for web servers 2010-01-31 21:44:22 +00:00
Arvid Norberg
e3e177650c added more options to client_test 2010-01-31 21:30:43 +00:00
Arvid Norberg
238f7e38f5 improve disk stats logging to include cache hits 2010-01-31 21:13:52 +00:00
Arvid Norberg
e154d56c1f reopen files if no_buffer mode changes 2010-01-31 20:44:05 +00:00
Arvid Norberg
3bc40b9980 fix builds for all combinations of stats and disk stats 2010-01-31 20:32:12 +00:00
Arvid Norberg
ca20d2d600 fixed broken build 2010-01-31 20:22:35 +00:00
Arvid Norberg
8542343a0d also exclude volatile option when using explicit cache 2010-01-31 19:16:22 +00:00
Arvid Norberg
5b747f58f7 add guided read cache and update tuning docs 2010-01-31 19:14:00 +00:00
Arvid Norberg
dbffe3aee9 increase connection limit for local peers if limits are ignored for local network in order to accept more incoming connections from the local network 2010-01-31 18:35:46 +00:00
Arvid Norberg
6a5164b990 stop people from using volatile cache and suggest_pieces at the same time 2010-01-31 16:35:38 +00:00
Arvid Norberg
53144f6f14 fixes to the new disk cache and the volatile cache feature 2010-01-31 16:29:52 +00:00
Arvid Norberg
ccf8b0278a added volatile read cache option 2010-01-30 03:50:17 +00:00
Arvid Norberg
a4ff3cdf87 fix new disk cache implementation 2010-01-30 02:36:41 +00:00
Arvid Norberg
ca8b308f5b make connection_tester run in a single thread 2010-01-30 01:33:34 +00:00
Arvid Norberg
3174f050f9 add connection tester 2010-01-29 06:13:02 +00:00
Arvid Norberg
82b49b541e fixed crash when adding pieces to seeds 2010-01-27 06:06:57 +00:00
Arvid Norberg
f6c0d5af35 optimized disk cache to work with large caches 2010-01-27 04:25:45 +00:00
Arvid Norberg
5cc3cbd8b1 added some settings to the save session state 2010-01-24 22:00:36 +00:00
Arvid Norberg
64d52b26ca fixed windows upnp test. added test for is_space 2010-01-24 17:31:06 +00:00
Arvid Norberg
ce4c1ab01b fixed windows unit tests 2010-01-24 04:27:53 +00:00
Arvid Norberg
1700b05d9e fix storage unit test to work with new disk IO job sorting code 2010-01-24 03:33:01 +00:00
Arvid Norberg
a47c40d7fa fixed web server tests to not require a fixed port. Should be much more likely to pass now 2010-01-23 23:57:11 +00:00
Arvid Norberg
942c4e0a7c fixed torrent_deleted_alert to not dead-lock 2010-01-23 22:42:48 +00:00