Scanning cache directories on startup waits for DHT storeValue to return.
[quix0rs-apt-p2p.git] / apt_dht / apt_dht.py
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 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-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 DaleFixed some bugs in the new hashing scheme and tests.
2008-01-10 Cameron DalePass the new HashObjects around everywhere (untested).
2008-01-09 Cameron DaleProxyFileStream also calculates hash while downloading.
2008-01-07 Cameron DaleMove the translating of hashes from hex into the Mirror...
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.
2007-12-21 Cameron DaleModify khashmir's config system to not use the const...
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.