summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add a testcase for the mirror methodDavid Kalnischkies2018-01-031-0/+190
* allow a method to request auxiliary filesDavid Kalnischkies2018-01-033-2/+6
* refactor message generation for methodsDavid Kalnischkies2018-01-031-1/+1
* Support cleartext signed InRelease files with CRLF line endingsDavid Kalnischkies2018-01-021-10/+41
* do not remap current files if nullptrs in cache generationDavid Kalnischkies2017-12-241-0/+47
* relax test to accept various connection failuresDavid Kalnischkies2017-12-141-3/+2
* implement fallback to alternative URIs for all itemsDavid Kalnischkies2017-12-132-1/+19
* implement Acquire::Retries support for all itemsDavid Kalnischkies2017-12-133-5/+57
* support multiline values in LookupTagDavid Kalnischkies2017-12-131-0/+42
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-132-3/+3
* don't auto-switch candidate if installed is good enoughDavid Kalnischkies2017-12-131-0/+24
* if insecure repo is allowed continue on all http errorsDavid Kalnischkies2017-12-132-3/+25
* tests: Improve handling profiling messages on CIJulian Andres Klode2017-11-221-10/+12
* support COLUMNS environment variable in apt toolsDavid Kalnischkies2017-11-192-4/+26
* allow multivalue fields in deb822 sources to be foldedDavid Kalnischkies2017-11-191-0/+92
* Prevent overflow in Installed-Size (and Size) in apt showJulian Andres Klode2017-10-281-0/+12
* Fix testsuite for and add new fields from dpkg 1.19Julian Andres Klode2017-10-202-2/+6
* remove pointless va_copy to avoid cleanup danceDavid Kalnischkies2017-10-051-18/+12
* ignore unsupported key formats in apt-keyDavid Kalnischkies2017-10-052-41/+66
* allow empty build-dependency fields in the parserDavid Kalnischkies2017-09-261-0/+1
* proper error reporting for v3 onion servicesDavid Kalnischkies2017-09-261-4/+24
* Drop curl method and apt-transport-https packageJulian Andres Klode2017-09-241-6/+0
* ftparchive: Do not pass through disabled hashes in SourcesJulian Andres Klode2017-09-093-2/+42
* add test for bug 870675 (hang on unsupported method)David Kalnischkies2017-09-091-0/+26
* test: Workaround gpgv warningJulian Andres Klode2017-09-091-2/+2
* Make test-bug-818628-unreadable-source work on !amd64Julian Andres Klode2017-08-241-0/+1
* Work around float rounding change in gcc 7 on i386Julian Andres Klode2017-08-121-1/+1
* ftparchive: sort discovered filenames before writing indexesDavid Kalnischkies2017-08-041-0/+64
* suggest using auth.conf for sources with passwordsDavid Kalnischkies2017-07-262-1/+19
* show a warning for Debian shutting down FTP servicesDavid Kalnischkies2017-07-261-0/+31
* lookup login info for proxies in auth.confDavid Kalnischkies2017-07-261-1/+3
* reimplement and document auth.confDavid Kalnischkies2017-07-262-0/+224
* show warnings instead of errors if files are unreadableDavid Kalnischkies2017-07-261-28/+35
* use FileFd to parse all apt configuration filesDavid Kalnischkies2017-07-263-4/+54
* fail early in http if server answer is too small as wellDavid Kalnischkies2017-07-269-58/+61
* fail earlier if server answers with too much dataDavid Kalnischkies2017-07-262-10/+8
* don't try to parse all fields starting with HTTP as status-lineDavid Kalnischkies2017-07-261-0/+2
* don't move failed pdiff indexes out of partialDavid Kalnischkies2017-07-261-0/+30
* Use C++11 threading support instead of pthreadJulian Andres Klode2017-07-201-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-1228-51/+51
* Handle supported components with slashes in sources.listApollon Oikonomopoulos2017-07-121-4/+10
* Ignore download order in test-apt-update-failure-propagationJulian Andres Klode2017-07-011-17/+2
* Switch to 'http' as the default https methodJulian Andres Klode2017-06-301-1/+1
* Reset failure reason when connection was successfulJulian Andres Klode2017-06-301-1/+1
* support tor+https being handled by httpDavid Kalnischkies2017-06-281-1/+8
* Strip 0: epochs from the version hashJulian Andres Klode2017-06-281-0/+44
* show a Release-Notes URI if infos were changedDavid Kalnischkies2017-06-281-2/+5
* error in update on Release information changesDavid Kalnischkies2017-06-283-13/+78
* fail instead of warn on insecure repositories in apt-getDavid Kalnischkies2017-06-283-5/+9
* Merge branch 'feature/http-https'Julian Andres Klode2017-06-282-7/+9
|\