Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-19 | calculate hashes while downloading in https | David Kalnischkies | |
We do this in HTTP already to give the CPU some exercise while the disk is heavily spinning (or flashing?) to store the data avoiding the need to reread the entire file again later on to calculate the hashes – which happens outside of the eyes of progress reporting, so you might ended up with a bunch of https workers 'stuck' at 100% while they were busy calculating hashes. This is a bummer for everyone using apt as a connection speedtest as the https method works slower now (not really, it just isn't reporting done too early anymore). | |||
2015-03-16 | merge debian/sid into debian/experimental | David Kalnischkies | |
2015-01-06 | Add regression test for the previous commit | Michael Vogt | |
The issue was that https.cc never called URIStart(), one way to detect this is that no download progress is generated without this call. The test now checks for this and as a side-effect will also ensure that we do not break download progress reporting and Acquire::{http,https}::Dl-Limit accidently. |