Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not add Index file by hand now that ftparchive does it by itself | David Kalnischkies | 2011-01-24 | 1 | -9/+2 |
| | |||||
* | * methods/rred.cc: | David Kalnischkies | 2011-01-15 | 1 | -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 Vogt | 2010-10-13 | 1 | -1/+1 |
| | | | | funtions (bash complains) | ||||
* | * apt-pkg/acquire-item.cc: | David Kalnischkies | 2010-08-21 | 1 | -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. |