summaryrefslogtreecommitdiff
path: root/cmdline/apt.cc
AgeCommit message (Expand)Author
2019-01-27Add a "reinstall" command as an alias for "install --reinstall".Josh Triplett
2019-01-22Merge branch 'patch-2' of github.com:techtonik/aptJulian Andres Klode
2018-12-03Provide a "autopurge" shortcutJulian Andres Klode
2018-11-21apt.cc: Add "apt info" alias for muscle memoryanatoly techtonik
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies
2015-11-04revamp all tools help messagesDavid Kalnischkies
2015-11-04hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies
2015-11-04deal with --version more centrallyDavid Kalnischkies
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies
2015-11-04generate commands array after config is loadedDavid Kalnischkies
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies
2015-11-04deduplicate main methodsDavid Kalnischkies
2015-11-04split up help messages for simpler reuseDavid Kalnischkies
2015-11-04move 'search' implementations as wellDavid Kalnischkies
2015-11-04centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies
2015-08-14apt: Add autoremove and auto-remove commandsJulian Andres Klode
2015-03-16stop displaying time of build in online helpJérémy Bobbio
2014-11-09streamline display of --help in all toolsDavid Kalnischkies
2014-06-10Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sidMichael Vogt
2014-05-22show upgradable packages after apt updateMichael Vogt
2014-04-28Fix missing ScreenWidth check in apt.ccMichael Vogt
2014-04-04Fix crash in "apt list" when a sources.list file is unreableMichael Vogt
2014-04-01enable DPkg::Progress-Fancy by defaultMichael Vogt
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
2014-02-13trivial indent fixMichael Vogt
2014-02-05move isatty() check into InitOutput()Michael Vogt
2014-01-24add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt
2014-01-22add test for apt showMichael Vogt
2014-01-17add purge to the apt cmdlineMichael Vogt
2014-01-17add missing integration test for "apt list"Michael Vogt
2014-01-17reword !isatty() warningMichael Vogt
2014-01-17add apt upgrade --distMichael Vogt
2013-11-28move EditSources into its own fileMichael Vogt
2013-11-26add check when sources.list changedMichael Vogt
2013-11-26add syntax check for sources.listMichael Vogt
2013-11-25add basic "edit-sources" commandMichael Vogt
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt