summaryrefslogtreecommitdiff
path: root/cmdline/apt.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Closes: 748389
* | 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
| | | | Closes: 743413
* enable DPkg::Progress-Fancy by defaultMichael Vogt2014-04-011-1/+1
|
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-32/+8
| | | | | | | | 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: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
| | | | | Reported-By: gcc -Wunused-parameter Git-Dch: Ignore
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-1/+1
| | | | | Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations
* 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
| | | | | | | | There is a new "apt full-upgrade" that performs a apt-get dist-upgrade. "apt dist-upgrade" is still supported as a alias. The "apt upgrade" code is changed so that it mirrors the behavior of "apt-get upgrade --with-new-pkgs" and also honors "apt uprade --no-new-pkgs".
* 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 ↵Michael Vogt2013-08-121-0/+158
experimental