summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* delay build-dep variable initialisation until neededDavid Kalnischkies2016-01-141-18/+20
* mark not-declared helper function for showsrc as staticDavid Kalnischkies2016-01-141-2/+2
* Do not show multiple identical apt-cache showsrc entriesMichael Vogt2016-01-141-3/+18
* AUTHORS: Update: I am active, bubulle is notJulian Andres Klode2016-01-121-1/+2
* Sort the list of sources to be built and linkedMattia Rizzolo2016-01-111-2/+2
* search: Handle packages without descriptionJulian Andres Klode2016-01-111-2/+5
* apt-helper: cat-file: Add -C/--compress optionJulian Andres Klode2016-01-071-1/+5
* Add new APT::Keep-Downloaded-Packages optionMichael Vogt2016-01-022-0/+13
* fail installing build-deps if parsing them failedDavid Kalnischkies2016-01-021-1/+1
* ensure we got a lock in clean operationDavid Kalnischkies2015-12-231-4/+4
* non-existing directories don't need to be cleanedDavid Kalnischkies2015-12-141-8/+18
* require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies2015-12-011-54/+59
* deal with configured build-essential firstDavid Kalnischkies2015-12-011-16/+23
* split build-dep satisfier loop out of DoBuildDepDavid Kalnischkies2015-12-011-292/+302
* drop some needlessly public declarations in libapt-privateDavid Kalnischkies2015-11-295-12/+9
* move 'unmet' handling into libapt-privateDavid Kalnischkies2015-11-292-0/+130
* do not override exact targetrelease matches with lesser matchesAndreas Cadhalpun2015-11-291-7/+5
* use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies2015-11-292-10/+9
* Revert "Revert "appease adequate with some weak symbols for -private""Julian Andres Klode2015-11-282-2/+6
* Revert "appease adequate with some weak symbols for -private"Julian Andres Klode2015-11-282-6/+2
* appease adequate with some weak symbols for -privateDavid Kalnischkies2015-11-272-2/+6
* show potentially arch-qualified fullname in 'apt show'David Kalnischkies2015-11-211-0/+1
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-057-11/+8
* drop privileges in copy:// method as we do for file://David Kalnischkies2015-11-051-0/+2
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-1/+1
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-041-2/+2
* revamp all tools help messagesDavid Kalnischkies2015-11-042-17/+53
* show version and type in "apt (r)depends"David Kalnischkies2015-11-041-0/+2
* hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies2015-11-048-1/+1595
* deal with --version more centrallyDavid Kalnischkies2015-11-042-3/+28
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-042-10/+20
* generate commands array after config is loadedDavid Kalnischkies2015-11-042-46/+68
* new quiet level -qq for apt to hide progress outputDavid Kalnischkies2015-11-045-14/+29
* deduplicate main methodsDavid Kalnischkies2015-11-044-9/+99
* split up help messages for simpler reuseDavid Kalnischkies2015-11-042-9/+10
* disable updating insecure repositories in apt by defaultDavid Kalnischkies2015-11-041-0/+1
* move 'search' implementations as wellDavid Kalnischkies2015-11-043-5/+211
* centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies2015-11-043-46/+174
* add binary-specific options via Binary scopeDavid Kalnischkies2015-11-041-2/+16
* suggest 'apt autoremove' to get right of unneeded packagesDavid Kalnischkies2015-11-041-1/+5
* support .deb files in upgrade operations as wellDavid Kalnischkies2015-11-043-26/+31
* allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies2015-11-041-8/+20
* Allow -i and -u as aliases for installed and upgradable in listJulian Andres Klode2015-10-201-2/+2
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-1/+1
* do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies2015-09-141-7/+2
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-142-0/+71
* if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies2015-08-312-51/+0
* install: Set a local deb as the candidate for that packageJulian Andres Klode2015-08-271-0/+12
* Add support for "apt-cache showsrc --only-source srcpkgname"Michael Vogt2015-08-181-1/+5
* Re-add support for G++ 4.8 and configure travis to use itJulian Andres Klode2015-08-172-2/+2