summaryrefslogtreecommitdiff
path: root/apt-private
AgeCommit message (Expand)Author
2021-01-08Implement update --error-on=anyJulian Andres Klode
2021-01-08Add support for Phased-Update-PercentageJulian Andres Klode
2021-01-08Only autoremove kernels in apt(8); respect --no-auto-removeJulian Andres Klode
2021-01-04Automatically remove unused kernels on dist-upgradeJulian Andres Klode
2020-11-07Support compressed output from rred similar to apt-helper cat-fileDavid Kalnischkies
2020-11-07Prepare rred binary for external usageDavid Kalnischkies
2020-08-04Merge branch 'master' into 'master'Julian Andres Klode
2020-08-04Replace whitelist/blacklist with allowlist/denylistJulian Andres Klode
2020-06-08Support marking all newly installed packages as automatically installedNicolas Schier
2020-05-18private-search: Only use V.TranslatedDescription() if goodJulian Andres Klode
2020-05-04apt list: Fix behavior of regex vs fnmatch vs wildcardsJulian Andres Klode
2020-02-26apt(8): Wait for frontend and cache lockJulian Andres Klode
2020-02-24Make map_pointer<T> typesafeJulian Andres Klode
2020-02-24Replace map_pointer_t with map_pointer<T>Julian Andres Klode
2020-02-18Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode
2020-02-03Implement short patterns (patterns starting with ~)Julian Andres Klode
2020-01-15apt(8): Disable regular expressions and fnmatchJulian Andres Klode
2020-01-14Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode
2019-12-06satisfy: Fix segmentation fault when called with empty argumentJulian Andres Klode
2019-11-25Search in all available description translationsАлексей Шилин
2019-09-27Parse 'show' arguments for the 'info' alias as wellJulian Andres Klode
2019-08-15Add pattern tree parser infra and connect with cacheset and apt listJulian Andres Klode
2019-07-08Apply various suggestions by cppcheckDavid Kalnischkies
2019-06-14Remove deprecated cacheset methodsJulian Andres Klode
2019-06-12Adjust code for missing includes/using std::stringJulian Andres Klode
2019-06-11Merge branch 'depend-solutions' into 'master'Julian Andres Klode
2019-06-11Introduce apt satisfy and apt-get satisfyJulian Andres Klode
2019-05-13apt-cache: only show solutions if displayedStephen Kitt
2019-05-10apt-mark: Add hidden showheld alias for showholdJulian Andres Klode
2019-04-30Add 'explicit' to most single argument constructorsJulian Andres Klode
2019-04-30acq: worker: Move CurrentSize, TotalSize, ResumePoint to CurrentItemJulian Andres Klode
2019-03-08Merge tag '1.8.0'Julian Andres Klode
2019-03-06Fix name of APT::Update::Post-Invoke-Stats (was ...Update-Post...)Julian Andres Klode
2019-02-26apt-private: Remove unused InitLocale() variantJulian Andres Klode
2019-02-26sptr: Remove deprecated smart pointer classesJulian Andres Klode
2019-02-26acquire: Fold pkgAcquireStatus2 into pkgAcquireStatusJulian Andres Klode
2019-02-26clean: Fold pkgArchiveCleaner2 into pkgArchiveCleanerJulian Andres Klode
2019-02-26pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode
2019-02-13Introduce APT::Install::Pre-Invoke / Post-Invoke-SuccessJulian Andres Klode
2019-02-13update: Provide APT::Update-Post-Invoke-Stats script hook pointJulian Andres Klode
2019-01-29private-json-hooks.cc: deal with EPIPEMichael Vogt
2019-01-27Add a "reinstall" command as an alias for "install --reinstall".Josh Triplett
2019-01-10apt-mark: Introduce minimize-manualJulian Andres Klode
2019-01-07apt-private: Export some functions for apt-markJulian Andres Klode
2018-12-03Provide a "autopurge" shortcutJulian Andres Klode
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies
2018-11-21Print useful error on "apt changelog" without argumentsJulian Andres Klode
2018-09-20Deal with descriptions embedded in displayed record correctlyDavid Kalnischkies
2018-09-15Show all architectures in 'apt list' outputDavid Kalnischkies
2018-08-07Merge branch 'bugfix/big-lock' into 'master'Julian Andres Klode