summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix various typos reported by spellintianDavid Kalnischkies2017-01-192-4/+4
* make the moo reproducibleDavid Kalnischkies2017-01-194-25/+47
* fix 'install --no-download' modeDavid Kalnischkies2017-01-191-5/+8
* don't lock dpkg in update commandsDavid Kalnischkies2017-01-191-2/+2
* don't lock dpkg in 'apt-get clean'David Kalnischkies2017-01-191-1/+1
* don't show update stats if cache generation is disabledDavid Kalnischkies2017-01-191-6/+6
* CMake: Document that the globs are expanded during CMakeJulian Andres Klode2017-01-171-1/+3
* allow warning generation for non-whitelisted optionsDavid Kalnischkies2016-12-311-3/+4
* use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies2016-12-311-1/+1
* expand -f to --fix-broken in error messagesDavid Kalnischkies2016-12-312-5/+4
* allow default build-essentials to be overriddenDavid Kalnischkies2016-12-311-7/+3
* add --indep-only for build-dep commandDavid Kalnischkies2016-12-312-1/+7
* default to --no-check for dpkg-source callDavid Kalnischkies2016-12-161-1/+1
* remove needless fork() in apt-get sourceDavid Kalnischkies2016-12-161-66/+62
* let {dsc,tar,diff}-only implicitly enable download-onlyDavid Kalnischkies2016-12-161-7/+3
* add support for Build-Depends/Conflicts-ArchJohannes Schauer2016-11-091-1/+3
* 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