Add property tracking to downloads from peers.
[quix0rs-apt-p2p.git] / apt_dht / HTTPServer.py
2008-02-29 Cameron DaleAdd property tracking to downloads from peers.
2008-02-29 Cameron DaleHTTPServer responds correctly to requests for torrent...
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-20 Cameron DaleAdded 2 (commented) failed attempts to throttle the...
2008-02-20 Cameron DaleFix some minor bugs in the previous commits.
2008-02-18 Cameron DaleHTTPServer uses the hash to lookup the file in the...
2008-01-16 Cameron DaleSupply a modified factory with increased pipelining...
2008-01-15 Cameron DaleLookup the hash in the cache database.
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 DaleHTTPServer now gets it's dictionary of subdirectories...
2008-01-11 Cameron DaleMake downloaded files accessible via the HTTP server.
2008-01-07 Cameron DaleAdded modification time tracking to the MirrorManager...
2008-01-04 Cameron DaleLots of log messages and blocked non-local access to...
2008-01-04 Cameron DaleMove all url parsing into the PeerManager.
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.