Store the peer rank as an attribute and recalculate it automatically.
[quix0rs-apt-p2p.git] / test.py
2008-03-31 Cameron DaleMake the upload limit a config option.
2008-03-06 Cameron DaleRename project to apt-p2p.
2008-02-24 Cameron DaleStandardize the number of values retrieved from the...
2008-02-22 Cameron DaleRefresh DHT values just before they are due to expire.
2008-02-22 Cameron DaleMove the key expiring to the checkpoint function.
2008-02-22 Cameron DaleUnload the AptPackages caches after a period of inactivity.
2008-02-21 Cameron DaleReturn a token in find_node responses, use it in store_...
2008-02-20 Cameron DaleAnother new TODO item: better DHT lookups for multiple...
2008-01-16 Cameron DaleChange all print statements to log.msg calls.
2008-01-16 Cameron DaleAdded a test apparatus similar to DebTorrent's.
2007-12-16 Cameron DaleMoved the files to appropriate package directories.
2007-12-10 Cameron DaleFixed a bug in test that called hash instead of khash.
2007-12-09 Cameron DaleClean up all the imports.
2007-12-09 Cameron DaleRemove all the airhook stuff.
2003-02-22 burrisadded license information
2003-02-22 burris*** empty log message ***
2003-01-16 burrisripped out xmlrpc, experimented with xmlrpc but with...
2002-09-15 burrisbug fix in store value
2002-09-06 burrisupdated for new khashmir
2002-09-02 burristhis is the new khashmir, now based on Twisted and...
2002-07-19 burrisInitial revision