summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2017-04-25Fix and avoid quoting in CommandLine::AsStringDavid Kalnischkies1-4/+10
2017-04-25Ignore \.ucf-[a-z]+$ like we do for \.dpkg-[a-z]+$Julian Andres Klode1-0/+1
2017-02-22Don't use -1 fd and AT_SYMLINK_NOFOLLOW for faccessat()Julian Andres Klode1-1/+1
2017-02-22Do not package names representing .dsc/.deb/... filesJulian Andres Klode1-2/+13
2017-02-22Only merge acquire items with the same meta keyJulian Andres Klode1-1/+17
2017-02-22remove 'old' FAILED files in the next acquire callDavid Kalnischkies1-0/+6
2017-02-22avoid validate/delete/load race in cache generationDavid Kalnischkies1-28/+31
2017-02-22fix minimum pkgs option for dpkg --recursive usageDavid Kalnischkies1-1/+1
2017-02-22use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies1-1/+1
2017-02-22avoid producing invalid options if repo has no hostDavid Kalnischkies1-2/+5
2017-02-22ensure generation of valid EDSP error stanzasDavid Kalnischkies1-2/+6
2017-02-22get pdiff files from the same mirror as the indexDavid Kalnischkies3-36/+52
2017-02-22skip unconfigure for unconfigured to-be removed pkgsDavid Kalnischkies1-0/+12
2017-02-22do not configure unconfigured to be removed packagesDavid Kalnischkies1-1/+2
2017-02-22don't perform implicit crossgrades involving M-A:sameDavid Kalnischkies1-3/+22
2017-02-22improve arch-unqualified dpkg-progress parsingDavid Kalnischkies2-62/+155
2017-02-22correct cross & disappear progress detectionDavid Kalnischkies1-35/+58
2017-02-22react to trig-pend only if we have nothing else to doDavid Kalnischkies1-12/+12
2017-02-22add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies1-9/+20
2017-02-22reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies1-0/+20
2017-02-22keep Release.gpg on untrusted to trusted IMS-HitDavid Kalnischkies1-3/+9
2016-12-08gpgv: Flush the files before checking for errorsJulian Andres Klode1-0/+6
2016-12-08SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode1-1/+22
2016-10-04Do not read stderr from proxy autodetection scriptsJulian Andres Klode3-2/+11
2016-09-18VersionHash: Do not skip too long dependency linesJulian Andres Klode2-3/+3
2016-09-11Coverage: Do not print messages from gcovJulian Andres Klode1-0/+4
2016-09-07edsp: try 2 to read responses even if writing failedDavid Kalnischkies1-15/+27
2016-09-02acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode4-4/+58
2016-09-02CMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variableJulian Andres Klode1-1/+1
2016-09-01try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies8-15/+21
2016-08-31Base256ToNum: Fix uninitialized valueJulian Andres Klode1-1/+2
2016-08-31TagFile: Fix off-by-one errors in comment strippingJulian Andres Klode1-2/+2
2016-08-31Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode1-3/+6
2016-08-29init: Add Dir::Bin::planners default entryJulian Andres Klode1-0/+1
2016-08-29init: Fix path to external solversJulian Andres Klode1-1/+1
2016-08-29don't loop on pinning pkgs from absolute debs by regexDavid Kalnischkies1-5/+4
2016-08-29randomize acquire order for same type index filesDavid Kalnischkies1-0/+18
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode13-30/+42
2016-08-26CMake: Add missing iconv dependencyJulian Andres Klode1-2/+7
2016-08-26Make root group configurable via ROOT_GROUPJulian Andres Klode4-8/+8
2016-08-26changelog: Respect Dir setting for local changelog gettingJulian Andres Klode1-1/+2
2016-08-26Make directory paths configurableJulian Andres Klode4-12/+12
2016-08-26Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode4-6/+6
2016-08-26CMake: Do not use -lresolv if res_init exists in libcJulian Andres Klode1-1/+1
2016-08-26CMake: Do not hardcode -ldlJulian Andres Klode1-1/+1
2016-08-26Add missing includes and external definitionsJulian Andres Klode4-0/+6
2016-08-25treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies2-2/+5
2016-08-24do not restore selections for already purged packagesDavid Kalnischkies1-6/+15
2016-08-24improve code & doc for aquire weak/loop failingDavid Kalnischkies1-6/+6
2016-08-24do fail on weakhash/loop earlier in acquireDavid Kalnischkies3-46/+58