quix0rs-apt-p2p.git
2008-04-15 Cameron DaleMake better use of defer.Fail for returning deferred...
2008-04-15 Cameron DaleRetransmit DHT requests before timeout occurs is complete.
2008-04-15 Cameron DaleKrpc now works as before but with a new request infrast...
2008-04-15 Cameron DaleWIP on sending multiple KRPC requests before timeout.
2008-04-14 Cameron DaleAdd statistics reporting to the main program (untested).
2008-04-14 Cameron DaleMore strict use of errbacks when using deferreds.
2008-04-14 Cameron DaleTry to rejoin DHT periodically after failures using...
2008-04-14 Cameron DaleUse the apt_p2p_conf config import rather than passing...
2008-04-14 Cameron DaleUse the mirror as a peer when there are few peers for...
2008-04-14 Cameron DaleUnquote urls before trying to look them up in index...
2008-04-14 Cameron DaleAlways download max PIECE_SIZE from peers, even if...
2008-04-13 Cameron DaleFix some tests and add some TODO items.
2008-04-12 Cameron DaleActually add piece hashes to the database.
2008-04-11 Cameron DaleUpdated and added a lot of unittests.
2008-04-11 Cameron DaleAlways use SHA1 hashes for pieces.
2008-04-11 Cameron DaleMinor typo fixes in the Peer manager.
2008-04-11 Cameron DaleMultiple peer downloading is mostly working now.
2008-04-11 Cameron DaleFix a bug in the ThrottlingProtocol when writeSequence...
2008-04-11 Cameron DaleFix a bug in the Hash checker when updating exactly...
2008-04-10 Cameron DaleFix some minor documentation typos.
2008-04-10 Cameron DaleMore multiple peer downloading work, finished but still...
2008-04-07 Cameron DaleMinor update to the multiple peer downloading (still...
2008-04-04 Cameron DaleMassive work on the peer downloading, not working or...
2008-04-02 Cameron DaleWIP on multiple peer downloading (completely broken).
2008-04-01 Cameron DaleFix a bug caused by twisted unquoting URLs received...
2008-03-31 Cameron DaleStore the peer rank as an attribute and recalculate...
2008-03-31 Cameron DaleMake all the peer rankings exponentially decreasing.
2008-03-31 Cameron DaleReturn 404s to all requests for Packages.diff and Sourc...
2008-03-31 Cameron DaleMake the upload limit a config option.
2008-03-31 Cameron DaleOnly throttle uploads to peers, not to apt.
2008-03-31 Cameron DaleRetire one TODO and add another.
2008-03-27 Cameron DaleAllow the actions to call the local node's remote inter...
2008-03-27 Cameron DaleKRPC calls callback with the response dictionary by...
2008-03-27 Cameron DaleReorganize the DHT's remote interface parameters.
2008-03-27 Cameron DaleUse copies of the routing table nodes in actions.
2008-03-21 Cameron DaleImport the log module, DOH.
2008-03-21 Cameron DaleMerge small DHT buckets when a node is removed.
2008-03-20 Cameron DaleWorkaround old sqlite not having 'select count(distinct...
2008-03-20 Cameron DaleRemove the duplicate error logging from the knode module.
2008-03-20 Cameron DaleRemove the unused steveholt entry from the bootstrap...
2008-03-20 Cameron DaleFix some bugs in the pinging and ID checking.
2008-03-17 Cameron DaleMove the HTML stats page generation for the DHT into...
2008-03-17 Cameron DaleRename the knode functions to match the krpc method...
2008-03-17 Cameron DaleAdded the number of times each action was started to...
2008-03-17 Cameron DaleAdd bytes/sec to the DHT stats.
2008-03-14 Cameron DaleDisplay DHT statistics to the HTTP user.
2008-03-12 Cameron DaleStart using the new DHT stats module (untested).
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.
next