summaryrefslogtreecommitdiff
path: root/apt-pkg/cacheset.cc
Commit message (Expand)AuthorAgeFilesLines
* Check satisfiability for versioned provides, not providing versionDavid Kalnischkies2020-05-191-1/+1
* Support negative dependencies in VCI::FromDependencyDavid Kalnischkies2020-05-181-75/+37
* Reinstate * wildcardsJulian Andres Klode2020-05-041-2/+5
* cacheset: Fix -Wdeprecated-copy warningsJulian Andres Klode2020-02-261-0/+4
* Implement short patterns (patterns starting with ~)Julian Andres Klode2020-02-031-1/+1
* apt(8): Disable regular expressions and fnmatchJulian Andres Klode2020-01-151-2/+12
* Add pattern tree parser infra and connect with cacheset and apt listJulian Andres Klode2019-08-151-1/+30
* Remove deprecated cacheset methodsJulian Andres Klode2019-06-141-10/+0
* cacheset: Remove simple cases of deprecated codeJulian Andres Klode2019-05-061-27/+0
* remove pointless APT_PURE from void functionsDavid Kalnischkies2017-12-141-5/+5
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-5/+5
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-9/+9
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-2/+2
* support regex and co in 'apt-cache policy $pkg' againDavid Kalnischkies2015-12-141-1/+1
* support .deb files in upgrade operations as wellDavid Kalnischkies2015-11-041-8/+2
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-141-1/+2
* use c++11 algorithms to avoid strange compiler warningsDavid Kalnischkies2015-08-291-12/+4
* cacheset: Prefer the depcache over the policy againJulian Andres Klode2015-08-271-5/+5
* avoid virtual in the iteratorsDavid Kalnischkies2015-08-101-1/+2
* show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-101-0/+110
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-5/+14
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-1/+14
* fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-161-2/+2
* replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies2014-11-081-36/+10
* move PCI::From* methods into CacheSetHelper classDavid Kalnischkies2014-09-271-56/+68
* rework cachesets API to allow future extensionDavid Kalnischkies2014-09-271-68/+196
* Do not crash for apt-get install /dev/nullMichael Vogt2014-07-161-0/+2
* Allow passing a full path to apt-get install /foo/bar.debMichael Vogt2014-07-101-1/+8
* fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-071-4/+5
* handle pkgnames shorter than modifiersDavid Kalnischkies2014-04-261-2/+4
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-5/+5
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-4/+12
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-14/+14
* prepare re-enable fnmatch() once we have proper reportingMichael Vogt2014-02-201-0/+3
* disable fnmatch()Michael Vogt2014-02-141-1/+0
* add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)Michael Vogt2014-02-141-2/+23
* rework some code to fix some scan-build warningsDavid Kalnischkies2014-01-161-0/+2
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-0/+64
* * apt-pkg/cacheset.cc:David Kalnischkies2012-07-181-0/+2
* * apt-pkg/cacheset.cc:David Kalnischkies2012-06-141-4/+50
* * apt-pkg/cacheset.cc:David Kalnischkies2012-04-201-2/+5
* * apt-pkg/cacheset.cc:David Kalnischkies2011-11-091-178/+203
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-2/+5
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
* * merged lp:~evfool/apt/fix641673Michael Vogt2011-02-101-1/+1
* - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies2010-07-301-9/+9
* * apt-pkg/cacheset.cc:Michael Vogt2010-07-301-1/+1
* - add a 'newest' pseudo target release as in pkg/newestDavid Kalnischkies2010-07-261-1/+6
* * apt-pkg/cacheset.cc:David Kalnischkies2010-07-171-0/+506