summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* don't perform implicit crossgrades involving M-A:sameDavid Kalnischkies2016-11-241-3/+22
* improve arch-unqualified dpkg-progress parsingDavid Kalnischkies2016-11-242-62/+155
* correct cross & disappear progress detectionDavid Kalnischkies2016-11-231-35/+58
* react to trig-pend only if we have nothing else to doDavid Kalnischkies2016-11-231-12/+12
* Do not use MD5SumValue for Description_md5()Julian Andres Klode2016-11-226-33/+42
* debListParser: Micro-optimize AvailableDescriptionLanguages()Julian Andres Klode2016-11-221-8/+7
* Compare size before data when ordering cache bucket entriesJulian Andres Klode2016-11-223-3/+14
* Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode2016-11-223-14/+11
* Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode2016-11-223-4/+9
* Bump the cache major version for non-backportable changesJulian Andres Klode2016-11-221-2/+2
* debListParser: Convert to use pkgTagSection::Key-based lookupJulian Andres Klode2016-11-222-42/+42
* TagSection: Introduce functions for looking up by key idsJulian Andres Klode2016-11-224-11/+190
* TagSection: Extract Find() methods taking Pos instead of KeyJulian Andres Klode2016-11-222-20/+65
* TagSection: Split AlphaIndexes into AlphaIndexes and BetaIndexesJulian Andres Klode2016-11-222-11/+14
* show distribution mismatch for changed codenamesDavid Kalnischkies2016-11-111-0/+8
* don't warn if untransformed distribution matchesDavid Kalnischkies2016-11-112-45/+26
* add hidden config to set packages as Essential/ImportantDavid Kalnischkies2016-11-112-4/+16
* add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges danceDavid Kalnischkies2016-11-111-9/+20
* support 'apt build-dep .' (aka: without /)David Kalnischkies2016-11-101-2/+2
* rename Checksum-FileSize to Filesize in hashsum mismatchDavid Kalnischkies2016-11-091-14/+17
* show the conflicting distribution warning againDavid Kalnischkies2016-11-091-2/+1
* reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivilegesDavid Kalnischkies2016-11-091-0/+20
* fix three typos in sources & manpagesChris Leick2016-11-091-1/+1
* add support for Build-Depends/Conflicts-ArchJohannes Schauer2016-11-094-6/+11
* keep Release.gpg on untrusted to trusted IMS-HitDavid Kalnischkies2016-11-021-3/+9
* Do not read stderr from proxy autodetection scriptsJulian Andres Klode2016-10-043-2/+11
* VersionHash: Do not skip too long dependency linesJulian Andres Klode2016-09-182-3/+3
* Coverage: Do not print messages from gcovJulian Andres Klode2016-09-111-0/+4
* edsp: try 2 to read responses even if writing failedDavid Kalnischkies2016-09-071-15/+27
* acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode2016-09-024-4/+58
* CMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variableJulian Andres Klode2016-09-021-1/+1
* try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies2016-09-018-15/+21
* Base256ToNum: Fix uninitialized valueJulian Andres Klode2016-08-311-1/+2
* TagFile: Fix off-by-one errors in comment strippingJulian Andres Klode2016-08-311-2/+2
* Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode2016-08-311-3/+6
* init: Add Dir::Bin::planners default entryJulian Andres Klode2016-08-291-0/+1
* init: Fix path to external solversJulian Andres Klode2016-08-291-1/+1
* don't loop on pinning pkgs from absolute debs by regexDavid Kalnischkies2016-08-291-5/+4
* randomize acquire order for same type index filesDavid Kalnischkies2016-08-291-0/+18
* Merge branch 'portability/freebsd'Julian Andres Klode2016-08-2713-30/+42
|\
| * CMake: Add missing iconv dependencyJulian Andres Klode2016-08-261-2/+7
| * Make root group configurable via ROOT_GROUPJulian Andres Klode2016-08-264-8/+8
| * changelog: Respect Dir setting for local changelog gettingJulian Andres Klode2016-08-261-1/+2
| * Make directory paths configurableJulian Andres Klode2016-08-264-12/+12
| * Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode2016-08-264-6/+6
| * CMake: Do not use -lresolv if res_init exists in libcJulian Andres Klode2016-08-261-1/+1
| * CMake: Do not hardcode -ldlJulian Andres Klode2016-08-261-1/+1
| * Add missing includes and external definitionsJulian Andres Klode2016-08-264-0/+6
* | treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies2016-08-252-2/+5
* | do not restore selections for already purged packagesDavid Kalnischkies2016-08-241-6/+15