Clean up all the imports.
[quix0rs-apt-p2p.git] / khashmir.py
2007-12-09 Cameron DaleClean up all the imports.
2007-12-09 Cameron DaleFix some errors found by PyLint.
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 burrisalways use the socket's idea of host and port
2004-06-14 burrismajor cleanup, updated for twisted
2003-03-13 myers_carpenter * removing hack to allow threading
2003-02-22 burrisadded license information
2003-02-22 burris*** empty log message ***
2003-01-30 burrisfix bug where we fail to return any values we have...
2003-01-16 burrisripped out xmlrpc, experimented with xmlrpc but with...
2002-12-10 burrisreformatting plus changed some method names, added...
2002-12-09 aaronswgeneral cleanup, added testing makefle
2002-12-03 burrisnow we store and retrieve node information from our...
2002-12-01 burrisslight changes to test scripts
2002-12-01 burrisfixed borked tab/space problems, damn ProjectBuilder...
2002-11-28 burrisuse autocommit
2002-11-28 burrisfix bug in setting duplicate kv
2002-10-14 burriscanonicalize time for accurate sorting
2002-10-14 burrisremoved h(k+v) field from database, wasn't necessary
2002-10-14 burrischanged from bsddb3 to pysqlite
2002-10-01 burrisall rpc's return ([<args>], {<sender}), previously...
2002-09-24 burrisfix missing arg in storevalue errback
2002-09-23 burrisfix typo
2002-09-23 burrisfix peer update problem connection refused in store...
2002-09-23 burrisremoved client side connection host determination
2002-09-23 burrisfix missing arg conversion
2002-09-23 burrisfix refreshTable
2002-09-21 burrismuch better handling of ip addresses and potentially...
2002-09-15 burrisbug fix in store value
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 burriscall from thread
2002-09-13 burrisnow search local store for keys in addititon to net
2002-09-13 burrisfix bug in find_node not encoding target properly
2002-09-13 burristype fix, sorry
2002-09-13 burrisfix bug in pong handler
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 burrisnow we gracefully deal with multiple values per key
2002-09-02 burristest harness update
2002-09-02 burrisupdated test
2002-09-02 burrisfinding values is now fixed
2002-09-02 burrismoved actions into their own file
2002-09-02 burristhis is the new khashmir, now based on Twisted and...
2002-07-19 burrisminor comment change
2002-07-19 burrisInitial revision