Various documentation fixes and additions.
[quix0rs-apt-p2p.git] / apt_dht_Khashmir / actions.py
2008-03-05 Cameron DaleVarious documentation fixes and additions.
2008-03-05 Cameron DaleDocument the DHT's actions module.
2008-02-24 Cameron DaleStandardize the number of values retrieved from the...
2008-02-24 Cameron DaleRewrite of the actions to take advantage of the commona...
2008-02-23 Cameron DaleBreak up the find_value into 2 parts (with get_value).
2008-02-22 Cameron DaleMove the key expiring to the checkpoint function.
2008-02-22 Cameron DaleMore and better error messages in the DHT.
2008-02-21 Cameron DaleReturn a token in find_node responses, use it in store_...
2008-02-21 Cameron DaleUse compact encoding of node contact info in the DHT.
2008-02-21 Cameron DaleRemove the originated time from the DHT value storage.
2008-01-16 Cameron DaleChange all print statements to log.msg calls.
2008-01-13 Cameron Dalekhashmir's store value takes the origination date.
2008-01-10 Cameron DaleUse function for sending krpc responses, and add spew...
2008-01-09 Cameron DaleImprove the creation of nodes and move all to the main...
2008-01-08 Cameron DaleSwitch from the time module to the datetime module.
2008-01-08 Cameron DaleMove all the khashmir database operations to a separate...
2008-01-03 Cameron DaleMade the get and storeValue DHT functions work.
2008-01-02 Cameron DaleAdded a shutdown method to the khasmir DHT.
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-16 Cameron DaleMoved the files to appropriate package directories.