summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2017-01-02ParseDepends: Support passing the desired architectureNiels Thykier2-3/+36
2016-12-31allow warning generation for non-whitelisted optionsDavid Kalnischkies1-1/+160
2016-12-31fix minimum pkgs option for dpkg --recursive usageDavid Kalnischkies1-1/+1
2016-12-31use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies1-1/+1
2016-12-31avoid producing invalid options if repo has no hostDavid Kalnischkies1-2/+5
2016-12-31gets file location via FindFile instead of manual mergeDavid Kalnischkies1-5/+6
2016-12-31ensure generation of valid EDSP error stanzasDavid Kalnischkies1-2/+6
2016-12-31do not generate Maximum-Size if we already have that fieldDavid Kalnischkies1-3/+5
2016-12-31warn if clearsigned file has ignored content partsDavid Kalnischkies1-2/+17
2016-12-16reword "Can't drop priv" warning messageDavid Kalnischkies1-2/+2
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-11-25get pdiff files from the same mirror as the indexDavid Kalnischkies3-36/+52
2016-11-24report apt-key errors via status-fd messagesDavid Kalnischkies1-10/+53
2016-11-24skip unconfigure for unconfigured to-be removed pkgsDavid Kalnischkies1-0/+12
2016-11-24do not configure unconfigured to be removed packagesDavid Kalnischkies1-1/+2
2016-11-24don't perform implicit crossgrades involving M-A:sameDavid Kalnischkies1-3/+22
2016-11-24improve arch-unqualified dpkg-progress parsingDavid Kalnischkies2-62/+155
2016-11-23correct cross & disappear progress detectionDavid Kalnischkies1-35/+58
2016-11-23react to trig-pend only if we have nothing else to doDavid Kalnischkies1-12/+12
2016-11-22Do not use MD5SumValue for Description_md5()Julian Andres Klode6-33/+42
2016-11-22debListParser: Micro-optimize AvailableDescriptionLanguages()Julian Andres Klode1-8/+7
2016-11-22Compare size before data when ordering cache bucket entriesJulian Andres Klode3-3/+14
2016-11-22Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode3-14/+11
2016-11-22Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode3-4/+9
2016-11-22Bump the cache major version for non-backportable changesJulian Andres Klode1-2/+2
2016-11-22debListParser: Convert to use pkgTagSection::Key-based lookupJulian Andres Klode2-42/+42
2016-11-22TagSection: Introduce functions for looking up by key idsJulian Andres Klode4-11/+190
2016-11-22TagSection: Extract Find() methods taking Pos instead of KeyJulian Andres Klode2-20/+65
2016-11-22TagSection: Split AlphaIndexes into AlphaIndexes and BetaIndexesJulian Andres Klode2-11/+14
2016-11-11show distribution mismatch for changed codenamesDavid Kalnischkies1-0/+8
2016-11-11don't warn if untransformed distribution matchesDavid Kalnischkies2-45/+26
2016-11-11add hidden config to set packages as Essential/ImportantDavid Kalnischkies2-4/+16
2016-11-11add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies1-9/+20
2016-11-10support 'apt build-dep .' (aka: without /)David Kalnischkies1-2/+2
2016-11-09rename Checksum-FileSize to Filesize in hashsum mismatchDavid Kalnischkies1-14/+17
2016-11-09show the conflicting distribution warning againDavid Kalnischkies1-2/+1
2016-11-09reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies1-0/+20
2016-11-09fix three typos in sources & manpagesChris Leick1-1/+1
2016-11-09add support for Build-Depends/Conflicts-ArchJohannes Schauer4-6/+11
2016-11-02keep Release.gpg on untrusted to trusted IMS-HitDavid Kalnischkies1-3/+9
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