summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* Implement update --error-on=anyJulian Andres Klode2021-01-081-0/+1
* Add support for Phased-Update-PercentageJulian Andres Klode2021-01-081-1/+7
* Only autoremove kernels in apt(8); respect --no-auto-removeJulian Andres Klode2021-01-082-4/+3
* Automatically remove unused kernels on dist-upgradeJulian Andres Klode2021-01-041-1/+11
* Support compressed output from rred similar to apt-helper cat-filefeature/rredDavid Kalnischkies2020-11-071-0/+1
* Prepare rred binary for external usageDavid Kalnischkies2020-11-073-1/+12
* Merge branch 'master' into 'master'Julian Andres Klode2020-08-041-0/+1
|\
| * Support marking all newly installed packages as automatically installedNicolas Schier2020-06-081-0/+1
* | Replace whitelist/blacklist with allowlist/denylistJulian Andres Klode2020-08-041-1/+1
|/
* private-search: Only use V.TranslatedDescription() if goodJulian Andres Klode2020-05-181-1/+1
* apt list: Fix behavior of regex vs fnmatch vs wildcardsJulian Andres Klode2020-05-041-4/+5
* apt(8): Wait for frontend and cache lockJulian Andres Klode2020-02-261-0/+5
* Make map_pointer<T> typesafeJulian Andres Klode2020-02-241-1/+1
* Replace map_pointer_t with map_pointer<T>Julian Andres Klode2020-02-242-7/+7
* Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode2020-02-181-0/+1
* Implement short patterns (patterns starting with ~)Julian Andres Klode2020-02-031-2/+2
* apt(8): Disable regular expressions and fnmatchJulian Andres Klode2020-01-151-0/+1
* Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode2020-01-141-2/+3
* satisfy: Fix segmentation fault when called with empty argumentJulian Andres Klode2019-12-061-1/+1
* Search in all available description translationsАлексей Шилин2019-11-251-26/+95
* Parse 'show' arguments for the 'info' alias as wellJulian Andres Klode2019-09-271-2/+2
* Add pattern tree parser infra and connect with cacheset and apt listJulian Andres Klode2019-08-151-7/+16
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-086-15/+15
* Remove deprecated cacheset methodsJulian Andres Klode2019-06-142-12/+69
* Adjust code for missing includes/using std::stringJulian Andres Klode2019-06-121-1/+3
* Merge branch 'depend-solutions' into 'master'Julian Andres Klode2019-06-111-16/+16
|\
| * apt-cache: only show solutions if displayedStephen Kitt2019-05-131-16/+16
* | Introduce apt satisfy and apt-get satisfyJulian Andres Klode2019-06-112-7/+81
* | apt-mark: Add hidden showheld alias for showholdJulian Andres Klode2019-05-101-1/+1
|/
* Add 'explicit' to most single argument constructorsJulian Andres Klode2019-04-303-2/+4
* acq: worker: Move CurrentSize, TotalSize, ResumePoint to CurrentItemJulian Andres Klode2019-04-301-7/+7
* Merge tag '1.8.0'Julian Andres Klode2019-03-081-1/+1
|\
| * Fix name of APT::Update::Post-Invoke-Stats (was ...Update-Post...)Julian Andres Klode2019-03-061-1/+1
* | apt-private: Remove unused InitLocale() variantJulian Andres Klode2019-02-262-2/+0
* | sptr: Remove deprecated smart pointer classesJulian Andres Klode2019-02-261-1/+0
* | acquire: Fold pkgAcquireStatus2 into pkgAcquireStatusJulian Andres Klode2019-02-262-4/+4
* | clean: Fold pkgArchiveCleaner2 into pkgArchiveCleanerJulian Andres Klode2019-02-261-1/+1
* | pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode2019-02-261-3/+3
|/
* Introduce APT::Install::Pre-Invoke / Post-Invoke-SuccessJulian Andres Klode2019-02-131-1/+6
* update: Provide APT::Update-Post-Invoke-Stats script hook pointJulian Andres Klode2019-02-131-0/+2
* private-json-hooks.cc: deal with EPIPEMichael Vogt2019-01-291-1/+1
* Add a "reinstall" command as an alias for "install --reinstall".Josh Triplett2019-01-272-4/+6
* apt-mark: Introduce minimize-manualJulian Andres Klode2019-01-101-2/+9
* apt-private: Export some functions for apt-markJulian Andres Klode2019-01-071-2/+2
* Provide a "autopurge" shortcutJulian Andres Klode2018-12-032-2/+8
* Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-251-1/+1
* Print useful error on "apt changelog" without argumentsJulian Andres Klode2018-11-211-1/+1
* Deal with descriptions embedded in displayed record correctlyDavid Kalnischkies2018-09-201-11/+58
* Show all architectures in 'apt list' outputDavid Kalnischkies2018-09-152-6/+11
* Merge branch 'bugfix/big-lock' into 'master'Julian Andres Klode2018-08-071-2/+2
|\