summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-https-no-redirect
Commit message (Collapse)AuthorAgeFilesLines
* tests: don't use hardcoded port for http and httpsDavid Kalnischkies2015-09-151-4/+4
| | | | | | This allows running tests in parallel. Git-Dch: Ignore
* improve https method queue progress reportingDavid Kalnischkies2015-04-191-11/+4
| | | | | | | | | | | | | The worker expects that the methods tell him when they start or finish downloading a file. Various information pieces are passed along in this report including the (expected) filesize. https was using a "global" struct for reporting which made it 'reuse' incorrect values in some cases like a non-existent InRelease fallbacking to Release{,.gpg} resulting in a size-mismatch warning. Reducing the scope and redesigning the setting of the values we can fix this and related issues. Closes: 777565, 781509 Thanks: Robert Edmonds and Anders Kaseorg for initial patchs
* relax grep to support newer curl output formatDavid Kalnischkies2014-09-201-1/+6
| | | | Git-Dch: Ignore
* improve debug output in case downloadfile failsDavid Kalnischkies2014-03-131-7/+13
| | | | Git-Dch: Ignore
* initial version of apt-helperMichael Vogt2014-02-271-1/+1
|
* disable https->http redirects in libcurlMichael Vogt2014-02-141-0/+24
This change prevents changing the protocol from https to http.