Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - provide a {Package,Version}List similar to {Package,Version}Set | David Kalnischkies | 2011-11-11 | 1 | -13/+13 |
| | | | | | * cmdline/apt-{get,cache,mark}.cc: - use Lists instead of Sets if input order should be preserved for commands accepting lists of packages, e.g. policy (Closes: #625960) | ||||
* | * apt-pkg/acquire-item.cc: | David Kalnischkies | 2010-08-21 | 1 | -0/+37 |
- 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. |