summaryrefslogtreecommitdiff
path: root/test/integration/test-pdiff-usage
Commit message (Collapse)AuthorAgeFilesLines
* do not add Index file by hand now that ftparchive does it by itselfDavid Kalnischkies2011-01-241-9/+2
|
* * methods/rred.cc:David Kalnischkies2011-01-151-0/+1
| | | | | - operate optional on gzip compressed pdiffs * apt-pkg/acquire-item.cc: - don't uncompress downloaded pdiff files before feeding it to rred
* tests/integration/test-*: remove a bunch of "local" that are used outside ↵Michael Vogt2010-10-131-1/+1
| | | | funtions (bash complains)
* * apt-pkg/acquire-item.cc:David Kalnischkies2010-08-211-0/+51
- don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work in combination with the AddFd methods of our hashclasses Add also 2 testcases: one to test pdiffs in general and one to test the handling of compressed indexes.