quix0rs-apt-p2p.git
2008-03-12 Cameron DaleAdd the new stats module to the DHT.
2008-03-11 Cameron DaleFix minor bugs in the use of sha module and misspelled...
2008-03-08 Cameron DaleFixed justSeenNode in KTable to update the bucket properly.
2008-03-08 Cameron DaleAnother TODO item.
2008-03-08 Cameron DaleDon't use the tables findNodes when you can just bisect...
2008-03-08 Cameron DaleAdd new node to table when refreshing old node.
2008-03-06 Cameron DaleRename all apt-dht files to apt-p2p.
2008-03-06 Cameron DaleRename project to apt-p2p.
2008-03-05 Cameron DaleMerge branch 'documentation' into apt-dht
2008-03-05 Cameron DaleVarious documentation fixes and additions.
2008-03-05 Cameron DaleDocument the DHT package.
2008-03-05 Cameron DaleDocument the DHT's main khashmir module.
2008-03-05 Cameron DaleDocument the DHT's krpc module.
2008-03-05 Cameron DaleMerge branch 'apt-dht' of ssh://git.camrdale.org/git...
2008-03-05 Cameron DaleMore todo items.
2008-03-05 Cameron DaleDocument the DHT's util module.
2008-03-05 Cameron DaleDocument the DHT's node module.
2008-03-05 Cameron DaleDocument the DHT's ktable module.
2008-03-05 Cameron DaleDocument the DHT's knode module.
2008-03-05 Cameron DaleDocument the DHT's khash module.
2008-03-05 Cameron DaleDocument the DHT's db module.
2008-03-05 Cameron DaleDocument the DHT's actions module.
2008-03-05 Cameron DaleDocument the DHT's DHT module.
2008-03-02 Cameron DaleAdd cleanup to the MirrorManager for the AptPackages.
2008-03-02 Cameron DaleFix a minor error in the DB's storeFile function.
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-25 Cameron DaleA new TODO item.
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-24 Cameron DaleRewrite of the actions to take advantage of the commona...
2008-02-24 Cameron DaleCheck response packet lengths before sending.
2008-02-24 Cameron DaleRemove an unneeded khashmir file.
2008-02-23 Cameron DaleBreak up the find_value into 2 parts (with get_value).
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-22 Cameron DaleMore and better error messages in the DHT.
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 DaleRemove some extra logging that shouldn't have been...
2008-02-21 Cameron DaleUse compact encoding of node contact info in the DHT.
2008-02-21 Cameron DaleAllow arbitrary strings to be stored in the DHT database.
2008-02-21 Cameron DaleRemove the originated time from the DHT value storage.
2008-02-21 Cameron DaleAutomatically set the version in setup.py from the...
2008-02-21 Cameron DaleClean up some admin things.
2008-02-21 Cameron DaleAdd and clean up some of the epydoc documentation.
2008-02-21 Cameron DaleAnother new TODO item.
2008-02-21 Cameron DaleMore work on the TODO.
2008-02-20 Cameron DaleSnapshot build 2.
2008-02-20 Cameron DaleFixed some packaging issues with config file handling.
2008-02-20 Cameron DaleSnapshot build 1.
2008-02-20 Cameron DaleAdded 2 (commented) failed attempts to throttle the...
2008-02-20 Cameron DaleAnother new TODO item: better DHT lookups for multiple...
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 DaleAdd the git-buildpackage config file.
2008-02-18 Cameron DaleFix up some errors in the packaging.
2008-02-18 Cameron DaleInitial debian directory and packaging related changes.
2008-02-13 Cameron DaleFinalized initial motivation paper.
2008-02-09 Cameron DaleLots of work on the motivating paper, and a new figure.
2008-02-07 Cameron DaleAdded the kile project file.
2008-01-25 Cameron DaleInitial creation of the motivating paper.
2008-01-22 Cameron DaleMore TODOs.
2008-01-19 Cameron DaleUpdates after more though on a couple of of the TODO...
2008-01-18 Cameron DaleAdded more TODO items and a pretty diagram to the docum...
2008-01-16 Cameron DaleChange all print statements to log.msg calls.
2008-01-16 Cameron DaleSupply a modified factory with increased pipelining...
2008-01-16 Cameron DaleAdded a test apparatus similar to DebTorrent's.
2008-01-15 Cameron DaleAdd a log-file command line option to the main program.
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...
next