summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-08-20clear alternative URIs for mirror:// between steps (CVE-2018-0501)David Kalnischkies2-0/+43
2018-08-19Report (soon) worthless keys if gpg uses fpr for GOODSIGDavid Kalnischkies1-0/+25
2018-08-19test: Supports records larger than 32kb in 'apt show'David Kalnischkies1-0/+33
2018-08-19aptwebserver: Prefetch compressors to avoid thread crashesDavid Kalnischkies1-0/+1
2018-08-14CMake: Use ${PROJECT_NAME} instead of hardcoding aptDavid Kalnischkies1-6/+7
2018-06-27Handle JSON hooks that just close the file/exit and fix some other errorsJulian Andres Klode1-0/+87
2018-05-28Don't show acquire warning for "hidden" componentsDavid Kalnischkies2-8/+41
2018-05-28tests: Prevent stunnel4 from binding on IPv6David Kalnischkies1-1/+1
2018-05-24Merge branch 'feature/morevolatilesupport' into 'master'Julian Andres Klode3-6/+204
2018-05-24Merge branch 'feature/byhashviaalturl' into 'master'Julian Andres Klode2-2/+5
2018-05-21Extend test-apt-get-autoremove to check debug outputFilipe Brandenburger1-0/+25
2018-05-19Fix hidden test failure if not called via sudoDavid Kalnischkies2-2/+2
2018-05-16tests: Do not expect requested-by if sudo was invoked by rootJulian Andres Klode2-2/+2
2018-05-11Handle by-hash URI construction more centrallyDavid Kalnischkies1-0/+2
2018-05-11Drop alternative URIs we got a hash-based fail fromDavid Kalnischkies2-2/+3
2018-05-11Support local files as arguments in show commandDavid Kalnischkies1-5/+26
2018-05-11Support --with-source in show & search commandsDavid Kalnischkies1-6/+30
2018-05-11Support release selector for volatile files as wellDavid Kalnischkies1-0/+94
2018-05-11Extend apt build-dep pkg/release to switch dep as neededDavid Kalnischkies1-0/+59
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies4-7/+8
2018-05-04Prevent GTest from flooding us with compiler warningsDavid Kalnischkies20-187/+193
2018-05-04Fix build with new gtestJulian Andres Klode1-1/+1
2018-04-15Merge branch 'pu/heavy-hooks' into 'master'Julian Andres Klode1-0/+122
2018-04-15Introduce experimental new hooks for command-line toolsJulian Andres Klode1-0/+122
2018-04-15Merge branch 'pu/zstd' into 'master'Julian Andres Klode2-2/+4
2018-04-06test: export GCOV_ERROR_FILE=/dev/null to make it fail less/no testsJulian Andres Klode1-0/+3
2018-03-15Use https for Ubuntu changelogsJulian Andres Klode1-4/+4
2018-03-12apt-pkg: Add support for zstdJulian Andres Klode2-2/+4
2018-02-19Merge branch 'pu/not-valid-before' into 'master'Julian Andres Klode2-0/+48
2018-02-19Check that Date of Release file is not in the futureJulian Andres Klode2-0/+48
2018-02-19ensure correct file permissions for auxfilesDavid Kalnischkies1-6/+25
2018-02-19tests: set debhelper compat 10 and R³ by defaultDavid Kalnischkies1-2/+3
2018-02-19add apt-helper drop-privs command…David Kalnischkies1-0/+7
2018-02-19Work around test-method-mirror failure by setting umask at startJulian Andres Klode1-0/+2
2018-01-19allow the apt/lists/auxfiles/ directory to be missingDavid Kalnischkies2-4/+40
2018-01-17Introduce inrelease-path option for sources.listJulian Andres Klode1-0/+28
2018-01-03add a testcase for the mirror methodDavid Kalnischkies1-0/+190
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies3-2/+6
2018-01-03refactor message generation for methodsDavid Kalnischkies1-1/+1
2018-01-02Support cleartext signed InRelease files with CRLF line endingsDavid Kalnischkies1-10/+41
2017-12-24do not remap current files if nullptrs in cache generationDavid Kalnischkies1-0/+47
2017-12-14relax test to accept various connection failuresDavid Kalnischkies1-3/+2
2017-12-13implement fallback to alternative URIs for all itemsDavid Kalnischkies2-1/+19
2017-12-13implement Acquire::Retries support for all itemsDavid Kalnischkies3-5/+57
2017-12-13support multiline values in LookupTagDavid Kalnischkies1-0/+42
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2-3/+3
2017-12-13don't auto-switch candidate if installed is good enoughDavid Kalnischkies1-0/+24
2017-12-13if insecure repo is allowed continue on all http errorsDavid Kalnischkies2-3/+25
2017-11-22tests: Improve handling profiling messages on CIJulian Andres Klode1-10/+12
2017-11-19support COLUMNS environment variable in apt toolsDavid Kalnischkies2-4/+26