summaryrefslogtreecommitdiff
path: root/apt-private
AgeCommit message (Expand)AuthorFilesLines
2019-06-14Remove deprecated cacheset methodsJulian Andres Klode2-12/+69
2019-06-12Adjust code for missing includes/using std::stringJulian Andres Klode1-1/+3
2019-06-11Merge branch 'depend-solutions' into 'master'Julian Andres Klode1-16/+16
2019-06-11Introduce apt satisfy and apt-get satisfyJulian Andres Klode2-7/+81
2019-05-13apt-cache: only show solutions if displayedStephen Kitt1-16/+16
2019-05-10apt-mark: Add hidden showheld alias for showholdJulian Andres Klode1-1/+1
2019-04-30Add 'explicit' to most single argument constructorsJulian Andres Klode3-2/+4
2019-04-30acq: worker: Move CurrentSize, TotalSize, ResumePoint to CurrentItemJulian Andres Klode1-7/+7
2019-03-08Merge tag '1.8.0'Julian Andres Klode1-1/+1
2019-03-06Fix name of APT::Update::Post-Invoke-Stats (was ...Update-Post...)Julian Andres Klode1-1/+1
2019-02-26apt-private: Remove unused InitLocale() variantJulian Andres Klode2-2/+0
2019-02-26sptr: Remove deprecated smart pointer classesJulian Andres Klode1-1/+0
2019-02-26acquire: Fold pkgAcquireStatus2 into pkgAcquireStatusJulian Andres Klode2-4/+4
2019-02-26clean: Fold pkgArchiveCleaner2 into pkgArchiveCleanerJulian Andres Klode1-1/+1
2019-02-26pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode1-3/+3
2019-02-13Introduce APT::Install::Pre-Invoke / Post-Invoke-SuccessJulian Andres Klode1-1/+6
2019-02-13update: Provide APT::Update-Post-Invoke-Stats script hook pointJulian Andres Klode1-0/+2
2019-01-29private-json-hooks.cc: deal with EPIPEMichael Vogt1-1/+1
2019-01-27Add a "reinstall" command as an alias for "install --reinstall".Josh Triplett2-4/+6
2019-01-10apt-mark: Introduce minimize-manualJulian Andres Klode1-2/+9
2019-01-07apt-private: Export some functions for apt-markJulian Andres Klode1-2/+2
2018-12-03Provide a "autopurge" shortcutJulian Andres Klode2-2/+8
2018-11-25Fix typo reported by codespell in code commentsDavid Kalnischkies1-1/+1
2018-11-21Print useful error on "apt changelog" without argumentsJulian Andres Klode1-1/+1
2018-09-20Deal with descriptions embedded in displayed record correctlyDavid Kalnischkies1-11/+58
2018-09-15Show all architectures in 'apt list' outputDavid Kalnischkies2-6/+11
2018-08-07Merge branch 'bugfix/big-lock' into 'master'Julian Andres Klode1-2/+2
2018-08-07Add support for dpkg frontend lockJulian Andres Klode1-2/+2
2018-06-30Add trailing newline to output of edit-sources.Jean-Ralph Aviles1-1/+1
2018-06-27Handle JSON hooks that just close the file/exit and fix some other errorsJulian Andres Klode1-2/+8
2018-05-11Support local files as arguments in show commandDavid Kalnischkies3-27/+101
2018-05-11Support --with-source in show & search commandsDavid Kalnischkies3-92/+110
2018-05-11Support release selector for volatile files as wellDavid Kalnischkies4-50/+120
2018-05-11Extend apt build-dep pkg/release to switch dep as neededDavid Kalnischkies2-8/+42
2018-04-15Introduce experimental new hooks for command-line toolsJulian Andres Klode5-7/+475
2018-04-13apt-private: Collect not found packages in CacheSetHelperAPTGetJulian Andres Klode2-3/+9
2018-02-19restore gcc visibility=hidden for apt-privateDavid Kalnischkies1-0/+1
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies1-1/+2
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies1-6/+1
2017-12-13convert various c-style casts to C++-styleDavid Kalnischkies1-2/+2
2017-12-13clearing object via constructor instead of memsetDavid Kalnischkies1-1/+1
2017-11-19support COLUMNS environment variable in apt toolsDavid Kalnischkies1-2/+18
2017-10-28Also use FindULL for checking if the size tags is validJulian Andres Klode1-2/+2
2017-10-28Prevent overflow in Installed-Size (and Size) in apt showJulian Andres Klode1-2/+2
2017-10-05avoid using NULL in varadic function for cmdline parsingDavid Kalnischkies1-20/+13
2017-07-27Always warn if --force-yes is validly specified, not just if usedJulian Andres Klode3-5/+5
2017-07-26suggest using auth.conf for sources with passwordsDavid Kalnischkies1-0/+13
2017-07-26show a warning for Debian shutting down FTP servicesDavid Kalnischkies1-0/+26
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode25-106/+105
2017-07-12Drop cacheiterators.h includeJulian Andres Klode9-9/+0