summaryrefslogtreecommitdiff
path: root/apt-private/private-show.cc
Commit message (Collapse)AuthorAgeFilesLines
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-19/+21
| | | | | | | | 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: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-1/+2
| | | | | Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations
* fix -Wformat= warnings about size_t != %lu on e.g. armelDavid Kalnischkies2014-03-131-2/+3
| | | | | Git-Dch: Ignore Reported-By: gcc
* fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-13/+13
| | | | | Reported-By: gcc Git-Dch: Ignore
* hide more from apt showMichael Vogt2014-01-241-3/+12
| | | | | | | Hide the Hashes,Filename,Multi-Arch,Architecture by default from "apt show". The information is still available via apt-cache show. Also improve the output of the Size-
* show APT-Sources in apt showMichael Vogt2014-01-241-3/+14
|
* Show "Manual-Installed: {yes|no}" in apt showMichael Vogt2014-01-241-0/+12
|
* include "Archive-Origin" in the apt show outputMichael Vogt2014-01-231-0/+2
|
* Show only the candidate with "apt show"Michael Vogt2014-01-231-1/+9
| | | | | Display only the candidate version with "apt show pkg" but show a notice that there is more to see.
* "apt show" show user friendly size infoMichael Vogt2014-01-221-8/+20
| | | | | | The size/installed-size is displayed via SizeToStr() and Size is rewriten to "Download-Size" to make clear what size is refered to here.
* apt-private/private-show.cc: do not show Description-lang: header, the user ↵Michael Vogt2014-01-161-3/+2
| | | | probably knows his language (thanks to Donkult)
* Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: ↵Christian PERRIER2013-09-231-1/+1
| | | | #724073
* fix vim-style foldmarkerDavid Kalnischkies2013-09-031-2/+3
| | | | Git-Dch: Ignore
* squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt2013-08-121-0/+122
experimental