summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* CVE-2020-27350: debfile: integer overflow: Limit control size to 64 MiBJulian Andres Klode2020-12-091-0/+15
* tarfile: OOM hardening: Limit size of long names/links to 1 MiBJulian Andres Klode2020-12-091-1/+10
* CVE-2020-27350: arfile: Integer overflow in parsingJulian Andres Klode2020-12-091-1/+13
* patterns: Terminate short pattern by ~ and !Julian Andres Klode2020-12-071-1/+4
* HexDigest: Silence -Wstringop-overflowJulian Andres Klode2020-12-041-0/+1
* Do not immediately configure m-a: same packages in lockstepJulian Andres Klode2020-11-061-1/+2
* Do not produce late error if immediate configuration fails, just warnJulian Andres Klode2020-10-211-1/+1
* acquire: Do not hide _errror messages in Fail()Julian Andres Klode2020-08-111-11/+14
* Default Acquire::AllowReleaseInfoChange::Suite to "true"Julian Andres Klode2020-08-101-1/+1
* Merge branch 'master' into 'master'Julian Andres Klode2020-08-041-1/+2
|\
| * Support marking all newly installed packages as automatically installedNicolas Schier2020-06-081-1/+2
* | Merge branch 'pu/less-slaves' into 'master'Julian Andres Klode2020-08-041-1/+1
|\ \
| * | Replace whitelist/blacklist with allowlist/denylistJulian Andres Klode2020-08-041-1/+1
* | | Merge branch 'pu/apt-key-deprecated' into 'master'Julian Andres Klode2020-08-041-0/+3
|\ \ \ | |/ / |/| |
| * | Fully deprecate apt-key, schedule removal for Q2/2022Julian Andres Klode2020-05-061-0/+3
* | | Reorder config check before result looping for SRV parsing debugDavid Kalnischkies2020-07-021-11/+6
* | | Add dependency points in the resolver also to providersDavid Kalnischkies2020-07-021-9/+40
* | | Filter out impossible solutions for protected propagationDavid Kalnischkies2020-07-021-3/+18
* | | Delay removals due to Conflicts until Depends are resolvedDavid Kalnischkies2020-07-022-79/+101
* | | Add basic support for the Protected fieldJulian Andres Klode2020-06-296-2/+26
* | | Deduplicate EDSP Provides line of M-A:foreign packagesDavid Kalnischkies2020-06-141-9/+17
* | | Tell EDSP solvers about all installed pkgs ignoring archDavid Kalnischkies2020-06-141-1/+1
* | | Do not sent our filename-provides trick to EDSP solversDavid Kalnischkies2020-06-141-5/+4
| |/ |/|
* | Do not hardcode (wrong) group and mode in setup warningDavid Kalnischkies2020-06-061-3/+3
* | Deal with duplicates in the solution space of a depDavid Kalnischkies2020-06-031-22/+27
* | Allow 20 instead of 10 loops for pkgProblemResolverDavid Kalnischkies2020-06-031-1/+2
* | Consider if a fix is successful before claiming it isDavid Kalnischkies2020-06-021-18/+23
* | Consider protected packages for removal if they are marked as suchDavid Kalnischkies2020-05-291-1/+1
* | Fix small memory leak in MethodConfigDavid Kalnischkies2020-05-271-1/+1
* | Mark PatternTreeParser::Node destructor as virtualDavid Kalnischkies2020-05-251-0/+1
* | Allow FMV SSE4.2 detection to succeed on clangDavid Kalnischkies2020-05-251-3/+0
* | Silence clang warning -Wstring-plus-intDavid Kalnischkies2020-05-252-5/+5
* | Ensure EDSP doesn't use a dangling architecture stringDavid Kalnischkies2020-05-251-4/+2
* | Don't update candidate provides map if the same as currentDavid Kalnischkies2020-05-251-6/+6
* | Don't set variables to conditionally override them 2 lines laterDavid Kalnischkies2020-05-251-5/+7
* | Allow pkgDepCache to be asked to check internal consistencyDavid Kalnischkies2020-05-243-5/+106
* | Keep status number if candidate is discarded for kept back displayDavid Kalnischkies2020-05-231-0/+2
* | Known-bad candidate versions are not an upgrade optionDavid Kalnischkies2020-05-231-1/+9
* | Reset candidate version explicitly for internal state-keepingDavid Kalnischkies2020-05-232-13/+17
* | Check satisfiability for versioned provides, not providing versionDavid Kalnischkies2020-05-191-1/+1
* | Recognize propagated protected in pkgProblemResolverDavid Kalnischkies2020-05-181-11/+12
* | Propagate protected to already satisfied dependenciesDavid Kalnischkies2020-05-181-33/+36
* | Propagate protected to already satisfied conflictsDavid Kalnischkies2020-05-181-30/+82
* | Deal with protected solution providers firstDavid Kalnischkies2020-05-181-3/+6
* | Support negative dependencies in VCI::FromDependencyDavid Kalnischkies2020-05-181-75/+37
* | Move the MarkInstall helpers into static functionsDavid Kalnischkies2020-05-182-63/+74
* | Keep going if a dep is bad for user requests to improve errorsDavid Kalnischkies2020-05-182-20/+49
* | Skip reading data from tar members if nobody will look at itDavid Kalnischkies2020-05-181-28/+28
* | Properly handle interrupted write() call in ExtractTarDavid Kalnischkies2020-05-181-1/+1
* | Allow prefix to be a complete filename for GetTempFileDavid Kalnischkies2020-05-181-12/+24