summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-01-03add a testcase for the mirror methodDavid Kalnischkies
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies
2018-01-03refactor message generation for methodsDavid Kalnischkies
2018-01-02Support cleartext signed InRelease files with CRLF line endingsDavid Kalnischkies
2017-12-24do not remap current files if nullptrs in cache generationDavid Kalnischkies
2017-12-14relax test to accept various connection failuresDavid Kalnischkies
2017-12-13implement fallback to alternative URIs for all itemsDavid Kalnischkies
2017-12-13implement Acquire::Retries support for all itemsDavid Kalnischkies
2017-12-13support multiline values in LookupTagDavid Kalnischkies
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies
2017-12-13don't auto-switch candidate if installed is good enoughDavid Kalnischkies
2017-12-13if insecure repo is allowed continue on all http errorsDavid Kalnischkies
2017-11-22tests: Improve handling profiling messages on CIJulian Andres Klode
2017-11-19support COLUMNS environment variable in apt toolsDavid Kalnischkies
2017-11-19allow multivalue fields in deb822 sources to be foldedDavid Kalnischkies
2017-10-28Prevent overflow in Installed-Size (and Size) in apt showJulian Andres Klode
2017-10-20Fix testsuite for and add new fields from dpkg 1.19Julian Andres Klode
2017-10-05remove pointless va_copy to avoid cleanup danceDavid Kalnischkies
2017-10-05ignore unsupported key formats in apt-keyDavid Kalnischkies
2017-09-26allow empty build-dependency fields in the parserDavid Kalnischkies
2017-09-26proper error reporting for v3 onion servicesDavid Kalnischkies
2017-09-24Drop curl method and apt-transport-https packageJulian Andres Klode
2017-09-09ftparchive: Do not pass through disabled hashes in SourcesJulian Andres Klode
2017-09-09add test for bug 870675 (hang on unsupported method)David Kalnischkies
2017-09-09test: Workaround gpgv warningJulian Andres Klode
2017-08-24Make test-bug-818628-unreadable-source work on !amd64Julian Andres Klode
2017-08-12Work around float rounding change in gcc 7 on i386Julian Andres Klode
2017-08-04ftparchive: sort discovered filenames before writing indexesDavid Kalnischkies
2017-07-26suggest using auth.conf for sources with passwordsDavid Kalnischkies
2017-07-26show a warning for Debian shutting down FTP servicesDavid Kalnischkies
2017-07-26lookup login info for proxies in auth.confDavid Kalnischkies
2017-07-26reimplement and document auth.confDavid Kalnischkies
2017-07-26show warnings instead of errors if files are unreadableDavid Kalnischkies
2017-07-26use FileFd to parse all apt configuration filesDavid Kalnischkies
2017-07-26fail early in http if server answer is too small as wellDavid Kalnischkies
2017-07-26fail earlier if server answers with too much dataDavid Kalnischkies
2017-07-26don't try to parse all fields starting with HTTP as status-lineDavid Kalnischkies
2017-07-26don't move failed pdiff indexes out of partialDavid Kalnischkies
2017-07-20Use C++11 threading support instead of pthreadJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Handle supported components with slashes in sources.listApollon Oikonomopoulos
2017-07-01Ignore download order in test-apt-update-failure-propagationJulian Andres Klode
2017-06-30Switch to 'http' as the default https methodJulian Andres Klode
2017-06-30Reset failure reason when connection was successfulJulian Andres Klode
2017-06-28support tor+https being handled by httpDavid Kalnischkies
2017-06-28Strip 0: epochs from the version hashJulian Andres Klode
2017-06-28show a Release-Notes URI if infos were changedDavid Kalnischkies
2017-06-28error in update on Release information changesDavid Kalnischkies
2017-06-28fail instead of warn on insecure repositories in apt-getDavid Kalnischkies
2017-06-28Merge branch 'feature/http-https'Julian Andres Klode