Use python-debian's new debian package instead of debian_bundle
[quix0rs-apt-p2p.git] / apt_p2p_Khashmir / ktable.py
2008-05-10 Cameron DaleWhen a node fails, schedule a future ping to check...
2008-05-09 Cameron DaleOnly touch a bucket if a find request targets it.
2008-05-08 Cameron DaleMove the bucket manipulation into the KBucket class.
2008-04-29 Cameron DaleOnly add nodes to the routing table that have responded...
2008-04-26 Cameron DaleClean up the copyrights mentioned in the code.
2008-04-21 Cameron DaleRemove some unnecessary calls to log.err and just print...
2008-04-16 Cameron DaleClean up the DHT config, making K and HASH_LENGTH const...
2008-03-21 Cameron DaleMerge small DHT buckets when a node is removed.
2008-03-20 Cameron DaleFix some bugs in the pinging and ID checking.
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.