Standardize the number of values retrieved from the DHT.
[quix0rs-apt-p2p.git] / apt_dht_Khashmir / DHT.py
2008-02-24 Cameron DaleStandardize the number of values retrieved from the...
2008-02-22 Cameron DaleMove the key expiring to the checkpoint function.
2008-02-21 Cameron DaleReturn a token in find_node responses, use it in store_...
2008-02-21 Cameron DaleUse compact encoding of peer info for downloads.
2008-02-21 Cameron DaleRemove the originated time from the DHT value storage.
2008-01-14 Cameron DaleUse FilePath everywhere and create new CacheManager...
2008-01-13 Cameron Dalekhashmir's store value takes the origination date.
2008-01-11 Cameron DaleAdded complicated testing to find our IP address.
2008-01-11 Cameron DaleNew DHT method 'join' like 'ping' but returns our IP...
2008-01-10 Cameron DaleUse function for sending krpc responses, and add spew...
2008-01-10 Cameron DalePass the new HashObjects around everywhere (untested).
2008-01-09 Cameron DaleMake the MultiDHT test_store work for large number...
2008-01-08 Cameron DaleNo need to look at the DEFAULT section when parsing...
2008-01-08 Cameron DaleMove all the khashmir database operations to a separate...
2008-01-07 Cameron DaleDHT normalizes key lengths by chopping or adding 0.
2008-01-04 Cameron DaleMade the DHT bootstrapping use IPs instead of DNS names.
2008-01-03 Cameron DaleFixed some minor bugs.
2008-01-03 Cameron DaleMade the get and storeValue DHT functions work.
2008-01-02 Cameron DaleUpdated the DHT join and leave to check if a join is...
2008-01-02 Cameron DaleMade the DHT join method work and added tests for it.
2007-12-21 Cameron DaleModify khashmir's config system to not use the const...
2007-12-19 Cameron DaleAdd more to khashmir's DHT implementation.
2007-12-17 Cameron DaleAdded the new DHT interface and a bare implmentation...