summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-07-02Add dependency points in the resolver also to providersDavid Kalnischkies
2020-07-02Filter out impossible solutions for protected propagationDavid Kalnischkies
2020-07-02Delay removals due to Conflicts until Depends are resolvedDavid Kalnischkies
2020-06-29Add basic support for the Protected fieldJulian Andres Klode
2020-06-14Deduplicate EDSP Provides line of M-A:foreign packagesDavid Kalnischkies
2020-06-14Tell EDSP solvers about all installed pkgs ignoring archDavid Kalnischkies
2020-06-14Do not sent our filename-provides trick to EDSP solversDavid Kalnischkies
2020-06-03Deal with duplicates in the solution space of a depDavid Kalnischkies
2020-06-02Consider if a fix is successful before claiming it isDavid Kalnischkies
2020-05-29Consider protected packages for removal if they are marked as suchDavid Kalnischkies
2020-05-23Keep status number if candidate is discarded for kept back displayDavid Kalnischkies
2020-05-23Reset candidate version explicitly for internal state-keepingDavid Kalnischkies
2020-05-19Check satisfiability for versioned provides, not providing versionDavid Kalnischkies
2020-05-18Recognize propagated protected in pkgProblemResolverDavid Kalnischkies
2020-05-18Propagate protected to already satisfied dependenciesDavid Kalnischkies
2020-05-18Propagate protected to already satisfied conflictsDavid Kalnischkies
2020-05-18Keep going if a dep is bad for user requests to improve errorsDavid Kalnischkies
2020-05-18Allow prefix to be a complete filename for GetTempFileDavid Kalnischkies
2020-05-13Fix location of testdeb in added regression testsJulian Andres Klode
2020-05-12SECURITY UPDATE: Fix out of bounds read in .ar and .tar implementation (CVE-2...Julian Andres Klode
2020-05-08Allow aptitude to MarkInstall broken packages via FromUserDavid Kalnischkies
2020-05-04apt list: Fix behavior of regex vs fnmatch vs wildcardsJulian Andres Klode
2020-05-04Reinstate * wildcardsJulian Andres Klode
2020-04-27Protect a package while resolving in MarkInstallDavid Kalnischkies
2020-04-27Prefer upgrading installed orgroup membersDavid Kalnischkies
2020-04-27Propagate Protected flag to single-option dependenciesDavid Kalnischkies
2020-04-27Discard candidate if its dependencies can't be satisfiedDavid Kalnischkies
2020-04-27Explore or-groups for Recommends further than firstDavid Kalnischkies
2020-04-26Discard impossible candidate versions also for non-installedDavid Kalnischkies
2020-04-06test/integration/apt.pem: Regenerate with SHA2 hashesJulian Andres Klode
2020-03-21Parse last line in deb file correctly by adding a newlineDavid Kalnischkies
2020-03-10Don't crash pattern matching sections if pkg has no sectionDavid Kalnischkies
2020-02-26Parse records including empty tag names correctlyDavid Kalnischkies
2020-02-18Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode
2020-02-16Revert "Add a Packages-Require-Authorization Release file field"Julian Andres Klode
2020-02-03patterns: test for empty terms, reject themJulian Andres Klode
2020-02-03Correctly stop parsing short form arguments on space, also on ?Julian Andres Klode
2020-02-03patterns: Implement parsing of (...) groupsJulian Andres Klode
2020-02-03Implement | as orJulian Andres Klode
2020-02-03patterns: Parse sequence of patterns as ?andJulian Andres Klode
2020-02-03patterns: Allow bare words only in argumentsJulian Andres Klode
2020-02-03patterns: Implement unary !Julian Andres Klode
2020-02-03Implement short patterns (patterns starting with ~)Julian Andres Klode
2020-01-30Widen regular expressions for versioned kernel packagesJulian Andres Klode
2020-01-16NewProvidesAllArch: Check if group is empty before using itJulian Andres Klode
2020-01-15Merge branch 'pu/apt-regex-cli' into 'master'Julian Andres Klode
2020-01-15apt(8): Disable regular expressions and fnmatchJulian Andres Klode
2020-01-15netrc: Add warning when ignoring entries for unencrypted protocolsJulian Andres Klode
2020-01-14Deprecate the Summation classes and mark them for removalJulian Andres Klode
2020-01-07gtests: Fix netrc parser test regression from https-only changesJulian Andres Klode