Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * merged lp:~evfool/apt/fix641673 | Michael Vogt | 2011-02-10 | 1 | -1/+1 |
| | | | | - String-fix in the source and the translations for the grammatical mistake reported in bug LP: #641673, thanks to Robert Roth | ||||
* | - [ABI BREAK] add an ErrorType option to CacheSetHelper | David Kalnischkies | 2010-07-30 | 1 | -9/+9 |
| | | | | | * cmdline/apt-cache.cc: - use Notice instead of Error in the CacheSetHelper messages for compat reasons. Otherwise tools like sbuild blow up | ||||
* | * apt-pkg/cacheset.cc: | Michael Vogt | 2010-07-30 | 1 | -1/+1 |
| | | | | | - make CacheSetHelper::canNotFindAllVer display a notice only (for compat reasons). Otherwise tools like sbuild blow up | ||||
* | - add a 'newest' pseudo target release as in pkg/newest | David Kalnischkies | 2010-07-26 | 1 | -1/+6 |
| | | | * | ||||
* | * apt-pkg/cacheset.cc: | David Kalnischkies | 2010-07-17 | 1 | -0/+506 |
| | | | - move them back to the library as they look stable now | ||||
* | * cmdline/cacheset.cc: | David Kalnischkies | 2010-06-15 | 1 | -330/+0 |
| | | | - doesn't include it in the library for now as it is too volatile | ||||
* | Add a GroupedFromCommandLine for the VersionSet similar to the | David Kalnischkies | 2010-06-15 | 1 | -39/+84 |
| | | | | | one for PackageSet and refactor the existing VersionSet methods to simplify that. | ||||
* | * apt-pkg/cacheset.cc: | David Kalnischkies | 2010-06-10 | 1 | -3/+8 |
| | | | | - get the candidate either from an already built depcache or use the policy which is a bit faster than depcache generation | ||||
* | add a GroupedFromCommandLine method to the PackageSet to split the | David Kalnischkies | 2010-06-06 | 1 | -0/+33 |
| | | | | packages on the commandline into groups based on modifiers | ||||
* | support special release-modifier 'installed' and 'candidate' | David Kalnischkies | 2010-06-05 | 1 | -49/+77 |
| | |||||
* | handle :arch modifier in PackageSet::FromString correctly | David Kalnischkies | 2010-06-05 | 1 | -6/+20 |
| | |||||
* | Don't increase the commandline parameter in the library but in the | David Kalnischkies | 2010-06-05 | 1 | -2/+2 |
| | | | | application to be really generic. | ||||
* | Add a method to get a VersionSet from the Commandline and refactor | David Kalnischkies | 2010-06-05 | 1 | -19/+121 |
| | | | | the existing methods a bit to reuse them easier intern | ||||
* | rename packageset into cacheset while it is not too late | David Kalnischkies | 2010-05-31 | 1 | -0/+103 |