summaryrefslogtreecommitdiff
path: root/apt-private/private-output.cc
AgeCommit message (Expand)AuthorFilesLines
2017-11-19support COLUMNS environment variable in apt toolsDavid Kalnischkies1-2/+18
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-11/+11
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2017-06-28ask for releaseinfo change interactively in aptDavid Kalnischkies1-11/+15
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-3/+3
2016-05-16show globalerrors before asking for confirmationDavid Kalnischkies1-4/+23
2016-02-02Try avoiding loading long package descriptionAdrian Wielgosik1-1/+2
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies1-60/+0
2015-08-10implement a more generic ShowList methodDavid Kalnischkies1-136/+127
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies1-9/+14
2014-11-09use the same code to detect quiet setting in all toolsDavid Kalnischkies1-4/+4
2014-09-07implement --full in apt searchDavid Kalnischkies1-14/+31
2014-09-07use a format string in ListSingleVersionDavid Kalnischkies1-72/+75
2014-09-05Ensure we have a Policy in CacheFile.BuildDepCache()Michael Vogt1-4/+1
2014-09-05Fix incorrect upgradable listing in "apt list" (thanks to Michael Musenbrock)Michael Vogt1-1/+4
2014-09-02Avoid yielding blank lines with APT::Cmd::use-format=trueAndreas Oberritter1-1/+1
2014-07-08Only show packages as upgradable if the have a CandidateVer != 0Michael Vogt1-2/+3
2014-06-18show our broken packages message in 'apt' solverDavid Kalnischkies1-96/+108
2014-06-10apt-private/private-output.cc: fix cppcheck outputMichael Vogt1-1/+1
2014-05-22fix screen width detection for apt/apt-get listsSebastian Schmidt1-0/+1
2014-04-28Fix missing ScreenWidth check in apt.ccMichael Vogt1-0/+21
2014-04-08fix apt list output for pkgs in dpkg ^rc stateMichael Vogt1-0/+4
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-4/+10
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-3/+3
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-8/+8
2014-02-05move isatty() check into InitOutput()Michael Vogt1-0/+3
2014-01-31show "status" in apt list lastMichael Vogt1-25/+24
2014-01-30do not crash if VF.File()/VF.File().Archive() is NULLMichael Vogt1-2/+4
2014-01-17add missing integration test for "apt list"Michael Vogt1-3/+5
2013-11-25do not show summary in "apt list"Michael Vogt1-4/+8
2013-09-03fix vim-style foldmarkerDavid Kalnischkies1-20/+18
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt1-0/+753