summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-03-07Fix several typosVeres Lajos6-8/+8
2016-03-06do not move not-failed pdiff-patches into CWD on failureDavid Kalnischkies1-0/+13
2016-03-06add test for apt-key 0xKEY and use parameter expansionDavid Kalnischkies1-0/+11
2016-03-06support APT::Get::Build-Dep-Automatic again in build-depDavid Kalnischkies1-0/+24
2016-03-06tests: expect no output while compiling noopchrootDavid Kalnischkies2-4/+8
2016-03-06deal with partially downloaded changelogsDavid Kalnischkies1-0/+6
2016-02-25Fix crash with empty architecture listJulian Andres Klode1-0/+13
2016-02-16pass versioned provides to external solvers in EDSPDavid Kalnischkies1-117/+163
2016-02-11always download changelogs into /tmp firstDavid Kalnischkies1-17/+15
2016-02-11use local changelog from /usr/share/doc if possibleDavid Kalnischkies1-0/+23
2016-02-10test: use our special downloaded dir for 'source' resultDavid Kalnischkies1-0/+2
2016-02-10accept any tarball compression in 814139 testcaseDavid Kalnischkies1-2/+2
2016-02-10test that seeking to a position earlier in the file worksJulian Andres Klode1-0/+12
2016-02-10get dpkg lock in build-dep if cache was invalid againDavid Kalnischkies1-0/+58
2016-02-04test: Fix apt-key tests to work with current gpg 2.1Julian Andres Klode1-1/+11
2016-02-03avoid building dependency tree in 'source' commandDavid Kalnischkies4-21/+4
2016-02-03use pkgCache::VS instead of pkgDepCache::VS()David Kalnischkies2-22/+58
2016-01-31support <libc>-<kernel>-<cpu> in architecture specsDavid Kalnischkies2-0/+88
2016-01-31test all redirection codes work as expectedDavid Kalnischkies2-6/+14
2016-01-27only warn about missing/invalid Date field for nowDavid Kalnischkies2-0/+47
2016-01-26get sources for packages in multiple releases againDavid Kalnischkies2-12/+14
2016-01-26parse version correctly from binary Source fieldDavid Kalnischkies1-0/+20
2016-01-26stablize gtest testcase environmentDavid Kalnischkies3-4/+26
2016-01-25fix tests run via sudo checking the history fileDavid Kalnischkies3-3/+23
2016-01-25reimplement build-dep via apts normal resolverDavid Kalnischkies6-32/+128
2016-01-25always create pkg at the time pkg:arch is createdDavid Kalnischkies2-5/+12
2016-01-15string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode1-8/+8
2016-01-15provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies1-0/+88
2016-01-15revert file-hash based action-merging in acquireDavid Kalnischkies1-0/+0
2016-01-14fix M-A:foreign provides creation for unknown archsDavid Kalnischkies2-2/+10
2016-01-14Do not show multiple identical apt-cache showsrc entriesMichael Vogt1-0/+25
2016-01-12test-apt-acquire-additional-files: Set file mode of touched filesJulian Andres Klode1-0/+4
2016-01-12Only enable pipelining if server is HTTP/1.1Julian Andres Klode1-2/+3
2016-01-08remove uncompressed leftover partial file before pdiff bootstrapDavid Kalnischkies1-0/+6
2016-01-08use filesize of compressed pdiffs for the limit if possibleDavid Kalnischkies1-2/+6
2016-01-08tests: limit autotest-functionname generation to sane charactersDavid Kalnischkies1-3/+3
2016-01-08support '-' and no parameter for stdin in apt-helper cat-fileDavid Kalnischkies1-19/+5
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies6-20/+27
2016-01-08tests: try to pick up compressors from config automaticallyDavid Kalnischkies3-18/+20
2016-01-08allow pdiff bootstrap from all supported compressorsDavid Kalnischkies2-10/+29
2016-01-08use one 'store' method to rule all (de)compressorsDavid Kalnischkies1-2/+2
2016-01-03test-apt-cache: Adjust for hashtable size changeJulian Andres Klode1-3/+3
2016-01-02Add new APT::Keep-Downloaded-Packages optionMichael Vogt1-0/+43
2016-01-02properly parse comments in apt_preferences and deb822-style sourcesDavid Kalnischkies2-0/+27
2016-01-02support comments in debian/control parsingDavid Kalnischkies1-0/+35
2016-01-02add optional support for comments in pkgTagFileDavid Kalnischkies1-0/+61
2015-12-29Fix test case that was broken by switch of hash functionJulian Andres Klode1-5/+5
2015-12-27deal with empty values properly in deb822 parserDavid Kalnischkies1-1/+4
2015-12-27allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies1-0/+40
2015-12-23ensure we got a lock in clean operationDavid Kalnischkies1-0/+10