summaryrefslogtreecommitdiff
path: root/apt-private/acqprogress.cc
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-6/+6
2017-06-28ask for releaseinfo change interactively in aptDavid Kalnischkies1-1/+21
2016-07-30prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies1-2/+2
2016-04-25format multiline errors properly in acquire progressDavid Kalnischkies1-5/+21
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies1-2/+1
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies1-0/+2
2015-08-12Replace all "press enter" occurrences with "press [Enter]"Luca Bruno1-1/+1
2015-06-15condense parallel requests with the same hashes to oneDavid Kalnischkies1-5/+1
2015-06-15show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies1-9/+29
2015-04-10add a simple unit test for acquire progressDavid Kalnischkies1-28/+25
2015-04-10reimplement the last uses of sprintfDavid Kalnischkies1-88/+85
2014-10-07don't show ErrorText for Ign by defaultDavid Kalnischkies1-1/+2
2014-10-07display errortext for all Err as well as Ign logsDavid Kalnischkies1-0/+2
2014-09-28replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies1-2/+2
2014-05-09tests: be able to disable "Fetched …" statistics messageDavid Kalnischkies1-0/+3
2014-05-08apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't fetche...Michael Vogt1-2/+0
2014-05-07Merge branch 'debian/sid' into bugfix/update-progress-reportingMichael Vogt1-1/+1
2014-04-16calculate Percent as part of pkgAcquireStatus to provide a weighted percent f...Michael Vogt1-1/+1
2014-04-16apt-private/acqprogress.cc: reset color in apt updateMichael Vogt1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+4
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+1
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-31/+31
2014-02-14honor option to disable pulses for the testcasesDavid Kalnischkies1-2/+5
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt1-0/+309