summaryrefslogtreecommitdiff
path: root/apt-private/acqprogress.cc
Commit message (Collapse)AuthorAgeFilesLines
* tests: be able to disable "Fetched …" statistics messageDavid Kalnischkies2014-05-091-0/+3
| | | | | | | | The line contains everchanging execution statistics which is harmful for testcases as they need to filter out such lines, but this is hard so we can just add an option to disable them instead and be done. Git-Dch: Ignore
* apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't ↵Michael Vogt2014-05-081-2/+0
| | | | fetched, so why bother
* Merge branch 'debian/sid' into bugfix/update-progress-reportingMichael Vogt2014-05-071-1/+1
|\
| * apt-private/acqprogress.cc: reset color in apt updateMichael Vogt2014-04-161-1/+1
| |
* | calculate Percent as part of pkgAcquireStatus to provide a weighted percent ↵Michael Vogt2014-04-161-1/+1
|/ | | | for both items and bytes
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+4
| | | | | | | | Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use)
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
| | | | | Reported-By: gcc -Wunused-parameter Git-Dch: Ignore
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-31/+31
| | | | | Git-Dch: Ignore Reported-By: gcc -Wpedantic
* honor option to disable pulses for the testcasesDavid Kalnischkies2014-02-141-2/+5
| | | | Git-Dch: Ignore
* squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt2013-08-121-0/+309
experimental