summaryrefslogtreecommitdiff
path: root/apt-private/private-install.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-081-4/+2
* sptr: Remove deprecated smart pointer classesJulian Andres Klode2019-02-261-1/+0
* Introduce APT::Install::Pre-Invoke / Post-Invoke-SuccessJulian Andres Klode2019-02-131-1/+6
* Add a "reinstall" command as an alias for "install --reinstall".Josh Triplett2019-01-271-1/+3
* Provide a "autopurge" shortcutJulian Andres Klode2018-12-031-0/+6
* Add support for dpkg frontend lockJulian Andres Klode2018-08-071-2/+2
* Support local files as arguments in show commandDavid Kalnischkies2018-05-111-24/+39
* Support release selector for volatile files as wellDavid Kalnischkies2018-05-111-7/+73
* Extend apt build-dep pkg/release to switch dep as neededDavid Kalnischkies2018-05-111-2/+10
* Introduce experimental new hooks for command-line toolsJulian Andres Klode2018-04-151-5/+24
* Always warn if --force-yes is validly specified, not just if usedJulian Andres Klode2017-07-271-4/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-11/+11
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* don't show incorrect 'How odd' errror in no-download modeDavid Kalnischkies2017-06-261-22/+27
* fix 'install --no-download' modeDavid Kalnischkies2017-01-191-5/+8
* use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies2016-12-311-1/+1
* expand -f to --fix-broken in error messagesDavid Kalnischkies2016-12-311-2/+2
* don't install new deps of candidates for kept back pkgsDavid Kalnischkies2016-11-021-5/+21
* edsp: try 2 to read responses even if writing failedDavid Kalnischkies2016-09-071-0/+4
* support "install ./foo.changes"David Kalnischkies2016-07-221-4/+4
* try to detect sudo spawned root-shell in prefixingDavid Kalnischkies2016-05-291-2/+7
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-1/+1
* don't try to get acquire lock in simulation modeDavid Kalnischkies2016-05-201-0/+2
* show final solution in --no-download --fix-missing modeDavid Kalnischkies2016-05-161-109/+102
* show globalerrors before asking for confirmationDavid Kalnischkies2016-05-161-5/+4
* factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies2016-04-281-3/+3
* reimplement build-dep via apts normal resolverDavid Kalnischkies2016-01-251-28/+44
* Add new APT::Keep-Downloaded-Packages optionMichael Vogt2016-01-021-0/+12
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-051-1/+1
* new quiet level -qq for apt to hide progress outputDavid Kalnischkies2015-11-041-2/+1
* suggest 'apt autoremove' to get right of unneeded packagesDavid Kalnischkies2015-11-041-1/+5
* support .deb files in upgrade operations as wellDavid Kalnischkies2015-11-041-24/+25
* do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies2015-09-141-7/+2