summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
Commit message (Expand)AuthorAgeFilesLines
* apt-pkg/deb/dpkgpm.cc: make DPkg::Chroot-Directory work under fakechrootJohannes Schauer Marin Rodrigues2021-09-191-2/+12
* Restore dpkg::chroot-directory functionalityDavid Kalnischkies2021-06-101-19/+11
* Do not pass --force-remove-protected with --auto-deconfigureJulian Andres Klode2021-04-211-3/+0
* Merge the three RAII vectors managing args lifetimeDavid Kalnischkies2021-03-091-90/+108
* Handle multi-arch pkgnames for dpkg call via RAIIDavid Kalnischkies2021-03-091-11/+5
* Use RAII to clean up tmp dir for dpkg recursive installDavid Kalnischkies2021-03-091-10/+7
* Replace multi-statement macro with lambdaDavid Kalnischkies2021-03-091-42/+32
* Do not require force-loopbreak on Protected packagesJulian Andres Klode2021-02-231-0/+3
* Add basic support for the Protected fieldJulian Andres Klode2020-06-291-0/+14
* pkgsystem: Drop more virtual workaround shenanigansJulian Andres Klode2020-02-261-3/+2
* Pass --abort-after=1 to dpkg when using --force-dependsJulian Andres Klode2019-09-191-0/+1
* Do not include squashfs file systems in df output.Brian Murray2019-06-111-1/+1
* Prevent shutdown while running dpkgJulian Andres Klode2019-05-031-0/+15
* dpkgpm: Remove deprecated pkgDPkgPM::SendV2Pkgs()Julian Andres Klode2019-02-261-4/+0
* packagemanager: Remove deprecated functionsJulian Andres Klode2019-02-261-11/+0
* Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkgJulian Andres Klode2018-12-101-0/+3
* Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scriptsJulian Andres Klode2018-10-051-0/+3
* Reorder progress report messagesDavid Kalnischkies2018-09-111-9/+9
* Don't expect duplicated dpkg status-fd messagesDavid Kalnischkies2018-09-111-21/+12
* Process status-fd completely before finishing dpkg callDavid Kalnischkies2018-09-111-15/+36
* Add support for dpkg frontend lockJulian Andres Klode2018-08-071-0/+4
* dpkg status parsing: check if name is valid before useDavid Kalnischkies2018-01-051-2/+17
* fix over-calculating dpkg commandline lengthDavid Kalnischkies2017-12-131-0/+2
* don't write & chmod /dev/null log filesDavid Kalnischkies2017-09-091-8/+8
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-9/+9
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-3/+3
* fix various typos reported by codespellDavid Kalnischkies2017-01-191-2/+2
* fix minimum pkgs option for dpkg --recursive usageDavid Kalnischkies2016-12-311-1/+1
* gets file location via FindFile instead of manual mergeDavid Kalnischkies2016-12-311-5/+6
* skip unconfigure for unconfigured to-be removed pkgsDavid Kalnischkies2016-11-241-0/+12
* do not configure unconfigured to be removed packagesDavid Kalnischkies2016-11-241-1/+2
* don't perform implicit crossgrades involving M-A:sameDavid Kalnischkies2016-11-241-3/+22
* improve arch-unqualified dpkg-progress parsingDavid Kalnischkies2016-11-241-62/+154
* 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
* Merge branch 'portability/freebsd'Julian Andres Klode2016-08-271-0/+2
|\
| * Add missing includes and external definitionsJulian Andres Klode2016-08-261-0/+2
* | treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies2016-08-251-1/+3
* | do not restore selections for already purged packagesDavid Kalnischkies2016-08-241-6/+15
|/
* do dpkg --configure before --remove/--purge --pendingDavid Kalnischkies2016-08-231-3/+7
* Ignore SIGINT and SIGQUIT for Pre-Install hooksJulian Andres Klode2016-08-191-7/+3
* disable explicit configuration of all packages at the endDavid Kalnischkies2016-08-101-9/+3
* simulate all package manager actions explicitlyDavid Kalnischkies2016-08-101-23/+26
* try to avoid removal of crossgraded packagesDavid Kalnischkies2016-08-101-26/+140
* ensure all removes are reported to hook scriptsDavid Kalnischkies2016-08-101-0/+13
* ensure all configures are reported to hook scriptsDavid Kalnischkies2016-08-101-0/+17
* don't purge directly, but remove and do purge at the endDavid Kalnischkies2016-08-101-61/+86
* call dpkg with --no-triggers by defaultDavid Kalnischkies2016-08-101-6/+7
* select remove/purge packages early on for dpkgDavid Kalnischkies2016-08-101-13/+82