]> git.mxchange.org Git - quix0rs-apt-p2p.git/history - actions.py
AptPackages only takes a single cache directory.
[quix0rs-apt-p2p.git] / actions.py
2007-12-09 Cameron DaleClean up all the imports.
2007-12-09 Cameron DaleRemoved all unused threading.
2004-07-08 burrisbroke up khashmir class into base, read, and write...
2004-06-15 burrisnow if you provide a list to storeValueForKey it will...
2004-06-14 burrisonly send the ID along in khashmir messages, don't...
2004-06-14 burrismajor cleanup, updated for twisted
2003-02-22 burrisadded license information
2003-02-22 burris*** empty log message ***
2003-01-30 burriscallbacks now return a dict now that has the _krpc_send...
2003-01-22 burrischeck responses and fail if they don't come from the...
2003-01-16 burrisripped out xmlrpc, experimented with xmlrpc but with...
2002-12-01 burristab/space fix
2002-12-01 burrisfixed borked tab/space problems, damn ProjectBuilder...
2002-11-28 burrisuse autocommit
2002-10-14 burriscanonicalize time for accurate sorting
2002-10-14 burrisremoved bsddb3 depenendcy
2002-10-14 burrischanged from bsddb3 to pysqlite
2002-09-24 burrisupdate key expirer to use bencode - store access should...
2002-09-23 burrisremoved client side connection host determination
2002-09-23 burrisminor fixes
2002-09-22 burrisfix bug where less than K nodes were being utilized...
2002-09-21 burrismuch better handling of ip addresses and potentially...
2002-09-14 burrisunresponsive peers are now purged from the routing...
2002-09-14 burrisdon't return duplicates if we have a key in our store
2002-09-14 burrisfixed nonresponsive node handler
2002-09-13 burriskeys persist for 24 hours +- 1 hour
2002-09-13 burriskeys and values passed as binary instead of encoded...
2002-09-13 burrisupdated for base64 encoding of hashes and values
2002-09-07 burrisnow with auto-expiring of stored keys/values
2002-09-03 burriscall back from GetValues each time we get some new...
2002-09-02 burrisfinding values is now fixed
2002-09-02 burrismoved actions into their own file