quix0rs-apt-p2p.git
2008-01-09 Cameron DaleImprove the stopping of the krpc protocol so no timeout...
2008-01-08 Cameron DaleAvoid repetition, use a function for updating nodes...
2008-01-08 Cameron DaleSwitch from the time module to the datetime module.
2008-01-08 Cameron DaleUpgrade pysqlite from 1.0 to 2.x (now uses sqlite3).
2008-01-08 Cameron DaleNo need to look at the DEFAULT section when parsing...
2008-01-08 Cameron DaleAdd back the updatedFile method to the MirrorManager.
2008-01-08 Cameron DaleMove all the khashmir database operations to a separate...
2008-01-07 Cameron DaleMove the translating of hashes from hex into the Mirror...
2008-01-07 Cameron DaleDHT normalizes key lengths by chopping or adding 0.
2008-01-07 Cameron DaleDecompress needed files while downloading them.
2008-01-07 Cameron DaleCall the AptPackages file_updated when files complete...
2008-01-07 Cameron DaleFix an error that occurred when there were no Sources...
2008-01-07 Cameron DaleUnhexify the returned hashes from the AptPackages lookup.
2008-01-07 Cameron DaleAdded modification time tracking to the MirrorManager...
2008-01-07 Cameron DaleAdded caching of downloaded files to the MirrorManager.
2008-01-04 Cameron DaleLots of log messages and blocked non-local access to...
2008-01-04 Cameron DaleMade the DHT bootstrapping use IPs instead of DNS names.
2008-01-04 Cameron DaleMove all url parsing into the PeerManager.
2008-01-03 Cameron DaleFixed some minor bugs.
2008-01-03 Cameron DaleMade the get and storeValue DHT functions work.
2008-01-02 Cameron DaleUpdated the DHT join and leave to check if a join is...
2008-01-02 Cameron DaleMade the DHT join method work and added tests for it.
2008-01-02 Cameron DaleAdded a shutdown method to the khasmir DHT.
2007-12-24 CameronAdd timeouts to some unittests.
2007-12-24 CameronFixed 2 broken AptPackages unittests.
2007-12-21 Cameron DaleDisable the deprecation warning for the khashmir tests.
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-19 Cameron DaleAdd more to khashmir's DHT implementation.
2007-12-19 CameronAdd a MirrorError exception.
2007-12-19 CameronUpdate all tests to add the deferred as both errback...
2007-12-19 CameronFix the MirrorManager tests to be dist-agnostic too.
2007-12-19 CameronFix some broken AptPackages tests.
2007-12-18 CameronMade the AptPackages tests dist-agnostic so it works...
2007-12-17 Cameron DaleAdded the new DHT interface and a bare implmentation...
2007-12-17 Cameron DaleAdded the DHT starting to the application.
2007-12-16 Cameron DaleRemoved the old .cvsignore from khashmir.
2007-12-16 Cameron DaleAdd some of the fetching logic.
2007-12-16 Cameron DaleFix up the application to work with then new structure.
2007-12-16 Cameron DaleMoved the files to appropriate package directories.
2007-12-16 Cameron DaleMake it also work from the command-line.
2007-12-16 Cameron DaleAdded the application control files.
2007-12-16 Cameron DaleAdd proper version numbers to the user-agent string.
2007-12-16 Cameron DaleAdded a manager to the HTTPServer for it to call when...
2007-12-15 Cameron DaleMoved the HTTPDownloader to the new PeerManager.
2007-12-15 Cameron DaleAdded a mirror manager frontend for the AptPackages.
2007-12-15 Cameron DaleClean up the imports again.
2007-12-15 Cameron DaleAptPackages only takes a single cache directory.
2007-12-15 Cameron DaleMoved the index file tracking inside the AptPackages...
2007-12-14 Cameron DaleCleanup AptPackages code.
2007-12-14 Cameron DaleImplemented cache loading with threads and deferreds.
2007-12-14 Cameron DaleAdd a findHash function to AptPackages that searches...
2007-12-14 Cameron DaleAdd tracking of index file hashes from Release files.
2007-12-14 Cameron DaleAdded support for source package hashes to AptPackages.
2007-12-14 Cameron DaleFix the architecture problem in the AptPackages config...
2007-12-14 Cameron DaleAdded a unittest to make sure AptPackages gets the...
2007-12-14 Cameron DaleRemove the apt-proxy specific stuff from AptPackages.
2007-12-13 Cameron DaleSwitched AptPackages to use twisted's logging facility
2007-12-13 Cameron DaleRemove some apt-proxy specific stuff.
2007-12-13 Cameron DaleAdded the packages.py file (as AptPackages.py) from...
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
next