summaryrefslogtreecommitdiff
path: root/apt-private/private-install.cc
Commit message (Expand)AuthorAgeFilesLines
* apt: push to emplace C++11 if possibleHerman Semenoff2026-04-081-4/+4
* apt: funcs called with a string literal consisting of a single characterHerman Semenoff2026-04-081-2/+2
* 💬 Recommend use of `apt update` over `apt-get update`Max Coplan2025-05-191-2/+2
* Remove unused variable in apt-privateJulian Andres Klode2025-04-041-1/+0
* solver3: Consider more upgrades more costly when not upgradingJulian Andres Klode2025-04-041-1/+7
* solver3: Correctly deb822-escape error message in evaluation reportJulian Andres Klode2025-03-261-1/+3
* solver3: Avoid empty error message in evaluation crash reportJulian Andres Klode2025-03-201-3/+6
* solver3: Use zstd-compressed, base64-encoded dumpsJulian Andres Klode2025-03-201-5/+14
* solver evaluation: write minimized solver dumpsJulian Andres Klode2025-03-201-1/+1
* Print --solver 3.0 explanation if both internal and it failedJulian Andres Klode2025-03-091-0/+3
* Evaluate and fall back to the 3.0 solverJulian Andres Klode2025-03-091-86/+223
* Measure BootSize as integerJulian Andres Klode2025-02-031-2/+2
* Acknowledge non-erase usage of remove_if for volatile sourcesDavid Kalnischkies2024-11-221-1/+1
* Show installed version (not candidate version) while removing a packagesid2024-07-051-1/+1
* Do not save new if we have already installed providersDavid Kalnischkies2024-05-161-0/+18
* Match version constraints before saving garbage packagesDavid Kalnischkies2024-04-241-6/+14
* Avoid figuring which kept pkgs are phased if we don't display itDavid Kalnischkies2024-04-241-10/+10
* Show "Upgrading:" before other sectionsJulian Andres Klode2024-04-191-2/+2
* Remove spurious newline inside `apt autoremove` messageJulian Andres Klode2024-04-191-10/+13
* Configure individual action colors using APT::Color::ActionJulian Andres Klode2024-04-191-1/+1
* Use APT::Configuration::color to apply color to outputJulian Andres Klode2024-04-191-1/+1
* 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
* 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-131-3/+5
* 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
* 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-121-9/+20
* Modernize standard library includesJulian Andres Klode2024-02-201-2/+2
* Show a separate list of upgrades deferred due to phasingJulian Andres Klode2024-02-131-1/+16
* 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
* Add apt install,upgrade,... -U,--update optionsJulian Andres Klode2023-05-021-0/+5
* Respect users pkg order on `apt install` for resolvingDavid Kalnischkies2022-09-021-7/+12
* Avoid triggering unused variable ‘State’ in doAutoInstallDavid Kalnischkies2022-09-021-5/+3
* Let the auto installer loose for non-broken packages tooJulian Andres Klode2022-07-111-2/+0
* Spelling fixesVille Skyttä2021-11-271-2/+2
* Require argument to remove essential packages, do not promptJulian Andres Klode2021-11-171-13/+1
* Check sources.list could be parsed before adding volatile filesJulian Andres Klode2021-07-011-0/+2
* Merge branch 'pu/upgradecounter' into 'main'Julian Andres Klode2021-04-291-15/+39
|\
| * Count uninstallable packages in "not upgraded"David Kalnischkies2021-04-251-15/+39
* | Call MarkAndSweep only manually in apt-get for autoremoveDavid Kalnischkies2021-04-261-6/+15
|/
* json: Add `package-list` and `statistics` install hooksJulian Andres Klode2021-04-231-3/+8
* Only autoremove kernels in apt(8); respect --no-auto-removeJulian Andres Klode2021-01-081-2/+2
* Automatically remove unused kernels on dist-upgradeJulian Andres Klode2021-01-041-1/+11