Arvid Norberg
|
b5bb51c6af
|
cut out more IPv6 code if not supported
|
2009-04-04 16:59:53 +00:00 |
Arvid Norberg
|
aba5b2e9d0
|
dropped some iostream dependencies
|
2009-04-04 09:52:25 +00:00 |
Arvid Norberg
|
3cdf9c87a8
|
fixed build errors on Solaris
|
2009-01-27 08:24:48 +00:00 |
Arvid Norberg
|
2b4a49ea19
|
small dht status cleanup
|
2009-01-23 10:36:07 +00:00 |
Arvid Norberg
|
7592ad4aee
|
updated disk IO to support unbuffered files
|
2009-01-11 02:02:34 +00:00 |
Arvid Norberg
|
a4dc107658
|
dht_stats fix (truncates the log file on startup)
|
2009-01-01 18:29:42 +00:00 |
Arvid Norberg
|
cf7a6e6029
|
fixed broken DHT round trip logging
|
2008-12-31 18:49:28 +00:00 |
Arvid Norberg
|
3d2726c523
|
dht stats now truncates the log from previous run
|
2008-12-27 03:34:05 +00:00 |
Arvid Norberg
|
00d02f7859
|
improved DHT get_peers code. get_peers always returns nodes now, and announce_peer is always sent to the k closest nodes to the info-hash. This should significantly speed up retrieving peers from the DHT
|
2008-12-23 20:04:12 +00:00 |
Arvid Norberg
|
3b5706c5db
|
fixed index of dht stats log and added/fixed dht log parsing and graphin tools
|
2008-12-23 18:38:48 +00:00 |
Arvid Norberg
|
09b3a865ef
|
fixed compiler flags in pkg-config file and made header files not depend on the NDEBUG define
|
2008-11-29 21:33:21 +00:00 |
Arvid Norberg
|
c3bbf138a4
|
estimate TCP/IP overhead more accurately
|
2008-11-14 20:51:49 +00:00 |
Arvid Norberg
|
1b10a3b15f
|
DHT instrumentation changes
|
2008-11-12 03:56:56 +00:00 |
Arvid Norberg
|
4eb0df96c2
|
DHT fix. broke in recent update
|
2008-11-12 03:33:58 +00:00 |
Arvid Norberg
|
beb9dbfc03
|
cleaned up DHT error handling and logging. Made it use lazy_bdecode for improved performance
|
2008-11-11 17:51:02 +00:00 |
Arvid Norberg
|
03593c8b92
|
typecasting syntax fixes. No longer prints empty buckets in routing table dump
|
2008-11-11 10:03:43 +00:00 |
Arvid Norberg
|
473f75e98a
|
DHT fix where the node_id would get set after it was started and be inconsitent with rpc_manager and routing_table
|
2008-11-11 08:33:34 +00:00 |
Arvid Norberg
|
ce8c835ab8
|
fixed missing member initialization
|
2008-11-10 04:16:18 +00:00 |
Arvid Norberg
|
45de012553
|
fixed non verbose DHT build
|
2008-11-10 03:08:29 +00:00 |
Arvid Norberg
|
18d269dd62
|
DHT optimizations
|
2008-11-10 02:08:42 +00:00 |
Arvid Norberg
|
15a8cbcce7
|
dht fix
|
2008-11-09 09:02:06 +00:00 |
Arvid Norberg
|
ce544e2300
|
DHT rate limiter fixes
|
2008-11-09 00:37:03 +00:00 |
Arvid Norberg
|
9bba20cdb4
|
first pass at rate limited udp socket (for DHT)
|
2008-11-08 17:40:06 +00:00 |
Arvid Norberg
|
f2c9e02994
|
fixed deadlock in dht code
|
2008-11-02 10:01:04 +00:00 |
Arvid Norberg
|
a6ba48a60a
|
removed exception usage in dht implementation and peer_connection
|
2008-10-21 17:10:11 +00:00 |
Arvid Norberg
|
41d5abf0d8
|
exception related fixes. Avoiding functions that may throw in places where exceptions shouldn't be thrown
|
2008-10-21 08:45:42 +00:00 |
Arvid Norberg
|
68a89507bc
|
mutex fix for dht status reporting
|
2008-10-09 03:33:14 +00:00 |
Arvid Norberg
|
0338510b9b
|
added more bandwidth monitoring of DHT and TCP/IP overhead. added monitoring of the running DHT lookups
|
2008-09-20 17:42:25 +00:00 |
Arvid Norberg
|
166f761df3
|
fixed DHT bug where requests that timed out would be treated as transaction_id overflows and would slow down DHT lookups considerably.
|
2008-09-15 05:05:26 +00:00 |
Arvid Norberg
|
c88071ae10
|
fixed race when adding router nodes to the dht (router nodes should be added before it's started)
|
2008-09-02 06:37:40 +00:00 |
Arvid Norberg
|
37147f99c0
|
fixes bug in kademlia implementation when nodes are unreachable
|
2008-08-29 23:00:57 +00:00 |
Arvid Norberg
|
d94f35a75b
|
fix build failure with TORRENT_DHT_VERBOSE_LOGGING
|
2008-08-19 08:39:21 +00:00 |
Arvid Norberg
|
4d380c57d7
|
made bdecode not throw
|
2008-06-23 22:00:27 +00:00 |
Arvid Norberg
|
0ba85e96d5
|
fixed kademlia announce bug
|
2008-05-26 15:23:06 +00:00 |
Arvid Norberg
|
07f070868d
|
factored out to_hex into the escape_string header file
|
2008-05-19 07:36:04 +00:00 |
Arvid Norberg
|
bae6ff1a10
|
dht typo fix
|
2008-05-18 06:02:57 +00:00 |
Arvid Norberg
|
498a43c123
|
streamlined dht log format
|
2008-05-18 05:09:11 +00:00 |
Arvid Norberg
|
aa626f1422
|
logs node uptime and parses it for the DHT
|
2008-05-10 05:51:58 +00:00 |
Arvid Norberg
|
3fe96818d3
|
dht log fix
|
2008-05-09 23:42:00 +00:00 |
Arvid Norberg
|
ae11038495
|
improved dht logging of transaction ids
|
2008-05-09 21:20:28 +00:00 |
Arvid Norberg
|
11c181873c
|
stripped down the dht log
|
2008-05-09 17:38:36 +00:00 |
Arvid Norberg
|
5202056682
|
inverted distance log in dht
|
2008-05-08 03:58:05 +00:00 |
Arvid Norberg
|
1522f52db8
|
logs the distance between key and node when announcing
|
2008-05-08 01:17:14 +00:00 |
Arvid Norberg
|
bbf9c83edc
|
initial support for icmp errors in the DHT
|
2008-05-08 00:22:17 +00:00 |
Arvid Norberg
|
7434368652
|
fixed dht logging error
|
2008-05-07 23:25:47 +00:00 |
Arvid Norberg
|
c7e6c04705
|
switched over to asio from boost-1.35
|
2008-05-03 16:05:42 +00:00 |
Arvid Norberg
|
1724b1eb75
|
dht array index out of bound fix
|
2008-04-16 03:20:35 +00:00 |
Arvid Norberg
|
2bd49c4b56
|
fixed DHT assert
|
2008-03-29 14:52:18 +00:00 |
Arvid Norberg
|
40824d2bb1
|
minor dht fix
|
2008-03-28 22:56:33 +00:00 |
Arvid Norberg
|
a53cd86cae
|
fixed typo in previous dht checkin
|
2008-03-27 00:46:50 +00:00 |