New TODO for hashing files with detached GPG signatures.
[quix0rs-apt-p2p.git] / apt_p2p / PeerManager.py
2008-04-25 Cameron DaleMove all streams to new Streams module and replace...
2008-04-24 Cameron DaleMove the DHT stuff out of the main program and into...
2008-04-24 Cameron DaleFix a typo in commit 80399176ed66d.
2008-04-24 Cameron DaleFixed an error in downloading source packages from...
2008-04-23 Cameron DaleSet the Last-Modified header when downloading from...
2008-04-23 Cameron DaleRemove temporary files from the peer's download cache.
2008-04-18 Cameron DaleRemove some unnecessary log messages and use better...
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 DaleTry to rejoin DHT periodically after failures using...
2008-04-14 Cameron DaleUse the mirror as a peer when there are few peers for...
2008-04-14 Cameron DaleAlways download max PIECE_SIZE from peers, even if...
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 DaleMinor typo fixes in the Peer manager.
2008-04-11 Cameron DaleMultiple peer downloading is mostly working now.
2008-04-10 Cameron DaleFix some minor documentation typos.
2008-04-10 Cameron DaleMore multiple peer downloading work, finished but still...
2008-04-07 Cameron DaleMinor update to the multiple peer downloading (still...
2008-04-04 Cameron DaleMassive work on the peer downloading, not working or...
2008-04-02 Cameron DaleWIP on multiple peer downloading (completely broken).
2008-03-06 Cameron DaleRename all apt-dht files to apt-p2p.