Set a new peer's ranking values so they don't get an unfair advantage.
[quix0rs-apt-p2p.git] / apt_p2p_Khashmir /
2008-05-09 Cameron DaleBetter error logging for store_value token errors.
2008-05-08 Cameron DaleSpeed up the recursive DHT actions when timeouts occur.
2008-05-08 Cameron DaleMove the bucket manipulation into the KBucket class.
2008-05-03 Cameron DaleMake sure full timeouts occur even if a resend timeout...
2008-05-03 Cameron DaleLower the timeout to 9 sec to reduce delays.
2008-05-01 Cameron DaleFix the broken local IP regexes.
2008-04-29 Cameron DaleDon't log KRPC errors for receiving an invalid store_va...
2008-04-29 Cameron DaleOnly add nodes to the routing table that have responded...
2008-04-29 Cameron DaleDon't try and add ourself to the routing table during...
2008-04-28 Cameron DaleDon't add local IP addresses to the routing table ...
2008-04-26 Cameron DaleClean up the copyrights mentioned in the code.
2008-04-23 Cameron DaleTrap KRPC errors in writing to the transport and wait...
2008-04-23 Cameron DaleDisconnect the insertNode calls from the callers so...
2008-04-21 Cameron DaleRemove some unnecessary calls to log.err and just print...
2008-04-21 Cameron DaleFix a bug in loading the new KRPC timeout config params.
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.