Age | Commit message (Expand) | Author |
2014-09-27 | move PCI::From* methods into CacheSetHelper class | David Kalnischkies |
2014-09-27 | rework cachesets API to allow future extension | David Kalnischkies |
2014-07-16 | Do not crash for apt-get install /dev/null | Michael Vogt |
2014-07-10 | Allow passing a full path to apt-get install /foo/bar.deb | Michael Vogt |
2014-05-07 | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG... | Michael Vogt |
2014-04-26 | handle pkgnames shorter than modifiers | David Kalnischkies |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2014-02-20 | prepare re-enable fnmatch() once we have proper reporting | Michael Vogt |
2014-02-14 | disable fnmatch() | Michael Vogt |
2014-02-14 | add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break) | Michael Vogt |
2014-01-16 | rework some code to fix some scan-build warnings | David Kalnischkies |
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from experi... | Michael Vogt |
2012-07-18 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2012-06-14 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2012-04-20 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2011-11-09 | * apt-pkg/cacheset.cc: | David Kalnischkies |
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 |
2010-07-30 | - [ABI BREAK] add an ErrorType option to CacheSetHelper | David Kalnischkies |
2010-07-30 | * apt-pkg/cacheset.cc: | Michael Vogt |
2010-07-26 | - add a 'newest' pseudo target release as in pkg/newest | David Kalnischkies |
2010-07-17 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2010-06-15 | * cmdline/cacheset.cc: | David Kalnischkies |
2010-06-15 | Add a GroupedFromCommandLine for the VersionSet similar to the | David Kalnischkies |
2010-06-10 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2010-06-06 | add a GroupedFromCommandLine method to the PackageSet to split the | David Kalnischkies |
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 |
2010-06-05 | Add a method to get a VersionSet from the Commandline and refactor | David Kalnischkies |
2010-05-31 | rename packageset into cacheset while it is not too late | David Kalnischkies |