Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-30 | - [ABI BREAK] add an ErrorType option to CacheSetHelper | David Kalnischkies | |
* cmdline/apt-cache.cc: - use Notice instead of Error in the CacheSetHelper messages for compat reasons. Otherwise tools like sbuild blow up | |||
2010-07-30 | * apt-pkg/cacheset.cc: | Michael Vogt | |
- make CacheSetHelper::canNotFindAllVer display a notice only (for compat reasons). Otherwise tools like sbuild blow up | |||
2010-07-26 | - add a 'newest' pseudo target release as in pkg/newest | David Kalnischkies | |
* | |||
2010-07-17 | * apt-pkg/cacheset.cc: | David Kalnischkies | |
- move them back to the library as they look stable now | |||
2010-06-15 | * cmdline/cacheset.cc: | David Kalnischkies | |
- doesn't include it in the library for now as it is too volatile | |||
2010-06-15 | Add a GroupedFromCommandLine for the VersionSet similar to the | David Kalnischkies | |
one for PackageSet and refactor the existing VersionSet methods to simplify that. | |||
2010-06-10 | * apt-pkg/cacheset.cc: | David Kalnischkies | |
- get the candidate either from an already built depcache or use the policy which is a bit faster than depcache generation | |||
2010-06-06 | add a GroupedFromCommandLine method to the PackageSet to split the | David Kalnischkies | |
packages on the commandline into groups based on modifiers | |||
2010-06-05 | support special release-modifier 'installed' and 'candidate' | David Kalnischkies | |
2010-06-05 | handle :arch modifier in PackageSet::FromString correctly | David Kalnischkies | |
2010-06-05 | Don't increase the commandline parameter in the library but in the | David Kalnischkies | |
application to be really generic. | |||
2010-06-05 | Add a method to get a VersionSet from the Commandline and refactor | David Kalnischkies | |
the existing methods a bit to reuse them easier intern | |||
2010-05-31 | rename packageset into cacheset while it is not too late | David Kalnischkies | |