summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ensure we got a lock in clean operationDavid Kalnischkies2015-12-231-0/+10
* tests: support gpg2 properly in all testcasesDavid Kalnischkies2015-12-194-44/+48
* avoid evaluating shell in paths used in apt-keyDavid Kalnischkies2015-12-192-3/+21
* tests: support spaces in path and TMPDIRDavid Kalnischkies2015-12-19207-518/+495
* Fix FileUtlTest.GetTempDir failure when run as rootPino Toscano2015-12-191-3/+7
* test-apt-download-progress: Run the https test multiple timesJulian Andres Klode2015-12-141-2/+7
* pkgcache: Make hash arch-independent using fixed size integerJulian Andres Klode2015-12-141-1/+1
* tagfile: Hardcode error message for out of range integer valuesJulian Andres Klode2015-12-141-1/+1
* test framework: More noopchroot fixesJulian Andres Klode2015-12-141-6/+11
* test framework: Unset no_proxy as wellJulian Andres Klode2015-12-141-1/+1
* test framework: Unset http proxy variables in setupenvironmentJulian Andres Klode2015-12-141-0/+1
* test framework: Correctly generate new paths in noopchrootJulian Andres Klode2015-12-141-6/+5
* test-apt-download-progress: Limit rate to 600kJulian Andres Klode2015-12-141-2/+2
* test-apt-download-progress: Allow smaller progress changeJulian Andres Klode2015-12-141-1/+1
* test-sourceslist-lang-plusminus-options: Use amd64 architectureJulian Andres Klode2015-12-141-1/+1
* non-existing directories don't need to be cleanedDavid Kalnischkies2015-12-142-2/+27
* support regex and co in 'apt-cache policy $pkg' againDavid Kalnischkies2015-12-141-0/+9
* show a more descriptive error for weak Release filesDavid Kalnischkies2015-12-142-0/+53
* Convert package names from Packages files to lower caseJulian Andres Klode2015-12-111-0/+21
* test: Fix testcases relying on mixed case package namesJulian Andres Klode2015-12-111-23/+23
* Do not swap required and important in pkgCache::Priority()Julian Andres Klode2015-12-101-0/+16
* replace run-parts with find|sort to avoid debianutils usageDavid Kalnischkies2015-12-061-1/+1
* replace "which" with "command -v" for portabilityDavid Kalnischkies2015-12-061-1/+1
* use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies2015-12-022-9/+9
* tests: apt build-dep actually reports no depends correctlyDavid Kalnischkies2015-12-022-2/+14
* require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies2015-12-012-3/+13
* accept ../ on the cmdline as start for a deb file as wellDavid Kalnischkies2015-11-291-1/+5
* tests: fix typos, correct helpmsgs and test testsDavid Kalnischkies2015-11-292-6/+11
* do not override exact targetrelease matches with lesser matchesAndreas Cadhalpun2015-11-291-0/+20
* disable privilege-drop verification by default as fakeroot trips over itDavid Kalnischkies2015-11-281-0/+2
* tests: use id to get user/group instead of environmentDavid Kalnischkies2015-11-281-2/+2
* outsmart gcc -O3 over-optimization in pkgCdrom::FindPackagesDavid Kalnischkies2015-11-271-0/+2
* slightly rephrase notice shown for insecure repositoriesJustin B Rye2015-11-253-5/+5
* show potentially arch-qualified fullname in 'apt show'David Kalnischkies2015-11-211-9/+26
* review of new/changed translatable program stringsJustin B Rye2015-11-215-10/+10
* do not sent Last-Modified if we expect a changed fileDavid Kalnischkies2015-11-211-1/+1
* ignore lost+found in private directory cleanupDavid Kalnischkies2015-11-192-4/+7
* tests: use quiet level 0 by default in testsDavid Kalnischkies2015-11-1929-107/+117
* support setting empty values (sanely) & removing support forDavid Kalnischkies2015-11-192-16/+79
* do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies2015-11-194-9/+35
* tests: fail testsuccess if notices are shown, tooDavid Kalnischkies2015-11-181-16/+50
* "support" unsigned Release files without hashes againDavid Kalnischkies2015-11-051-2/+7
* encode UTF-8 characters correctly in QuoteStringDavid Kalnischkies2015-11-051-0/+11
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-051-1/+1
* allow acquire method specific options via Binary scopeDavid Kalnischkies2015-11-051-7/+7
* drop privileges in copy:// method as we do for file://David Kalnischkies2015-11-054-48/+58
* allow getaddrinfo flag AI_ADDRCONFIG to be disabledDavid Kalnischkies2015-11-041-0/+1
* ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies2015-11-042-0/+34
* ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies2015-11-041-0/+29
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-0431-123/+330