Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-10 | Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid | Michael Vogt | |
2014-05-22 | show upgradable packages after apt update | Michael Vogt | |
Closes: 748389 | |||
2014-04-28 | Fix missing ScreenWidth check in apt.cc | Michael Vogt | |
2014-04-04 | Fix crash in "apt list" when a sources.list file is unreable | Michael Vogt | |
Closes: 743413 | |||
2014-04-01 | enable DPkg::Progress-Fancy by default | Michael Vogt | |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
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) | |||
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | |
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | |||
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations | |||
2014-02-13 | trivial indent fix | Michael Vogt | |
2014-02-05 | move isatty() check into InitOutput() | Michael Vogt | |
2014-01-24 | add "apt full-upgrade" and tweak "apt upgrade" | Michael Vogt | |
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". | |||
2014-01-22 | add test for apt show | Michael Vogt | |
2014-01-17 | add purge to the apt cmdline | Michael Vogt | |
2014-01-17 | add missing integration test for "apt list" | Michael Vogt | |
2014-01-17 | reword !isatty() warning | Michael Vogt | |
2014-01-17 | add apt upgrade --dist | Michael Vogt | |
2013-11-28 | move EditSources into its own file | Michael Vogt | |
2013-11-26 | add check when sources.list changed | Michael Vogt | |
2013-11-26 | add syntax check for sources.list | Michael Vogt | |
2013-11-25 | add basic "edit-sources" command | Michael Vogt | |
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from ↵ | Michael Vogt | |
experimental |