Block favicon.ico and allow remote stats requests (configurable).
[quix0rs-apt-p2p.git] / apt_p2p / HTTPServer.py
2008-04-16 Cameron DaleBlock favicon.ico and allow remote stats requests ...
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 DaleUse the apt_p2p_conf config import rather than passing...
2008-04-13 Cameron DaleFix some tests and add some TODO items.
2008-04-11 Cameron DaleUpdated and added a lot of unittests.
2008-04-11 Cameron DaleMultiple peer downloading is mostly working now.
2008-04-04 Cameron DaleMassive work on the peer downloading, not working or...
2008-04-01 Cameron DaleFix a bug caused by twisted unquoting URLs received...
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-14 Cameron DaleDisplay DHT statistics to the HTTP user.
2008-03-06 Cameron DaleRename all apt-dht files to apt-p2p.