summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)AuthorFilesLines
2017-09-09Do not warn about duplicate "legacy" targetsJulian Andres Klode1-2/+3
2017-09-09drop unused/unimplemented & hidden LoadReleaseInfoDavid Kalnischkies1-3/+0
2017-09-09don't write & chmod /dev/null log filesDavid Kalnischkies1-8/+8
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode1-8/+8
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode14-68/+68
2017-07-12Drop cacheiterators.h includeJulian Andres Klode7-7/+0
2017-07-12Handle supported components with slashes in sources.listApollon Oikonomopoulos1-3/+2
2017-06-28Strip 0: epochs from the version hashJulian Andres Klode1-0/+5
2017-06-28show a Release-Notes URI if infos were changedDavid Kalnischkies1-0/+1
2017-06-28error in update on Release information changesDavid Kalnischkies1-1/+18
2017-06-26fix some unlikely memory leaks in error casesDavid Kalnischkies1-25/+8
2017-06-26warn if an expected file can't be acquiredDavid Kalnischkies2-0/+19
2017-05-31Fix parsing of or groups in build-deps with ignored packagesJulian Andres Klode1-1/+11
2017-02-10Do not package names representing .dsc/.deb/... filesJulian Andres Klode1-2/+13
2017-01-19fix various typos reported by spellintianDavid Kalnischkies2-5/+5
2017-01-19fix various typos reported by codespellDavid Kalnischkies1-2/+2
2017-01-02ParseDepends: Support passing the desired architectureNiels Thykier2-3/+36
2016-12-31fix minimum pkgs option for dpkg --recursive usageDavid 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-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 Klode2-12/+11
2016-11-22debListParser: Micro-optimize AvailableDescriptionLanguages()Julian Andres Klode1-8/+7
2016-11-22Optimize VersionHash() to not need temporary copy of inputJulian Andres Klode1-14/+6
2016-11-22Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode1-1/+1
2016-11-22debListParser: Convert to use pkgTagSection::Key-based lookupJulian Andres Klode2-42/+42
2016-11-11add hidden config to set packages as Essential/ImportantDavid Kalnischkies2-4/+16
2016-11-09add support for Build-Depends/Conflicts-ArchJohannes Schauer1-3/+5
2016-09-18VersionHash: Do not skip too long dependency linesJulian Andres Klode1-2/+2
2016-08-31Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode1-3/+6
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode3-4/+7
2016-08-26Make directory paths configurableJulian Andres Klode1-4/+4
2016-08-26Add missing includes and external definitionsJulian Andres Klode2-0/+3
2016-08-25treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies1-1/+3
2016-08-24do not restore selections for already purged packagesDavid Kalnischkies1-6/+15
2016-08-23do dpkg --configure before --remove/--purge --pendingDavid Kalnischkies1-3/+7
2016-08-19Ignore SIGINT and SIGQUIT for Pre-Install hooksJulian Andres Klode1-7/+3
2016-08-17add --with-source option and Packages/Sources supportDavid Kalnischkies1-1/+5
2016-08-17default to Dir=/ in dpkg/status file finding magicDavid Kalnischkies1-12/+10
2016-08-10disable explicit configuration of all packages at the endDavid Kalnischkies1-9/+3
2016-08-10simulate all package manager actions explicitlyDavid Kalnischkies2-26/+32
2016-08-10try to avoid removal of crossgraded packagesDavid Kalnischkies1-26/+140
2016-08-10ensure all removes are reported to hook scriptsDavid Kalnischkies1-0/+13
2016-08-10ensure all configures are reported to hook scriptsDavid Kalnischkies1-0/+17
2016-08-10don't purge directly, but remove and do purge at the endDavid Kalnischkies1-61/+86