Make the DHT timeouts configuration parameters.
[quix0rs-apt-p2p.git] / apt_p2p_Khashmir /
2008-04-21 Cameron DaleMake the DHT timeouts configuration parameters.
2008-04-21 Cameron DaleFix an error in the actions that allowed for the result...
2008-04-18 Cameron DaleDHT stats now include completed actions and various...
2008-04-18 Cameron DaleRemove some unnecessary log messages and use better...
2008-04-16 Cameron DaleClean up the DHT config, making K and HASH_LENGTH const...
2008-04-16 Cameron DaleMake the downloader statistics work.
2008-04-15 Cameron DaleMake better use of defer.Fail for returning deferred...
2008-04-15 Cameron DaleRetransmit DHT requests before timeout occurs is complete.
2008-04-15 Cameron DaleKrpc now works as before but with a new request infrast...
2008-04-15 Cameron DaleWIP on sending multiple KRPC requests before timeout.
2008-04-14 Cameron DaleAdd statistics reporting to the main program (untested).
2008-04-14 Cameron DaleMore strict use of errbacks when using deferreds.
2008-04-14 Cameron DaleTry to rejoin DHT periodically after failures using...
2008-04-11 Cameron DaleUpdated and added a lot of unittests.
2008-04-10 Cameron DaleFix some minor documentation typos.
2008-03-27 Cameron DaleAllow the actions to call the local node's remote inter...
2008-03-27 Cameron DaleKRPC calls callback with the response dictionary by...
2008-03-27 Cameron DaleReorganize the DHT's remote interface parameters.
2008-03-27 Cameron DaleUse copies of the routing table nodes in actions.
2008-03-21 Cameron DaleImport the log module, DOH.
2008-03-21 Cameron DaleMerge small DHT buckets when a node is removed.
2008-03-20 Cameron DaleWorkaround old sqlite not having 'select count(distinct...
2008-03-20 Cameron DaleRemove the duplicate error logging from the knode module.
2008-03-20 Cameron DaleFix some bugs in the pinging and ID checking.
2008-03-17 Cameron DaleMove the HTML stats page generation for the DHT into...
2008-03-17 Cameron DaleRename the knode functions to match the krpc method...
2008-03-17 Cameron DaleAdded the number of times each action was started to...
2008-03-17 Cameron DaleAdd bytes/sec to the DHT stats.
2008-03-14 Cameron DaleDisplay DHT statistics to the HTTP user.
2008-03-12 Cameron DaleStart using the new DHT stats module (untested).
2008-03-12 Cameron DaleAdd the new stats module to the DHT.
2008-03-08 Cameron DaleFixed justSeenNode in KTable to update the bucket properly.
2008-03-08 Cameron DaleDon't use the tables findNodes when you can just bisect...
2008-03-08 Cameron DaleAdd new node to table when refreshing old node.
2008-03-06 Cameron DaleRename all apt-dht files to apt-p2p.