| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: don't use hardcoded port for http and https | David Kalnischkies | 2015-09-15 | 1 | -4/+4 |
| | | | | | | | This allows running tests in parallel. Git-Dch: Ignore | ||||
| * | improve https method queue progress reporting | David Kalnischkies | 2015-04-19 | 1 | -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 format | David Kalnischkies | 2014-09-20 | 1 | -1/+6 |
| | | | | | Git-Dch: Ignore | ||||
| * | improve debug output in case downloadfile fails | David Kalnischkies | 2014-03-13 | 1 | -7/+13 |
| | | | | | Git-Dch: Ignore | ||||
| * | initial version of apt-helper | Michael Vogt | 2014-02-27 | 1 | -1/+1 |
| | | |||||
| * | disable https->http redirects in libcurl | Michael Vogt | 2014-02-14 | 1 | -0/+24 |
| This change prevents changing the protocol from https to http. | |||||
