summaryrefslogtreecommitdiff
path: root/cmdline/apt.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a "reinstall" command as an alias for "install --reinstall".Josh Triplett2019-01-271-0/+1
* Merge branch 'patch-2' of github.com:techtonik/aptJulian Andres Klode2019-01-221-0/+1
|\
| * apt.cc: Add "apt info" alias for muscle memoryanatoly techtonik2018-11-211-0/+1
* | Provide a "autopurge" shortcutJulian Andres Klode2018-12-031-0/+1
|/
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-13/+13
* look into the right textdomain for apt-utils againDavid Kalnischkies2016-05-281-2/+0
* drop some needlessly public declarations in libapt-privateDavid Kalnischkies2015-11-291-2/+2
* use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies2015-11-291-1/+1
* revamp all tools help messagesDavid Kalnischkies2015-11-041-6/+8
* hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies2015-11-041-1/+18
* deal with --version more centrallyDavid Kalnischkies2015-11-041-12/+2
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-041-2/+2
* generate commands array after config is loadedDavid Kalnischkies2015-11-041-7/+10
* new quiet level -qq for apt to hide progress outputDavid Kalnischkies2015-11-041-6/+12
* deduplicate main methodsDavid Kalnischkies2015-11-041-40/+7
* split up help messages for simpler reuseDavid Kalnischkies2015-11-041-47/+36
* move 'search' implementations as wellDavid Kalnischkies2015-11-041-7/+1
* centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies2015-11-041-1/+1
* apt: Add autoremove and auto-remove commandsJulian Andres Klode2015-08-141-0/+3
* stop displaying time of build in online helpJérémy Bobbio2015-03-161-2/+1
* streamline display of --help in all toolsDavid Kalnischkies2014-11-091-17/+3
* Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sidMichael Vogt2014-06-101-0/+1
|\
| * show upgradable packages after apt updateMichael Vogt2014-05-221-0/+1
* | Fix missing ScreenWidth check in apt.ccMichael Vogt2014-04-281-0/+4
|/
* Fix crash in "apt list" when a sources.list file is unreableMichael Vogt2014-04-041-1/+1
* enable DPkg::Progress-Fancy by defaultMichael Vogt2014-04-011-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-32/+8
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-1/+1
* trivial indent fixMichael Vogt2014-02-131-1/+1
* move isatty() check into InitOutput()Michael Vogt2014-02-051-2/+0
* add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt2014-01-241-15/+17
* add test for apt showMichael Vogt2014-01-221-1/+2
* add purge to the apt cmdlineMichael Vogt2014-01-171-1/+5
* add missing integration test for "apt list"Michael Vogt2014-01-171-10/+13
* reword !isatty() warningMichael Vogt2014-01-171-4/+3
* add apt upgrade --distMichael Vogt2014-01-171-1/+10
* move EditSources into its own fileMichael Vogt2013-11-281-37/+1
* add check when sources.list changedMichael Vogt2013-11-261-6/+14
* add syntax check for sources.listMichael Vogt2013-11-261-3/+16
* add basic "edit-sources" commandMichael Vogt2013-11-251-0/+24
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-0/+158