quix0rs-apt-p2p.git
2007-12-13 Cameron DaleAdded new HTTPServer that serves static files.
2007-12-12 Cameron DaleUpdate the downloader to set the headers itself and...
2007-12-12 Cameron DaleRead the response in the unit tests to prevent RST...
2007-12-12 Cameron DaleAdd a manager for the client downloads and the tests...
2007-12-12 Cameron DaleGet it working and add trial unit testing.
2007-12-11 Cameron DaleAdd a unittest to the HTTPDownloader.
2007-12-10 Cameron DaleFirst attempt (untested) at new HTTP downloader.
2007-12-10 Cameron DaleFixed a bug in test that called hash instead of khash.
2007-12-09 Cameron DaleFix a callLater bug introduced in commit 6075497a.
2007-12-09 Cameron DaleClean up all the imports.
2007-12-09 Cameron DaleSwitch from the entropy definition to using os.urandom.
2007-12-09 Cameron DaleFix some errors found by PyLint.
2007-12-09 Cameron DaleRemove the obsolete whrandom module and use random...
2007-12-09 Cameron DaleRemoved all unused threading.
2007-12-09 Cameron DaleIgnore the pyc and eclipse project files.
2007-12-09 Cameron DaleRemove all the airhook stuff.
2004-07-11 burrisadded a simple tcp over airhook proxy, not fully tested
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 burristhis is a script for setting up a lot of khashmir nodes...
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-03-09 myers_carpenter * adding setup.py, and __init__.py to make this instal...
2003-02-23 burrishandle late err messages
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-30 burrisfix bug where we fail to return any values we have...
2003-01-22 burrischeck responses and fail if they don't come from the...
2003-01-20 burrisfixed reset connection handling
2003-01-16 burrisripped out xmlrpc, experimented with xmlrpc but with...
2003-01-13 burristwistified airhook, added reactor based tests
2002-12-23 burrisrenamed OrderedConnection to StreamConnection
2002-12-23 burrisbug fixes, more tests, looking solid now
2002-12-22 burrisstream connection class
2002-12-22 burrisairhook reliable datagram protocol
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-03 burrisadd invalidateNode
2002-12-01 burrisslight changes to test scripts
2002-12-01 burristab/space fix
2002-12-01 burrisfixed borked tab/space problems, damn ProjectBuilder...
2002-12-01 burrisutility module for random stuff
2002-11-28 aaronswremoving unused btemplate.py
2002-11-28 aaronswoops, another buglet
2002-11-28 aaronswfixed buglet
2002-11-28 aaronswgeneral cleanup. test_replace_stale_node doesn't pass...
2002-11-28 aaronswoops, forgot to test. fixed little bugs
2002-11-28 aaronswgeneral cleanup: tabs->spaces, comments->docstrings...
2002-11-28 burrisuse autocommit
2002-11-28 burrisquiet down the factory
2002-11-28 burrisfix bug in setting duplicate kv
2002-10-14 burriscanonicalize time for accurate sorting
2002-10-14 burrisremoved bsddb3 depenendcy
2002-10-14 burrisremoved h(k+v) field from database, wasn't necessary
2002-10-14 burrischanged from bsddb3 to pysqlite
2002-10-01 burrismo' constants
2002-10-01 burrisall rpc's return ([<args>], {<sender}), previously...
2002-10-01 burrisautomatically check responses to make sure it's from...
2002-10-01 burrisno longer keep our own node in table
2002-09-24 burrisupdate key expirer to use bencode - store access should...
2002-09-24 aaronswadded a short script with instructions on how to instal...
2002-09-24 burrisfix missing arg in storevalue errback
2002-09-23 burrisfix bugs in stringify
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-23 burrisminor fixes
2002-09-23 burrisgrab the remote end's IP address
2002-09-23 burrisdon't touch buckets when we are only reading from them
2002-09-23 burrismore constants
2002-09-23 burrisbencode is back, for marshalling before going into...
2002-09-23 burrismuch better method of converting between hashes<>integers
2002-09-22 burrisfix bug where less than K nodes were being utilized...
2002-09-22 burrisreturn K nodes and not K-1
2002-09-21 burrisbetter readme
2002-09-21 burrismuch better handling of ip addresses and potentially...
2002-09-21 burrismoved some constants
2002-09-21 burrisfixed some serious bugs in findNode
2002-09-21 burrisadd some default bogus values in __init__
2002-09-21 burrisrpcclient now returns a list containing the return...
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 burriskeys persist for 24 hours +- 1 hour
2002-09-13 burrisfix bug in pong handler
2002-09-13 burriskeys and values passed as binary instead of encoded...
2002-09-13 burrisfix tests
2002-09-13 burrisnow we are using xml/base64
2002-09-13 burrisupdated for base64 encoding of hashes and values
next