Only touch a bucket if a find request targets it.
[quix0rs-apt-p2p.git] / apt_p2p_Khashmir / actions.py
2008-05-08 Cameron DaleSpeed up the recursive DHT actions when timeouts occur.
2008-04-29 Cameron DaleDon't try and add ourself to the routing table during...
2008-04-26 Cameron DaleClean up the copyrights mentioned in the code.
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 an error in the actions that allowed for the result...
2008-04-18 Cameron DaleDHT stats now include completed actions and various...
2008-04-16 Cameron DaleClean up the DHT config, making K and HASH_LENGTH const...
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-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-06 Cameron DaleRename all apt-dht files to apt-p2p.