WIP on final version of accepted INFOCOM paper.
[quix0rs-apt-p2p.git] / apt_p2p / HTTPDownloader.py
2008-05-09 Cameron DaleSet a new peer's ranking values so they don't get an...
2008-05-09 Cameron DaleTests for some more HTTP connection errors.
2008-05-09 Cameron DaleSet the HTTP connection timeout to 10s, and add a test...
2008-05-04 Cameron DaleFixed a bug in the HTTP downloader that caused errors...
2008-04-25 Cameron DaleAdd an optimization to the HTTP client protocol so...
2008-04-25 Cameron DaleMore fixes for the broken twisted HTTP client.
2008-04-24 Cameron DaleFix some errors in the new twisted HTTP client's connec...
2008-04-24 Cameron DaleBetter handling and logging for intermittent HTTP clien...
2008-04-24 Cameron DaleDon't add attributes to HTTP requests, store them separ...
2008-04-24 Cameron DaleHTTP client no longer keeps a response queue of requests.
2008-04-21 Cameron DaleFix an HTTP download bug that caused HEAD requests...
2008-04-17 Cameron DaleImprove the peer ranking and fix a minor bug.
2008-04-16 Cameron DaleMake the downloader statistics work.
2008-04-14 Cameron DaleMore strict use of errbacks when using deferreds.
2008-04-14 Cameron DaleUse the mirror as a peer when there are few peers for...
2008-04-11 Cameron DaleMultiple peer downloading is mostly working now.
2008-04-10 Cameron DaleMore multiple peer downloading work, finished but still...
2008-03-31 Cameron DaleStore the peer rank as an attribute and recalculate...
2008-03-31 Cameron DaleMake all the peer rankings exponentially decreasing.
2008-03-06 Cameron DaleRename all apt-dht files to apt-p2p.