summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Fail ConfigDir reading if directory listing failedDavid Kalnischkies2021-02-031-1/+4
* Free XXH3 state to avoid leak in cache hashingDavid Kalnischkies2021-02-031-1/+3
* Guess compressor only if no AR nember with exact name existsDavid Kalnischkies2021-02-021-25/+34
* Use 500 MB memory limit for xz/lzma decodingDavid Kalnischkies2021-02-021-15/+6
* Merge branch 'pu/include-all-translations' into 'master'Julian Andres Klode2021-01-271-1/+1
|\
| * Include all translations when building the cacheJulian Andres Klode2021-01-271-1/+1
* | dpkg: fix passing readonly /dev/null fd as stdout/stderrYoufu Zhang2021-01-221-1/+1
|/
* pkgcachegen: Avoid write to old cache for Version::ExtraJulian Andres Klode2021-01-131-1/+2
* Call ischroot with -tJulian Andres Klode2021-01-111-0/+1
* kernels: Fix std::out_of_range if no kernels to protectJulian Andres Klode2021-01-111-1/+6
* Merge branch 'pu/small-fixes' into 'master'Julian Andres Klode2021-01-082-4/+4
|\
| * kernels: remove spurious || falseJulian Andres Klode2021-01-081-3/+3
| * Fix getMachineID copy-paste errorJulian Andres Klode2021-01-081-1/+1
* | Implement update --error-on=anyJulian Andres Klode2021-01-081-2/+19
|/
* Phase using source version to be binNMU-correctJulian Andres Klode2021-01-081-1/+1
* Add support for Phased-Update-PercentageJulian Andres Klode2021-01-089-5/+152
* Merge branch 'pu/optional-immediate' into 'master'Julian Andres Klode2021-01-081-4/+12
|\
| * Make immediate configuration optionalJulian Andres Klode2021-01-081-4/+12
* | Merge branch 'pu/depends' into 'master'Julian Andres Klode2021-01-072-0/+100
|\ \ | |/ |/|
| * Implement ?reverse-depends/~R and friendsJulian Andres Klode2020-12-272-0/+49
| * patterns: Add dependency patterns ?depends, ?conflicts, etc.Julian Andres Klode2020-12-272-0/+51
* | Only keep up to 3 (not 4) kernelsJulian Andres Klode2021-01-041-1/+1
* | Determine autoremovable kernels at run-timeJulian Andres Klode2021-01-044-7/+228
* | depcache: Cache our InRootSetFuncJulian Andres Klode2021-01-042-8/+24
|/
* Don't re-encode encoded URIs in pkgAcqFileDavid Kalnischkies2020-12-181-1/+2
* Keep URIs encoded in the acquire systemDavid Kalnischkies2020-12-189-43/+140
* Do not require libxxhash-dev for including pkgcachegen.hJulian Andres Klode2020-12-171-1/+3
* Unroll pkgCache::sHash 8 time, break up dependencyJulian Andres Klode2020-12-151-2/+16
* Use XXH3 for cache, hash table hashingJulian Andres Klode2020-12-153-64/+20
* Raise APT::Cache-HashtableSize to 196613Julian Andres Klode2020-12-101-1/+1
* CVE-2020-27350: tarfile: integer overflow: Limit tar items to 128 GiBJulian Andres Klode2020-12-091-0/+10
* 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