| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an --audit option to switch on audit logging | Julian Andres Klode | 2024-04-19 | 2 | -2/+7 |
* | Change the default log level from debug to notice | Julian Andres Klode | 2024-04-19 | 2 | -2/+2 |
* | private-output: Remove check for output version for color | Julian Andres Klode | 2024-04-19 | 1 | -2/+2 |
* | Add a --color, --no-color option | Julian Andres Klode | 2024-04-19 | 2 | -5/+4 |
* | Configure individual action colors using APT::Color::Action | Julian Andres Klode | 2024-04-19 | 2 | -7/+13 |
* | Use APT::Configuration::color to apply color to output | Julian Andres Klode | 2024-04-19 | 4 | -15/+18 |
* | Also respect an APT_NO_COLOR variable | Julian Andres Klode | 2024-04-15 | 2 | -3/+3 |
* | Merge branch 'ui-2.9.1' into 'main' | Julian Andres Klode | 2024-04-14 | 2 | -10/+77 |
|\ |
|
| * | apt: Default to N in the y/N prompt if there were warnings | Julian Andres Klode | 2024-04-13 | 1 | -2/+3 |
| * | Use "Continue anyway?" if a warning is queued | Julian Andres Klode | 2024-04-13 | 1 | -1/+2 |
| * | install: Show downgrades as yellow | Julian Andres Klode | 2024-04-13 | 1 | -1/+1 |
| * | Add warnings if space estimate exceeds free space | Julian Andres Klode | 2024-04-13 | 1 | -0/+16 |
| * | Remove approx. from space estimates; and do some alignment | Julian Andres Klode | 2024-04-13 | 1 | -3/+4 |
| * | Show space estimate for /boot, if separate; or estimate initrd for /usr | Julian Andres Klode | 2024-04-13 | 1 | -1/+22 |
| * | Hide nice subtree character and indentation of summary from translations | Julian Andres Klode | 2024-04-13 | 2 | -8/+14 |
| * | Space needed: Show space available in /usr | Julian Andres Klode | 2024-04-13 | 1 | -2/+23 |
| * | Rename "Installed size:" to "Space needed:" | Julian Andres Klode | 2024-04-13 | 1 | -1/+1 |
* | | Remove duplicate sentence in private-output.cc | Rafael | 2024-04-14 | 1 | -1/+1 |
|/ |
|
* | Use the same words for the summary | Julian Andres Klode | 2024-04-12 | 1 | -4/+4 |
* | Only show Recommends/Suggests for new installs, not upgrades | Julian Andres Klode | 2024-04-12 | 1 | -1/+1 |
* | Show Recommends/Suggests for upgrades too, move them down | Julian Andres Klode | 2024-04-12 | 1 | -91/+98 |
* | apt: Introduce the new terse apt output format 3.0 | Julian Andres Klode | 2024-04-12 | 4 | -35/+90 |
* | OpProgress: Erase lines when done | Julian Andres Klode | 2024-04-12 | 1 | -0/+4 |
* | columnar: Fix floating point exception (list is empty if -V) | Julian Andres Klode | 2024-04-12 | 1 | -1/+1 |
* | Columnar output for package lists similar to 'ls' | Christian Blichmann | 2024-04-12 | 3 | -11/+102 |
* | Modernize standard library includes | Julian Andres Klode | 2024-02-20 | 16 | -30/+30 |
* | Show a separate list of upgrades deferred due to phasing | Julian Andres Klode | 2024-02-13 | 3 | -1/+27 |
* | Support -a for setting host architecture in apt-get source -b | David Kalnischkies | 2024-01-19 | 1 | -0/+1 |
* | Do not store .diff_Index files in update | David Kalnischkies | 2024-01-03 | 1 | -1/+1 |
* | Improve and test distclean implementation | David Kalnischkies | 2024-01-03 | 3 | -24/+22 |
* | Merge branch 'fix-959093' into 'main' | Julian Andres Klode | 2023-12-08 | 2 | -5/+20 |
|\ |
|
| * | Add 'dist-clean' command to remove packages and list files | Gábor Németh | 2023-11-22 | 2 | -5/+20 |
* | | Restore ?garbage by calling MarkAndSweep before parsing | Julian Andres Klode | 2023-11-20 | 1 | -0/+3 |
* | | Downgrade unmerged-usr from error to two warnings | Julian Andres Klode | 2023-09-20 | 1 | -17/+32 |
* | | Only accept installs of usrmerge on unmerged-usr systems | Julian Andres Klode | 2023-09-16 | 1 | -0/+20 |
* | | update: Add notice about missing Signed-By in deb822 sources | Julian Andres Klode | 2023-06-27 | 1 | -0/+14 |
* | | Initial support for snapshot servers, apt --snapshot option | Julian Andres Klode | 2023-05-02 | 1 | -0/+2 |
* | | Add apt install,upgrade,... -U,--update options | Julian Andres Klode | 2023-05-02 | 5 | -1/+17 |
|/ |
|
* | Suggest using non-free-firmware in update for Debian | David Kalnischkies | 2023-02-04 | 1 | -28/+138 |
* | Respect users pkg order on `apt install` for resolving | David Kalnischkies | 2022-09-02 | 3 | -10/+15 |
* | Avoid triggering unused variable ‘State’ in doAutoInstall | David Kalnischkies | 2022-09-02 | 1 | -5/+3 |
* | Keep color disabled if APT::Color was set to false | David Kalnischkies | 2022-08-08 | 1 | -2/+2 |
* | Let the auto installer loose for non-broken packages too | Julian Andres Klode | 2022-07-11 | 1 | -2/+0 |
* | Include our config.h in all C++ files to avoid ODR violations | David Kalnischkies | 2022-05-07 | 1 | -0/+1 |
* | Remove unused public zlib include from libapt fileutl.h | David Kalnischkies | 2022-05-07 | 2 | -0/+2 |
* | Merge branch 'pu/invalid-dotty-options' into 'main' | Julian Andres Klode | 2022-05-06 | 1 | -1/+1 |
|\ |
|
| * | Do not accept arguments for apt-cache dotty, xvcg | Julian Andres Klode | 2022-05-06 | 1 | -1/+1 |
* | | Merge branch 'fix/tagfilekeys' into 'main' | Julian Andres Klode | 2022-05-06 | 1 | -8/+9 |
|\ \
| |/
|/| |
|
| * | Parse Checksum fields via pkgTagSection::Key, too | David Kalnischkies | 2022-04-01 | 1 | -4/+2 |
| * | Use pkgTagSection::Key in more places in src:apt | David Kalnischkies | 2022-04-01 | 1 | -4/+7 |