summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
feature/rredSupport compressed output from rred similar to apt-helper cat-fileDavid Kalnischkies4 years
mainAllow parsing an empty Provides lineDavid Kalnischkies2 weeks
masterHarden test for no new acquires after transaction abortDavid Kalnischkies3 years
 
TagDownloadAuthorAge
2.9.2commit 2170f7b62a...Julian Andres Klode3 weeks
2.9.1commit 604f5f3035...Julian Andres Klode4 weeks
2.9.0commit 106fd5d3fd...Julian Andres Klode4 weeks
2.7.14commit db79731254...Julian Andres Klode7 weeks
2.7.13commit 09092ad336...Julian Andres Klode2 months
2.7.12+nmu1commit fb9f9d58c7...Julian Andres Klode2 months
2.7.12commit 1e6c5ed296...Julian Andres Klode3 months
2.7.11commit 8e60b18f9b...Julian Andres Klode3 months
2.7.10commit 3663365969...Julian Andres Klode4 months
2.7.9commit ed053de346...Julian Andres Klode4 months
[...]
 
AgeCommit messageAuthorFilesLines
2020-12-15Release 2.1.142.1.14Julian Andres Klode5-6/+13
2020-12-15Use XXH3 for cache, hash table hashingJulian Andres Klode6-64/+47
2020-12-15test: fixup for hash table size increase (changed output order)Julian Andres Klode5-13/+12
2020-12-10Release 2.1.132.1.13Julian Andres Klode5-8/+32
2020-12-10Raise APT::Cache-HashtableSize to 196613Julian Andres Klode1-1/+1
2020-12-09Merge branch 'pu/cve-2020-27350'Julian Andres Klode6-2/+400
2020-12-09CVE-2020-27350: tarfile: integer overflow: Limit tar items to 128 GiBJulian Andres Klode3-0/+17
2020-12-09CVE-2020-27350: debfile: integer overflow: Limit control size to 64 MiBJulian Andres Klode3-0/+22
2020-12-09tarfile: OOM hardening: Limit size of long names/links to 1 MiBJulian Andres Klode3-2/+99
2020-12-09CVE-2020-27350: arfile: Integer overflow in parsingJulian Andres Klode4-1/+263
[...]