summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
feature/rredSupport compressed output from rred similar to apt-helper cat-fileDavid Kalnischkies6 years
mainAllow parsing an empty Provides lineDavid Kalnischkies2 years
masterHarden test for no new acquires after transaction abortDavid Kalnischkies5 years
 
TagDownloadAuthorAge
2.9.2commit 2170f7b62a...Julian Andres Klode2 years
2.9.1commit 604f5f3035...Julian Andres Klode2 years
2.9.0commit 106fd5d3fd...Julian Andres Klode2 years
2.7.14commit db79731254...Julian Andres Klode2 years
2.7.13commit 09092ad336...Julian Andres Klode2 years
2.7.12+nmu1commit fb9f9d58c7...Julian Andres Klode2 years
2.7.12commit 1e6c5ed296...Julian Andres Klode2 years
2.7.11commit 8e60b18f9b...Julian Andres Klode2 years
2.7.10commit 3663365969...Julian Andres Klode2 years
2.7.9commit ed053de346...Julian Andres Klode2 years
[...]
 
AgeCommit messageAuthorFilesLines
2020-02-04Release 1.9.91.9.9Julian Andres Klode15-66/+1533
2020-02-04apt-patterns(7): Document | operator, (), and add an exampleJulian Andres Klode1-1/+7
2020-02-03Merge branch 'pu/short-patterns' into 'master'Julian Andres Klode7-64/+399
2020-02-03patterns: test for empty terms, reject themJulian Andres Klode3-1/+30
2020-02-03Correctly stop parsing short form arguments on space, also on ?Julian Andres Klode3-10/+15
2020-02-03patterns: Implement parsing of (...) groupsJulian Andres Klode3-0/+31
2020-02-03Implement | as orJulian Andres Klode3-3/+45
2020-02-03patterns: Allow rendering patterns as patterns instead of json-ishJulian Andres Klode1-9/+10
2020-02-03apt-patterns(7): Some updates and rationaleJulian Andres Klode1-3/+10
2020-02-03patterns: Parse sequence of patterns as ?andJulian Andres Klode4-2/+41
[...]