summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
feature/rredSupport compressed output from rred similar to apt-helper cat-fileDavid Kalnischkies4 years
mainAllow parsing an empty Provides lineDavid Kalnischkies3 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 Klode5 weeks
2.7.14commit db79731254...Julian Andres Klode8 weeks
2.7.13commit 09092ad336...Julian Andres Klode3 months
2.7.12+nmu1commit fb9f9d58c7...Julian Andres Klode3 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-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
[...]