summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Replace whitelist/blacklist with allowlist/denylistJulian Andres Klode2020-08-042-13/+13
* aptwebserver: Rename slaves to workersJulian Andres Klode2020-08-041-4/+5
* Detect pkg-config-dpkghook failure in tests to avoid fallbackDavid Kalnischkies2020-07-071-4/+8
* Fix test due to display change in ls (coreutils 8.32)David Kalnischkies2020-07-071-1/+1
* Add dependency points in the resolver also to providersDavid Kalnischkies2020-07-021-0/+107
* Filter out impossible solutions for protected propagationDavid Kalnischkies2020-07-023-2/+33
* Delay removals due to Conflicts until Depends are resolvedDavid Kalnischkies2020-07-022-1/+75
* Add basic support for the Protected fieldJulian Andres Klode2020-06-291-0/+20
* Deduplicate EDSP Provides line of M-A:foreign packagesDavid Kalnischkies2020-06-141-1/+1
* Tell EDSP solvers about all installed pkgs ignoring archDavid Kalnischkies2020-06-141-2/+9
* Do not sent our filename-provides trick to EDSP solversDavid Kalnischkies2020-06-141-0/+18
* Deal with duplicates in the solution space of a depDavid Kalnischkies2020-06-031-0/+1
* Consider if a fix is successful before claiming it isDavid Kalnischkies2020-06-021-17/+0
* Consider protected packages for removal if they are marked as suchDavid Kalnischkies2020-05-291-0/+24
* Keep status number if candidate is discarded for kept back displayDavid Kalnischkies2020-05-232-16/+10
* Reset candidate version explicitly for internal state-keepingDavid Kalnischkies2020-05-234-4/+135
* Check satisfiability for versioned provides, not providing versionDavid Kalnischkies2020-05-191-0/+34
* Recognize propagated protected in pkgProblemResolverDavid Kalnischkies2020-05-184-6/+21
* Propagate protected to already satisfied dependenciesDavid Kalnischkies2020-05-182-13/+53
* Propagate protected to already satisfied conflictsDavid Kalnischkies2020-05-181-0/+31
* Keep going if a dep is bad for user requests to improve errorsDavid Kalnischkies2020-05-184-7/+26
* Allow prefix to be a complete filename for GetTempFileDavid Kalnischkies2020-05-1813-347/+179
* Fix location of testdeb in added regression testsJulian Andres Klode2020-05-131-4/+4
* SECURITY UPDATE: Fix out of bounds read in .ar and .tar implementation (CVE-2...Julian Andres Klode2020-05-121-0/+88
* Allow aptitude to MarkInstall broken packages via FromUserDavid Kalnischkies2020-05-081-4/+50
* apt list: Fix behavior of regex vs fnmatch vs wildcardsJulian Andres Klode2020-05-041-4/+4
* Reinstate * wildcardsJulian Andres Klode2020-05-041-0/+34
* Protect a package while resolving in MarkInstallDavid Kalnischkies2020-04-272-29/+19
* Prefer upgrading installed orgroup membersDavid Kalnischkies2020-04-272-7/+27
* Propagate Protected flag to single-option dependenciesDavid Kalnischkies2020-04-275-16/+17
* Discard candidate if its dependencies can't be satisfiedDavid Kalnischkies2020-04-271-1/+0
* Explore or-groups for Recommends further than firstDavid Kalnischkies2020-04-271-0/+47
* Discard impossible candidate versions also for non-installedDavid Kalnischkies2020-04-261-1/+1
* test/integration/apt.pem: Regenerate with SHA2 hashesJulian Andres Klode2020-04-061-45/+45
* Parse last line in deb file correctly by adding a newlineDavid Kalnischkies2020-03-211-0/+4
* Don't crash pattern matching sections if pkg has no sectionDavid Kalnischkies2020-03-101-1/+24
* Parse records including empty tag names correctlyDavid Kalnischkies2020-02-261-0/+58
* Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode2020-02-181-84/+0
* Revert "Add a Packages-Require-Authorization Release file field"Julian Andres Klode2020-02-161-61/+0
* patterns: test for empty terms, reject themJulian Andres Klode2020-02-031-0/+26
* Correctly stop parsing short form arguments on space, also on ?Julian Andres Klode2020-02-031-0/+2
* patterns: Implement parsing of (...) groupsJulian Andres Klode2020-02-031-0/+4
* Implement | as orJulian Andres Klode2020-02-031-0/+3
* patterns: Parse sequence of patterns as ?andJulian Andres Klode2020-02-031-0/+8
* patterns: Allow bare words only in argumentsJulian Andres Klode2020-02-031-7/+24
* patterns: Implement unary !Julian Andres Klode2020-02-031-0/+1
* Implement short patterns (patterns starting with ~)Julian Andres Klode2020-02-031-0/+66
* Widen regular expressions for versioned kernel packagesJulian Andres Klode2020-01-301-6/+6
* NewProvidesAllArch: Check if group is empty before using itJulian Andres Klode2020-01-161-0/+28
* Merge branch 'pu/apt-regex-cli' into 'master'Julian Andres Klode2020-01-151-10/+1
|\