Reorder the main application to find cached hashes before checking freshness.
[quix0rs-apt-p2p.git] / apt_p2p / apt_p2p.py
2008-04-19 Cameron DaleReorder the main application to find cached hashes...
2008-04-18 Cameron DaleRemove some headers Apt sets before returning full...
2008-04-17 Cameron DaleDelay the creation of files until after the application...
2008-04-16 Cameron DaleSave the files downloaded from peers in a peers subdire...
2008-04-16 Cameron DaleMake the downloader statistics work.
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 DaleUnquote urls before trying to look them up in index...
2008-04-10 Cameron DaleFix some minor documentation typos.
2008-04-04 Cameron DaleMassive work on the peer downloading, not working or...
2008-03-31 Cameron DaleMake the upload limit a config option.
2008-03-14 Cameron DaleDisplay DHT statistics to the HTTP user.
2008-03-11 Cameron DaleFix minor bugs in the use of sha module and misspelled...
2008-03-06 Cameron DaleRename all apt-dht files to apt-p2p.