]> git.mxchange.org Git - quix0rs-apt-p2p.git/history - AptPackages.py
AptPackages only takes a single cache directory.
[quix0rs-apt-p2p.git] / AptPackages.py
2007-12-15 Cameron DaleAptPackages only takes a single cache directory.
2007-12-15 Cameron DaleMoved the index file tracking inside the AptPackages...
2007-12-14 Cameron DaleCleanup AptPackages code.
2007-12-14 Cameron DaleImplemented cache loading with threads and deferreds.
2007-12-14 Cameron DaleAdd a findHash function to AptPackages that searches...
2007-12-14 Cameron DaleAdd tracking of index file hashes from Release files.
2007-12-14 Cameron DaleAdded support for source package hashes to AptPackages.
2007-12-14 Cameron DaleFix the architecture problem in the AptPackages config...
2007-12-14 Cameron DaleAdded a unittest to make sure AptPackages gets the...
2007-12-14 Cameron DaleRemove the apt-proxy specific stuff from AptPackages.
2007-12-13 Cameron DaleSwitched AptPackages to use twisted's logging facility
2007-12-13 Cameron DaleRemove some apt-proxy specific stuff.
2007-12-13 Cameron DaleAdded the packages.py file (as AptPackages.py) from...