Rename all apt-dht files to apt-p2p.
authorCameron Dale <camrdale@gmail.com>
Thu, 6 Mar 2008 00:17:03 +0000 (16:17 -0800)
committerCameron Dale <camrdale@gmail.com>
Thu, 6 Mar 2008 00:17:03 +0000 (16:17 -0800)
commit7b1167d8ce780312d3689c9309c7e9c64060c085
tree5b0ad5b6b3dff5bee04af69adff53dc5dfc88b96
parentf47aeeba7f705a40bbfe947f5eb374018f57ab37
Rename all apt-dht files to apt-p2p.
64 files changed:
apt-dht.conf [deleted file]
apt-dht.py [deleted file]
apt-p2p.conf [new file with mode: 0644]
apt-p2p.py [new file with mode: 0644]
apt_dht/AptPackages.py [deleted file]
apt_dht/CacheManager.py [deleted file]
apt_dht/HTTPDownloader.py [deleted file]
apt_dht/HTTPServer.py [deleted file]
apt_dht/Hash.py [deleted file]
apt_dht/MirrorManager.py [deleted file]
apt_dht/PeerManager.py [deleted file]
apt_dht/__init__.py [deleted file]
apt_dht/apt_dht.py [deleted file]
apt_dht/apt_dht_conf.py [deleted file]
apt_dht/db.py [deleted file]
apt_dht/interfaces.py [deleted file]
apt_dht/policies.py [deleted file]
apt_dht/util.py [deleted file]
apt_dht_Khashmir/DHT.py [deleted file]
apt_dht_Khashmir/__init__.py [deleted file]
apt_dht_Khashmir/actions.py [deleted file]
apt_dht_Khashmir/bencode.py [deleted file]
apt_dht_Khashmir/db.py [deleted file]
apt_dht_Khashmir/khash.py [deleted file]
apt_dht_Khashmir/khashmir.py [deleted file]
apt_dht_Khashmir/knode.py [deleted file]
apt_dht_Khashmir/krpc.py [deleted file]
apt_dht_Khashmir/ktable.py [deleted file]
apt_dht_Khashmir/node.py [deleted file]
apt_dht_Khashmir/util.py [deleted file]
apt_p2p/AptPackages.py [new file with mode: 0644]
apt_p2p/CacheManager.py [new file with mode: 0644]
apt_p2p/HTTPDownloader.py [new file with mode: 0644]
apt_p2p/HTTPServer.py [new file with mode: 0644]
apt_p2p/Hash.py [new file with mode: 0644]
apt_p2p/MirrorManager.py [new file with mode: 0644]
apt_p2p/PeerManager.py [new file with mode: 0644]
apt_p2p/__init__.py [new file with mode: 0644]
apt_p2p/apt_p2p.py [new file with mode: 0644]
apt_p2p/apt_p2p_conf.py [new file with mode: 0644]
apt_p2p/db.py [new file with mode: 0644]
apt_p2p/interfaces.py [new file with mode: 0644]
apt_p2p/policies.py [new file with mode: 0644]
apt_p2p/util.py [new file with mode: 0644]
apt_p2p_Khashmir/DHT.py [new file with mode: 0644]
apt_p2p_Khashmir/__init__.py [new file with mode: 0644]
apt_p2p_Khashmir/actions.py [new file with mode: 0644]
apt_p2p_Khashmir/bencode.py [new file with mode: 0644]
apt_p2p_Khashmir/db.py [new file with mode: 0644]
apt_p2p_Khashmir/khash.py [new file with mode: 0644]
apt_p2p_Khashmir/khashmir.py [new file with mode: 0644]
apt_p2p_Khashmir/knode.py [new file with mode: 0644]
apt_p2p_Khashmir/krpc.py [new file with mode: 0644]
apt_p2p_Khashmir/ktable.py [new file with mode: 0644]
apt_p2p_Khashmir/node.py [new file with mode: 0644]
apt_p2p_Khashmir/util.py [new file with mode: 0644]
debian/apt-dht.conf.sgml [deleted file]
debian/apt-dht.sgml [deleted file]
debian/apt-p2p.conf.sgml [new file with mode: 0644]
debian/apt-p2p.sgml [new file with mode: 0644]
docs/motivation/apt-dht-motivation.kilepr [deleted file]
docs/motivation/apt-p2p-motivation.kilepr [new file with mode: 0644]
docs/motivation/apt_dht_simulation-size_CDF.eps [deleted file]
docs/motivation/apt_p2p_simulation-size_CDF.eps [new file with mode: 0644]