summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2017-01-31algorithms: Fix typo: gental -> gentleJulian Andres Klode1-2/+2
2017-01-28Only merge acquire items with the same meta keyJulian Andres Klode1-1/+17
2017-01-27avoid malloc if option whitelist is disabled (default)David Kalnischkies1-3/+8
2017-01-19fix various typos reported by spellintianDavid Kalnischkies32-58/+58
2017-01-19fix various typos reported by codespellDavid Kalnischkies3-4/+4
2017-01-19remove 'old' FAILED files in the next acquire callDavid Kalnischkies1-0/+6
2017-01-19avoid validate/delete/load race in cache generationDavid Kalnischkies1-28/+31
2017-01-17CMake: Document that the globs are expanded during CMakeJulian Andres Klode1-1/+3
2017-01-17CMake: Find the Perl executable, and use it to run perl scriptsJulian Andres Klode1-1/+1
2017-01-17Read dpkg tables to handle architecture wildcardsJulian Andres Klode2-28/+158
2017-01-17strutl: Provide an APT::String::Join() functionJulian Andres Klode2-0/+14
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