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