summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add support for dpkg frontend lockJulian Andres Klode2018-08-071-2/+2
* | Add trailing newline to output of edit-sources.Jean-Ralph Aviles2018-06-301-1/+1
|/
* Handle JSON hooks that just close the file/exit and fix some other errorsJulian Andres Klode2018-06-271-2/+8
* Support local files as arguments in show commandDavid Kalnischkies2018-05-113-27/+101
* Support --with-source in show & search commandsDavid Kalnischkies2018-05-113-92/+110
* Support release selector for volatile files as wellDavid Kalnischkies2018-05-114-50/+120
* Extend apt build-dep pkg/release to switch dep as neededDavid Kalnischkies2018-05-112-8/+42
* Introduce experimental new hooks for command-line toolsJulian Andres Klode2018-04-155-7/+475
* apt-private: Collect not found packages in CacheSetHelperAPTGetJulian Andres Klode2018-04-132-3/+9
* restore gcc visibility=hidden for apt-privateDavid Kalnischkies2018-02-191-0/+1
* allow a method to request auxiliary filesDavid Kalnischkies2018-01-031-1/+2
* avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2017-12-131-6/+1
* convert various c-style casts to C++-styleDavid Kalnischkies2017-12-131-2/+2
* clearing object via constructor instead of memsetDavid Kalnischkies2017-12-131-1/+1
* support COLUMNS environment variable in apt toolsDavid Kalnischkies2017-11-191-2/+18
* Also use FindULL for checking if the size tags is validJulian Andres Klode2017-10-281-2/+2
* Prevent overflow in Installed-Size (and Size) in apt showJulian Andres Klode2017-10-281-2/+2
* avoid using NULL in varadic function for cmdline parsingDavid Kalnischkies2017-10-051-20/+13
* Always warn if --force-yes is validly specified, not just if usedJulian Andres Klode2017-07-273-5/+5
* suggest using auth.conf for sources with passwordsDavid Kalnischkies2017-07-261-0/+13
* show a warning for Debian shutting down FTP servicesDavid Kalnischkies2017-07-261-0/+26
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-1225-106/+105
* Drop cacheiterators.h includeJulian Andres Klode2017-07-129-9/+0
* ask for releaseinfo change interactively in aptDavid Kalnischkies2017-06-285-13/+40
* error in update on Release information changesDavid Kalnischkies2017-06-281-2/+9
* fail instead of warn on insecure repositories in apt-getDavid Kalnischkies2017-06-281-4/+0
* clean archives without changing directoryDavid Kalnischkies2017-06-261-3/+3
* don't show incorrect 'How odd' errror in no-download modeDavid Kalnischkies2017-06-261-22/+27
* Ignore AutomaticRemove conffile option in upgradeDavid Kalnischkies2017-03-191-0/+10