summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-19allow multivalue fields in deb822 sources to be foldedDavid Kalnischkies1-0/+92
2017-10-28Prevent overflow in Installed-Size (and Size) in apt showJulian Andres Klode1-0/+12
2017-10-20Fix testsuite for and add new fields from dpkg 1.19Julian Andres Klode2-2/+6
2017-10-05remove pointless va_copy to avoid cleanup danceDavid Kalnischkies1-18/+12
2017-10-05ignore unsupported key formats in apt-keyDavid Kalnischkies2-41/+66
2017-09-26allow empty build-dependency fields in the parserDavid Kalnischkies1-0/+1
2017-09-26proper error reporting for v3 onion servicesDavid Kalnischkies1-4/+24
2017-09-24Drop curl method and apt-transport-https packageJulian Andres Klode1-6/+0
2017-09-09ftparchive: Do not pass through disabled hashes in SourcesJulian Andres Klode3-2/+42
2017-09-09add test for bug 870675 (hang on unsupported method)David Kalnischkies1-0/+26
2017-09-09test: Workaround gpgv warningJulian Andres Klode1-2/+2
2017-08-24Make test-bug-818628-unreadable-source work on !amd64Julian Andres Klode1-0/+1
2017-08-12Work around float rounding change in gcc 7 on i386Julian Andres Klode1-1/+1
2017-08-04ftparchive: sort discovered filenames before writing indexesDavid Kalnischkies1-0/+64
2017-07-26suggest using auth.conf for sources with passwordsDavid Kalnischkies2-1/+19
2017-07-26show a warning for Debian shutting down FTP servicesDavid Kalnischkies1-0/+31
2017-07-26lookup login info for proxies in auth.confDavid Kalnischkies1-1/+3
2017-07-26reimplement and document auth.confDavid Kalnischkies2-0/+224
2017-07-26show warnings instead of errors if files are unreadableDavid Kalnischkies1-28/+35
2017-07-26use FileFd to parse all apt configuration filesDavid Kalnischkies3-4/+54
2017-07-26fail early in http if server answer is too small as wellDavid Kalnischkies9-58/+61
2017-07-26fail earlier if server answers with too much dataDavid Kalnischkies2-10/+8
2017-07-26don't try to parse all fields starting with HTTP as status-lineDavid Kalnischkies1-0/+2
2017-07-26don't move failed pdiff indexes out of partialDavid Kalnischkies1-0/+30
2017-07-20Use C++11 threading support instead of pthreadJulian Andres Klode1-1/+0
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode28-51/+51
2017-07-12Handle supported components with slashes in sources.listApollon Oikonomopoulos1-4/+10
2017-07-01Ignore download order in test-apt-update-failure-propagationJulian Andres Klode1-17/+2
2017-06-30Switch to 'http' as the default https methodJulian Andres Klode1-1/+1
2017-06-30Reset failure reason when connection was successfulJulian Andres Klode1-1/+1
2017-06-28support tor+https being handled by httpDavid Kalnischkies1-1/+8
2017-06-28Strip 0: epochs from the version hashJulian Andres Klode1-0/+44
2017-06-28show a Release-Notes URI if infos were changedDavid Kalnischkies1-2/+5
2017-06-28error in update on Release information changesDavid Kalnischkies3-13/+78
2017-06-28fail instead of warn on insecure repositories in apt-getDavid Kalnischkies3-5/+9
2017-06-28Merge branch 'feature/http-https'Julian Andres Klode2-7/+9
2017-06-28Skip test-apt-download-progressJulian Andres Klode1-0/+0
2017-06-28Fix test suite and enable non-curl testing on travis, shippableJulian Andres Klode1-0/+6
2017-06-28Fix https->http redirect issuesDavid Kalnischkies1-7/+3
2017-06-27travis: ignore profiling warning in progress linesDavid Kalnischkies1-2/+2
2017-06-26deal with 3xx httpcodes as required by HTTP/1.1 specDavid Kalnischkies2-2/+3
2017-06-26fail InRelease on non-404 HTTP errorcodesDavid Kalnischkies1-0/+9
2017-06-26show .diff/Index properly as ignored if we fallbackDavid Kalnischkies1-2/+2
2017-06-26warn if an expected file can't be acquiredDavid Kalnischkies2-2/+41
2017-06-26make the create-test-data script great againDavid Kalnischkies2-19/+32