]> git.mxchange.org Git - quix0rs-apt-p2p.git/history - apt_dht_Khashmir
Make the MultiDHT test_store work for large number of nodes.
[quix0rs-apt-p2p.git] / apt_dht_Khashmir /
2008-01-09 Cameron DaleMake the MultiDHT test_store work for large number...
2008-01-09 Cameron DaleImprove the creation of nodes and move all to the main...
2008-01-09 Cameron DaleImprove the stopping of the krpc protocol so no timeout...
2008-01-08 Cameron DaleAvoid repetition, use a function for updating nodes...
2008-01-08 Cameron DaleSwitch from the time module to the datetime module.
2008-01-08 Cameron DaleUpgrade pysqlite from 1.0 to 2.x (now uses sqlite3).
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.
2008-01-02 Cameron DaleAdded a shutdown method to the khasmir DHT.
2007-12-24 CameronAdd timeouts to some unittests.
2007-12-21 Cameron DaleDisable the deprecation warning for the khashmir tests.
2007-12-21 Cameron DaleChange all unittests to use twisted's trial.
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...
2007-12-16 Cameron DaleMoved the files to appropriate package directories.