summaryrefslogtreecommitdiff
path: root/apt-private/acqprogress.cc
Commit message (Expand)AuthorAgeFilesLines
* acq: worker: Move CurrentSize, TotalSize, ResumePoint to CurrentItemJulian Andres Klode2019-04-301-7/+7
* acquire: Fold pkgAcquireStatus2 into pkgAcquireStatusJulian Andres Klode2019-02-261-3/+3
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-6/+6
* ask for releaseinfo change interactively in aptDavid Kalnischkies2017-06-281-1/+21
* prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies2016-07-301-2/+2
* format multiline errors properly in acquire progressDavid Kalnischkies2016-04-251-5/+21
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-051-2/+1
* new quiet level -qq for apt to hide progress outputDavid Kalnischkies2015-11-041-0/+2
* Replace all "press enter" occurrences with "press [Enter]"Luca Bruno2015-08-121-1/+1
* condense parallel requests with the same hashes to oneDavid Kalnischkies2015-06-151-5/+1
* show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies2015-06-151-9/+29
* add a simple unit test for acquire progressDavid Kalnischkies2015-04-101-28/+25
* reimplement the last uses of sprintfDavid Kalnischkies2015-04-101-88/+85
* don't show ErrorText for Ign by defaultDavid Kalnischkies2014-10-071-1/+2
* display errortext for all Err as well as Ign logsDavid Kalnischkies2014-10-071-0/+2
* replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies2014-09-281-2/+2
* tests: be able to disable "Fetched …" statistics messageDavid Kalnischkies2014-05-091-0/+3
* apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't fetche...Michael Vogt2014-05-081-2/+0
* 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 f...Michael Vogt2014-04-161-1/+1
|/
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+4
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-31/+31
* honor option to disable pulses for the testcasesDavid Kalnischkies2014-02-141-2/+5
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-0/+309