Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from ↵ | Michael Vogt | |
experimental | |||
2012-07-18 | * apt-pkg/cacheset.cc: | David Kalnischkies | |
- handle :all and :native correctly as architectures again in the commandline parsing (regression in 0.9.7) | |||
2012-06-14 | * apt-pkg/cacheset.cc: | David Kalnischkies | |
- add PackageContainerInterface::FromGroup to support architecture specifications with wildcards on the commandline | |||
2012-04-20 | * apt-pkg/cacheset.cc: | David Kalnischkies | |
- actually return to the fallback modifier if we have detected we should for packagenames which look like modifiers (Closes: #669591) | |||
2011-11-09 | * apt-pkg/cacheset.cc: | David Kalnischkies | |
- make the cachesets real containers which can embedding any container to be able to use the same interface regardless of set or list usage | |||
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | |
2011-02-10 | * merged lp:~evfool/apt/fix641673 | Michael Vogt | |
- String-fix in the source and the translations for the grammatical mistake reported in bug LP: #641673, thanks to Robert Roth | |||
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 | |