summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ui-2.9.2' into 'main'Julian Andres Klode2024-04-226-17/+36
|\
| * Show "Upgrading:" before other sectionsJulian Andres Klode2024-04-191-2/+2
| * Insert blank line following simulation noteJulian Andres Klode2024-04-191-0/+2
| * Remove spurious newline inside `apt autoremove` messageJulian Andres Klode2024-04-192-11/+17
| * show: Highlight field names and colorize package nameJulian Andres Klode2024-04-192-3/+9
| * apt update: Show upgradable package count in boldJulian Andres Klode2024-04-192-1/+6
* | Add an --audit option to switch on audit loggingJulian Andres Klode2024-04-192-2/+7
* | Change the default log level from debug to noticeJulian Andres Klode2024-04-192-2/+2
|/
* private-output: Remove check for output version for colorJulian Andres Klode2024-04-191-2/+2
* Add a --color, --no-color optionJulian Andres Klode2024-04-192-5/+4
* Configure individual action colors using APT::Color::ActionJulian Andres Klode2024-04-192-7/+13
* Use APT::Configuration::color to apply color to outputJulian Andres Klode2024-04-194-15/+18
* Also respect an APT_NO_COLOR variableJulian Andres Klode2024-04-152-3/+3
* Merge branch 'ui-2.9.1' into 'main'Julian Andres Klode2024-04-142-10/+77
|\
| * apt: Default to N in the y/N prompt if there were warningsJulian Andres Klode2024-04-131-2/+3
| * Use "Continue anyway?" if a warning is queuedJulian Andres Klode2024-04-131-1/+2
| * install: Show downgrades as yellowJulian Andres Klode2024-04-131-1/+1
| * Add warnings if space estimate exceeds free spaceJulian Andres Klode2024-04-131-0/+16
| * Remove approx. from space estimates; and do some alignmentJulian Andres Klode2024-04-131-3/+4
| * Show space estimate for /boot, if separate; or estimate initrd for /usrJulian Andres Klode2024-04-131-1/+22
| * Hide nice subtree character and indentation of summary from translationsJulian Andres Klode2024-04-132-8/+14
| * Space needed: Show space available in /usrJulian Andres Klode2024-04-131-2/+23
| * Rename "Installed size:" to "Space needed:"Julian Andres Klode2024-04-131-1/+1
* | Remove duplicate sentence in private-output.ccRafael2024-04-141-1/+1
|/
* Use the same words for the summaryJulian Andres Klode2024-04-121-4/+4
* Only show Recommends/Suggests for new installs, not upgradesJulian Andres Klode2024-04-121-1/+1
* Show Recommends/Suggests for upgrades too, move them downJulian Andres Klode2024-04-121-91/+98
* apt: Introduce the new terse apt output format 3.0Julian Andres Klode2024-04-124-35/+90
* OpProgress: Erase lines when doneJulian Andres Klode2024-04-121-0/+4
* columnar: Fix floating point exception (list is empty if -V)Julian Andres Klode2024-04-121-1/+1
* Columnar output for package lists similar to 'ls'Christian Blichmann2024-04-123-11/+102
* Modernize standard library includesJulian Andres Klode2024-02-2016-30/+30
* Show a separate list of upgrades deferred due to phasingJulian Andres Klode2024-02-133-1/+27
* Support -a for setting host architecture in apt-get source -bDavid Kalnischkies2024-01-191-0/+1
* Do not store .diff_Index files in updateDavid Kalnischkies2024-01-031-1/+1
* Improve and test distclean implementationDavid Kalnischkies2024-01-033-24/+22
* Merge branch 'fix-959093' into 'main'Julian Andres Klode2023-12-082-5/+20
|\
| * Add 'dist-clean' command to remove packages and list filesGábor Németh2023-11-222-5/+20
* | Restore ?garbage by calling MarkAndSweep before parsingJulian Andres Klode2023-11-201-0/+3
* | Downgrade unmerged-usr from error to two warningsJulian Andres Klode2023-09-201-17/+32
* | Only accept installs of usrmerge on unmerged-usr systemsJulian Andres Klode2023-09-161-0/+20
* | update: Add notice about missing Signed-By in deb822 sourcesJulian Andres Klode2023-06-271-0/+14
* | Initial support for snapshot servers, apt --snapshot optionJulian Andres Klode2023-05-021-0/+2
* | Add apt install,upgrade,... -U,--update optionsJulian Andres Klode2023-05-025-1/+17
|/
* Suggest using non-free-firmware in update for DebianDavid Kalnischkies2023-02-041-28/+138
* Respect users pkg order on `apt install` for resolvingDavid Kalnischkies2022-09-023-10/+15
* Avoid triggering unused variable ‘State’ in doAutoInstallDavid Kalnischkies2022-09-021-5/+3
* Keep color disabled if APT::Color was set to falseDavid Kalnischkies2022-08-081-2/+2
* Let the auto installer loose for non-broken packages tooJulian Andres Klode2022-07-111-2/+0
* Include our config.h in all C++ files to avoid ODR violationsDavid Kalnischkies2022-05-071-0/+1