summaryrefslogtreecommitdiff
path: root/methods/debdelta.cc
AgeCommit message (Collapse)Author
2011-06-25Added the replacement rule for replacing regular URIs with that of debdelta ↵Ishan Jayawardena
repo.
2011-06-15revised the debdelta methodIshan Jayawardena
2011-06-13added support for downloading debdelta files and queuing successfully ↵Ishan Jayawardena
downloaded debdeltas for processing with the debdelta apt method, in apt-pkg/acquire-item.{cc,h} in pkgAcqArchive class. Currently, no index for deltas are used. Proper progress reporting and methods to verify the debdeltas are yet to be added.
2011-06-05added a script to test the debdelta method.Ishan Jayawardena
2011-05-31added the debdelta method - initial implementationIshan Jayawardena