summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* save and restore selection states before/after calling dpkgDavid Kalnischkies2016-08-101-6/+36
* use dpkg --unpack --recursive to avoid long cmdlinesDavid Kalnischkies2016-08-101-7/+95
* pass --force-remove-essential to dpkg only if neededDavid Kalnischkies2016-08-101-2/+13
* Merge branch 'cmake'Julian Andres Klode2016-08-101-1/+1
|\
| * CMake: Check for ptsname_r() againJulian Andres Klode2016-08-101-1/+1
* | Handle interrupt when running Pre-Install hooksJulian Andres Klode2016-08-071-0/+8
|/
* report progress for triggered actionsDavid Kalnischkies2016-07-221-15/+42