Document the DHT's knode module.
[quix0rs-apt-p2p.git] / apt_dht /
2008-03-01 Cameron DaleA few more documentation fixes.
2008-03-01 Cameron DaleDocumented the util module.
2008-03-01 Cameron DaleDocumented the db module.
2008-03-01 Cameron DaleDocumented the PeerManager module.
2008-03-01 Cameron DaleDocumented the Hash module.
2008-03-01 Cameron DaleDocumented the HTTPServer module.
2008-03-01 Cameron DaleDocumented the HTTPDownloader module.
2008-02-29 Cameron DaleDocument the MirrorManager module.
2008-02-29 Cameron DaleDocument the AptPackages module.
2008-02-29 Cameron DaleDocument the apt_dht module.
2008-02-29 Cameron DaleDocument the apt_dht_conf module.
2008-02-29 Cameron DaleDocument the apt_dht module's __init__ file.
2008-02-29 Cameron DaleMove the normalization of key lengths from the HashObje...
2008-02-29 Cameron DaleAdd property tracking to downloads from peers.
2008-02-29 Cameron DaleHTTPServer responds correctly to requests for torrent...
2008-02-29 Cameron DaleUpgrade policies to SVN version and fix a small bug.
2008-02-27 Cameron DaleStore piece hashes in the DB.
2008-02-27 Cameron DaleAdd appropriate piece strings to the DHT.
2008-02-27 Cameron DaleAdded piece hashing to the HashObject.
2008-02-27 Cameron DaleOnly use the ThrottlingProtocol if the producer is...
2008-02-27 Cameron DaleFixed the ThrottlingFactory to work with web2 static...
2008-02-26 Cameron DaleAnother attempt at throttling, still not working.
2008-02-24 Cameron DaleAlso remove changed cache files during directory scan.
2008-02-24 Cameron DaleIgnore unknown cache files during directory scan.
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-22 Cameron DaleUpdated the copyright definitions.
2008-02-21 Cameron DaleReturn a token in find_node responses, use it in store_...
2008-02-21 Cameron DaleUse compact encoding of peer info for downloads.
2008-02-21 Cameron DaleAdd and clean up some of the epydoc documentation.
2008-02-20 Cameron DaleAdded 2 (commented) failed attempts to throttle the...
2008-02-20 Cameron DaleFix some minor bugs in the previous commits.
2008-02-19 Cameron DaleUse python-debian for parsing RFC 822 files (untested).
2008-02-19 Cameron DaleDon't add files to the DHT if a hash could not be found...
2008-02-18 Cameron DaleDownload from peers using the hash instead of a directo...
2008-02-18 Cameron DaleHTTPServer uses the hash to lookup the file in the...
2008-02-18 Cameron DaleInitial debian directory and packaging related changes.
2008-01-18 Cameron DaleAdded more TODO items and a pretty diagram to the docum...
2008-01-16 Cameron DaleSupply a modified factory with increased pipelining...
2008-01-15 Cameron DaleAdd an option to not error out when only a local IP...
2008-01-15 Cameron DaleScanning cache directories on startup waits for DHT...
2008-01-15 Cameron DaleLookup the hash in the cache database.
2008-01-15 Cameron DaleAdded scanning of other directories for cached packages.
2008-01-15 Cameron DaleCacheManager scans the cache directory during initializ...
2008-01-14 Cameron DaleRemove the mirror name from the shared HTTP directory.
2008-01-14 Cameron DaleReset the HTTPServer subdirectories when a new cache...
2008-01-14 Cameron DaleUse FilePath everywhere and create new CacheManager...
2008-01-12 Cameron DaleMove the main util functions to the new main util module.
2008-01-12 Cameron DaleMoved the finding IP address function to the util module.
2008-01-12 Cameron DaleUse the new DB in the main code.
2008-01-12 Cameron DaleHTTPServer now gets it's dictionary of subdirectories...
2008-01-12 Cameron DaleMade the main DB track url top-level directories.
2008-01-12 Cameron DaleMain database finished for now, including unittests.
2008-01-12 Cameron DaleAdded new database module for the main code.
2008-01-11 Cameron DaleWhen peer downloads fail, try direct downloads.
2008-01-11 Cameron DaleAdds downloaded hashed files to the DHT.
2008-01-11 Cameron DaleAdded complicated testing to find our IP address.
2008-01-11 Cameron DaleMake downloaded files accessible via the HTTP server.
2008-01-10 Cameron DaleUse function for sending krpc responses, and add spew...
2008-01-10 Cameron DaleFixed some bugs in the new hashing scheme and tests.
2008-01-10 Cameron DalePass the new HashObjects around everywhere (untested).
2008-01-10 Cameron DaleModified the HashObject to do dummy hashing if the...
2008-01-10 Cameron DaleAdded a new Hash Object for tracking lots of hash details.
2008-01-09 Cameron DaleProxyFileStream also calculates hash while downloading.
2008-01-08 Cameron DaleAdd back the updatedFile method to the MirrorManager.
2008-01-07 Cameron DaleMove the translating of hashes from hex into the Mirror...
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-02 Cameron DaleMade the DHT join method work and added tests for it.
2007-12-24 CameronAdd timeouts to some unittests.
2007-12-24 CameronFixed 2 broken AptPackages unittests.
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 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.